Xenova HF staff commited on
Commit
f7fee9a
1 Parent(s): faa0a2d

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +9 -0
tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<EOT>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<EOT>",
6
+ "model_max_length": 200000,
7
+ "tokenizer_class": "ClaudeTokenizer",
8
+ "unk_token": "<EOT>"
9
+ }