Safetensors
English
mistral
DarwinAnim8or commited on
Commit
7b0d909
1 Parent(s): 6c1e29e

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +14 -0
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "bos_token": "<s>",
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "</s>",
7
+ "legacy": false,
8
+ "model_max_length": 1000000000000000019884624838656,
9
+ "pad_token": null,
10
+ "padding_side": "right",
11
+ "sp_model_kwargs": {},
12
+ "tokenizer_class": "LlamaTokenizer",
13
+ "unk_token": "<unk>"
14
+ }