Update tokenizer configuration
Browse files- tokenizer_config.json +1 -2
tokenizer_config.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
| 35 |
"clean_up_tokenization_spaces": false,
|
| 36 |
"eos_token": "</s>",
|
| 37 |
"legacy": true,
|
| 38 |
-
"max_length":
|
| 39 |
"model_max_length": 1000000000000000019884624838656,
|
| 40 |
"pad_to_multiple_of": null,
|
| 41 |
"pad_token": "</s>",
|
|
@@ -46,7 +46,6 @@
|
|
| 46 |
"stride": 0,
|
| 47 |
"tokenizer_class": "LlamaTokenizer",
|
| 48 |
"truncation_side": "left",
|
| 49 |
-
"truncation_strategy": "longest_first",
|
| 50 |
"unk_token": "<unk>",
|
| 51 |
"use_default_system_prompt": true
|
| 52 |
}
|
|
|
|
| 35 |
"clean_up_tokenization_spaces": false,
|
| 36 |
"eos_token": "</s>",
|
| 37 |
"legacy": true,
|
| 38 |
+
"max_length": 8192,
|
| 39 |
"model_max_length": 1000000000000000019884624838656,
|
| 40 |
"pad_to_multiple_of": null,
|
| 41 |
"pad_token": "</s>",
|
|
|
|
| 46 |
"stride": 0,
|
| 47 |
"tokenizer_class": "LlamaTokenizer",
|
| 48 |
"truncation_side": "left",
|
|
|
|
| 49 |
"unk_token": "<unk>",
|
| 50 |
"use_default_system_prompt": true
|
| 51 |
}
|