AxionLab-official commited on
Commit
63ef59a
·
verified ·
1 Parent(s): 304b570

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +3 -4
tokenizer_config.json CHANGED
@@ -1,9 +1,8 @@
1
  {
2
- "backend": "tokenizers",
3
  "bos_token": "<s>",
4
  "eos_token": "</s>",
5
- "model_max_length": 512,
6
  "pad_token": "<pad>",
7
- "tokenizer_class": "GPT2TokenizerFast",
8
- "unk_token": "<unk>"
9
  }
 
1
  {
 
2
  "bos_token": "<s>",
3
  "eos_token": "</s>",
4
+ "unk_token": "<unk>",
5
  "pad_token": "<pad>",
6
+ "model_max_length": 512,
7
+ "tokenizer_class": "PreTrainedTokenizerFast"
8
  }