Add files using upload-large-folder tool
Browse files- config.json +1 -2
- generation_config.json +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "meta-llama/Llama-3.2-1B-Instruct",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -52,7 +51,7 @@
|
|
52 |
"rope_theta": 500000.0,
|
53 |
"tie_word_embeddings": true,
|
54 |
"torch_dtype": "bfloat16",
|
55 |
-
"transformers_version": "4.
|
56 |
"unsloth_fixed": true,
|
57 |
"use_cache": true,
|
58 |
"vocab_size": 128256
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"LlamaForCausalLM"
|
4 |
],
|
|
|
51 |
"rope_theta": 500000.0,
|
52 |
"tie_word_embeddings": true,
|
53 |
"torch_dtype": "bfloat16",
|
54 |
+
"transformers_version": "4.51.3",
|
55 |
"unsloth_fixed": true,
|
56 |
"use_cache": true,
|
57 |
"vocab_size": 128256
|
generation_config.json
CHANGED
@@ -10,5 +10,5 @@
|
|
10 |
"pad_token_id": 128004,
|
11 |
"temperature": 0.6,
|
12 |
"top_p": 0.9,
|
13 |
-
"transformers_version": "4.
|
14 |
}
|
|
|
10 |
"pad_token_id": 128004,
|
11 |
"temperature": 0.6,
|
12 |
"top_p": 0.9,
|
13 |
+
"transformers_version": "4.51.3"
|
14 |
}
|
tokenizer_config.json
CHANGED
@@ -2062,6 +2062,6 @@
|
|
2062 |
"model_max_length": 131072,
|
2063 |
"pad_token": "<|finetune_right_pad_id|>",
|
2064 |
"padding_side": "left",
|
2065 |
-
"tokenizer_class": "
|
2066 |
"unk_token": null
|
2067 |
}
|
|
|
2062 |
"model_max_length": 131072,
|
2063 |
"pad_token": "<|finetune_right_pad_id|>",
|
2064 |
"padding_side": "left",
|
2065 |
+
"tokenizer_class": "PreTrainedTokenizer",
|
2066 |
"unk_token": null
|
2067 |
}
|