lewtun HF staff commited on
Commit
c0b9e47
1 Parent(s): 284563e

Fix EOS token

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -32,7 +32,7 @@
32
  ],
33
  "bos_token": "<s>",
34
  "clean_up_tokenization_spaces": false,
35
- "eos_token": "<unk>",
36
  "legacy": true,
37
  "model_max_length": 1000000000000000019884624838656,
38
  "pad_token": "</s>",
 
32
  ],
33
  "bos_token": "<s>",
34
  "clean_up_tokenization_spaces": false,
35
+ "eos_token": "</s>",
36
  "legacy": true,
37
  "model_max_length": 1000000000000000019884624838656,
38
  "pad_token": "</s>",