(Trained with Unsloth)
Browse files- config.json +1 -1
- generation_config.json +1 -1
- special_tokens_map.json +7 -1
- tokenizer_config.json +3 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "hghghgkskdmskdms/xddd",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
generation_config.json
CHANGED
@@ -7,6 +7,6 @@
|
|
7 |
128009
|
8 |
],
|
9 |
"max_length": 131072,
|
10 |
-
"pad_token_id":
|
11 |
"transformers_version": "4.48.3"
|
12 |
}
|
|
|
7 |
128009
|
8 |
],
|
9 |
"max_length": 131072,
|
10 |
+
"pad_token_id": 0,
|
11 |
"transformers_version": "4.48.3"
|
12 |
}
|
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": "<|finetune_right_pad_id|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
}
|
tokenizer_config.json
CHANGED
@@ -2054,12 +2054,15 @@
|
|
2054 |
"clean_up_tokenization_spaces": true,
|
2055 |
"eos_token": "<|eot_id|>",
|
2056 |
"extra_special_tokens": {},
|
|
|
2057 |
"model_input_names": [
|
2058 |
"input_ids",
|
2059 |
"attention_mask"
|
2060 |
],
|
2061 |
"model_max_length": 131072,
|
|
|
2062 |
"pad_token": "<|finetune_right_pad_id|>",
|
|
|
2063 |
"padding_side": "left",
|
2064 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2065 |
}
|
|
|
2054 |
"clean_up_tokenization_spaces": true,
|
2055 |
"eos_token": "<|eot_id|>",
|
2056 |
"extra_special_tokens": {},
|
2057 |
+
"max_length": null,
|
2058 |
"model_input_names": [
|
2059 |
"input_ids",
|
2060 |
"attention_mask"
|
2061 |
],
|
2062 |
"model_max_length": 131072,
|
2063 |
+
"pad_to_multiple_of": null,
|
2064 |
"pad_token": "<|finetune_right_pad_id|>",
|
2065 |
+
"pad_token_type_id": 0,
|
2066 |
"padding_side": "left",
|
2067 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2068 |
}
|