Xenova HF staff commited on
Commit
3a219af
1 Parent(s): a250f7a

Upload 2 files

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +12 -0
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "bos_token": "[BOS]",
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "[EOS]",
7
+ "model_max_length": 8192,
8
+ "pad_token": "[PAD]",
9
+ "sp_model_kwargs": {},
10
+ "tokenizer_class": "Grok1Tokenizer",
11
+ "unk_token": "[UNK]"
12
+ }