Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- special_tokens_map.json +7 -1
- tokenizer_config.json +2 -2
special_tokens_map.json
CHANGED
|
@@ -13,5 +13,11 @@
|
|
| 13 |
"rstrip": false,
|
| 14 |
"single_word": false
|
| 15 |
},
|
| 16 |
-
"pad_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
}
|
|
|
|
| 13 |
"rstrip": false,
|
| 14 |
"single_word": false
|
| 15 |
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|reserved_special_token_250|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
}
|
| 23 |
}
|
tokenizer_config.json
CHANGED
|
@@ -2056,8 +2056,8 @@
|
|
| 2056 |
"input_ids",
|
| 2057 |
"attention_mask"
|
| 2058 |
],
|
| 2059 |
-
"model_max_length":
|
| 2060 |
-
"pad_token": "<|
|
| 2061 |
"padding_side": "right",
|
| 2062 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 2063 |
}
|
|
|
|
| 2056 |
"input_ids",
|
| 2057 |
"attention_mask"
|
| 2058 |
],
|
| 2059 |
+
"model_max_length": 8192,
|
| 2060 |
+
"pad_token": "<|reserved_special_token_250|>",
|
| 2061 |
"padding_side": "right",
|
| 2062 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 2063 |
}
|