Upload lora/tokenizer_config.json with huggingface_hub
Browse files
lora/tokenizer_config.json
CHANGED
|
@@ -2051,13 +2051,17 @@
|
|
| 2051 |
},
|
| 2052 |
"bos_token": "<|begin_of_text|>",
|
| 2053 |
"clean_up_tokenization_spaces": true,
|
| 2054 |
-
"eos_token": "<|
|
| 2055 |
"extra_special_tokens": {},
|
|
|
|
| 2056 |
"model_input_names": [
|
| 2057 |
"input_ids",
|
| 2058 |
"attention_mask"
|
| 2059 |
],
|
| 2060 |
"model_max_length": 131072,
|
| 2061 |
-
"pad_token": "<|
|
| 2062 |
-
"
|
|
|
|
|
|
|
|
|
|
| 2063 |
}
|
|
|
|
| 2051 |
},
|
| 2052 |
"bos_token": "<|begin_of_text|>",
|
| 2053 |
"clean_up_tokenization_spaces": true,
|
| 2054 |
+
"eos_token": "<|end_of_text|>",
|
| 2055 |
"extra_special_tokens": {},
|
| 2056 |
+
"max_length": 500,
|
| 2057 |
"model_input_names": [
|
| 2058 |
"input_ids",
|
| 2059 |
"attention_mask"
|
| 2060 |
],
|
| 2061 |
"model_max_length": 131072,
|
| 2062 |
+
"pad_token": "<|end_of_text|>",
|
| 2063 |
+
"stride": 0,
|
| 2064 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
| 2065 |
+
"truncation_side": "right",
|
| 2066 |
+
"truncation_strategy": "longest_first"
|
| 2067 |
}
|