Xenova HF staff xianbao HF staff commited on
Commit
1d83965
1 Parent(s): 81daba2

Update tokenizer_config.json (#2)

Browse files

- Update tokenizer_config.json (3451d4b47f0825ee94432ca1752bbb9ba780989b)


Co-authored-by: Tiezhen WANG <xianbao@users.noreply.huggingface.co>

Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -4,6 +4,6 @@
4
  "clean_up_tokenization_spaces": false,
5
  "eos_token": "<|endoftext|>",
6
  "model_max_length": 4096,
7
- "tokenizer_class": "GPT3_5Tokenizer",
8
  "unk_token": "<|endoftext|>"
9
  }
 
4
  "clean_up_tokenization_spaces": false,
5
  "eos_token": "<|endoftext|>",
6
  "model_max_length": 4096,
7
+ "tokenizer_class": "GPT2TokenizerFast",
8
  "unk_token": "<|endoftext|>"
9
  }