Trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- config.json +2 -3
- generation_config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "unsloth/llama-3.2-3b-instruct-unsloth-bnb-4bit",
|
| 3 |
"architectures": [
|
| 4 |
"LlamaForCausalLM"
|
| 5 |
],
|
|
@@ -43,9 +42,9 @@
|
|
| 43 |
"rope_theta": 500000.0,
|
| 44 |
"tie_word_embeddings": true,
|
| 45 |
"torch_dtype": "bfloat16",
|
| 46 |
-
"transformers_version": "4.
|
| 47 |
"unsloth_fixed": true,
|
| 48 |
-
"unsloth_version": "2025.3.
|
| 49 |
"use_cache": true,
|
| 50 |
"vocab_size": 128256
|
| 51 |
}
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"LlamaForCausalLM"
|
| 4 |
],
|
|
|
|
| 42 |
"rope_theta": 500000.0,
|
| 43 |
"tie_word_embeddings": true,
|
| 44 |
"torch_dtype": "bfloat16",
|
| 45 |
+
"transformers_version": "4.50.3",
|
| 46 |
"unsloth_fixed": true,
|
| 47 |
+
"unsloth_version": "2025.3.19",
|
| 48 |
"use_cache": true,
|
| 49 |
"vocab_size": 128256
|
| 50 |
}
|
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.50.3"
|
| 14 |
}
|