fhai50032 commited on
Commit
6c0f9f2
1 Parent(s): 811f174

Upload tokenizer

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