jondurbin commited on
Commit
ec1254c
·
verified ·
1 Parent(s): 7b765ef

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -4
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": 2048,
38
  "pad_token": "<unk>",
39
  "sp_model_kwargs": {},
@@ -42,8 +42,6 @@
42
  "tokenizer_class": "LlamaTokenizer",
43
  "truncation_side": "left",
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": 2048,
38
  "pad_token": "<unk>",
39
  "sp_model_kwargs": {},
 
42
  "tokenizer_class": "LlamaTokenizer",
43
  "truncation_side": "left",
44
  "truncation_strategy": "longest_first",
 
45
  "unk_token": "<unk>",
46
+ "use_default_system_prompt": false
 
47
  }