Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- tokenizer_config.json +3 -1
tokenizer_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"added_tokens_decoder": {
|
3 |
"128000": {
|
4 |
"content": "<|begin_of_text|>",
|
@@ -2060,5 +2061,6 @@
|
|
2060 |
"model_max_length": 131072,
|
2061 |
"pad_token": "<|finetune_right_pad_id|>",
|
2062 |
"padding_side": "left",
|
2063 |
-
"tokenizer_class": "PreTrainedTokenizerFast"
|
|
|
2064 |
}
|
|
|
1 |
{
|
2 |
+
"add_bos_token": true,
|
3 |
"added_tokens_decoder": {
|
4 |
"128000": {
|
5 |
"content": "<|begin_of_text|>",
|
|
|
2061 |
"model_max_length": 131072,
|
2062 |
"pad_token": "<|finetune_right_pad_id|>",
|
2063 |
"padding_side": "left",
|
2064 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
2065 |
+
"unk_token": null
|
2066 |
}
|