raowaqas123 commited on
Commit
0c4356f
·
1 Parent(s): 0159cd4

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +4 -0
tokenizer_config.json CHANGED
@@ -31,11 +31,15 @@
31
  "clean_up_tokenization_spaces": false,
32
  "eos_token": "</s>",
33
  "legacy": true,
 
34
  "model_max_length": 1000000000000000019884624838656,
35
  "pad_token": "</s>",
36
  "sp_model_kwargs": {},
37
  "spaces_between_special_tokens": false,
 
38
  "tokenizer_class": "LlamaTokenizer",
 
 
39
  "unk_token": "<unk>",
40
  "use_default_system_prompt": false,
41
  "use_fast": true
 
31
  "clean_up_tokenization_spaces": false,
32
  "eos_token": "</s>",
33
  "legacy": true,
34
+ "max_length": 4096,
35
  "model_max_length": 1000000000000000019884624838656,
36
  "pad_token": "</s>",
37
  "sp_model_kwargs": {},
38
  "spaces_between_special_tokens": false,
39
+ "stride": 0,
40
  "tokenizer_class": "LlamaTokenizer",
41
+ "truncation_side": "right",
42
+ "truncation_strategy": "longest_first",
43
  "unk_token": "<unk>",
44
  "use_default_system_prompt": false,
45
  "use_fast": true