xianbao HF staff commited on
Commit
01ec25d
1 Parent(s): 9e41188

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -4,6 +4,6 @@
4
  "clean_up_tokenization_spaces": true,
5
  "eos_token": "<EOT>",
6
  "model_max_length": 200000,
7
- "tokenizer_class": "ClaudeTokenizer",
8
  "unk_token": "<EOT>"
9
  }
 
4
  "clean_up_tokenization_spaces": true,
5
  "eos_token": "<EOT>",
6
  "model_max_length": 200000,
7
+ "tokenizer_class": "GPT2TokenizerFast",
8
  "unk_token": "<EOT>"
9
  }