echoctx commited on
Commit
d76f2c1
1 Parent(s): 620ead0

Upload tokenizer

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