flozi00 commited on
Commit
730303f
1 Parent(s): 0750ac2

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +7 -0
tokenizer_config.json CHANGED
@@ -35,11 +35,18 @@
35
  "clean_up_tokenization_spaces": false,
36
  "eos_token": "</s>",
37
  "legacy": false,
 
38
  "model_max_length": 1000000000000000019884624838656,
 
39
  "pad_token": "</s>",
 
 
40
  "sp_model_kwargs": {},
41
  "spaces_between_special_tokens": false,
 
42
  "tokenizer_class": "LlamaTokenizer",
 
 
43
  "unk_token": "<unk>",
44
  "use_default_system_prompt": true
45
  }
 
35
  "clean_up_tokenization_spaces": false,
36
  "eos_token": "</s>",
37
  "legacy": false,
38
+ "max_length": 8192,
39
  "model_max_length": 1000000000000000019884624838656,
40
+ "pad_to_multiple_of": null,
41
  "pad_token": "</s>",
42
+ "pad_token_type_id": 0,
43
+ "padding_side": "left",
44
  "sp_model_kwargs": {},
45
  "spaces_between_special_tokens": false,
46
+ "stride": 0,
47
  "tokenizer_class": "LlamaTokenizer",
48
+ "truncation_side": "right",
49
+ "truncation_strategy": "longest_first",
50
  "unk_token": "<unk>",
51
  "use_default_system_prompt": true
52
  }