rubenroy commited on
Commit
640b140
·
verified ·
1 Parent(s): df952ae

NeuraNET Zero 18B Preview [Release] - OVTG:5LX

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +15 -0
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "tokenizer_class": "TokenizersBackend",
4
+ "bos_token": "<s>",
5
+ "eos_token": "</s>",
6
+ "unk_token": "<unk>",
7
+ "pad_token": "[PAD]",
8
+ "model_max_length": 32768,
9
+ "padding_side": "right",
10
+ "truncation_side": "right",
11
+ "clean_up_tokenization_spaces": false,
12
+ "spaces_between_special_tokens": false,
13
+ "extra_special_tokens": [],
14
+ "use_default_system_prompt": false
15
+ }