Upload LlamaForCausalLM
#3
by
Alexis-Az
- opened
- config.json +1 -2
- generation_config.json +1 -1
config.json
CHANGED
@@ -31,8 +31,7 @@
|
|
31 |
"rope_theta": 500000.0,
|
32 |
"tie_word_embeddings": false,
|
33 |
"torch_dtype": "float32",
|
34 |
-
"
|
35 |
-
"transformers_version": "4.48.1",
|
36 |
"unsloth_fixed": true,
|
37 |
"unsloth_version": "2025.2.12",
|
38 |
"use_cache": true,
|
|
|
31 |
"rope_theta": 500000.0,
|
32 |
"tie_word_embeddings": false,
|
33 |
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.48.3",
|
|
|
35 |
"unsloth_fixed": true,
|
36 |
"unsloth_version": "2025.2.12",
|
37 |
"use_cache": true,
|
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.48.
|
14 |
}
|
|
|
10 |
"pad_token_id": 128004,
|
11 |
"temperature": 0.6,
|
12 |
"top_p": 0.9,
|
13 |
+
"transformers_version": "4.48.3"
|
14 |
}
|