ppuuttyy commited on
Commit
f3df281
·
verified ·
1 Parent(s): 473cace

Upload tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +1 -1
  2. tokenizer_config.json +5 -1
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 1024,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 4096,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
tokenizer_config.json CHANGED
@@ -32,13 +32,17 @@
32
  "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
  "legacy": true,
 
35
  "model_max_length": 1000000000000000019884624838656,
36
  "pad_token": "</s>",
37
- "padding_side": "left",
38
  "sp_model_kwargs": {},
39
  "spaces_between_special_tokens": false,
40
  "split_special_tokens": false,
 
41
  "tokenizer_class": "LlamaTokenizer",
 
 
42
  "unk_token": "<unk>",
43
  "use_default_system_prompt": true
44
  }
 
32
  "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
  "legacy": true,
35
+ "max_length": 4096,
36
  "model_max_length": 1000000000000000019884624838656,
37
  "pad_token": "</s>",
38
+ "padding_side": "right",
39
  "sp_model_kwargs": {},
40
  "spaces_between_special_tokens": false,
41
  "split_special_tokens": false,
42
+ "stride": 0,
43
  "tokenizer_class": "LlamaTokenizer",
44
+ "truncation_side": "right",
45
+ "truncation_strategy": "longest_first",
46
  "unk_token": "<unk>",
47
  "use_default_system_prompt": true
48
  }