flozi00 commited on
Commit
7d300dc
1 Parent(s): 5ef92e9

Upload tokenizer

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