Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- config.json +5 -6
- generation_config.json +1 -1
- model.safetensors +2 -2
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 |
],
|
@@ -21,7 +20,7 @@
|
|
21 |
"pad_token_id": 128004,
|
22 |
"pretraining_tp": 1,
|
23 |
"quantization_config": {
|
24 |
-
"bnb_4bit_compute_dtype": "
|
25 |
"bnb_4bit_quant_type": "nf4",
|
26 |
"bnb_4bit_use_double_quant": true,
|
27 |
"llm_int8_enable_fp32_cpu_offload": false,
|
@@ -42,10 +41,10 @@
|
|
42 |
},
|
43 |
"rope_theta": 500000.0,
|
44 |
"tie_word_embeddings": true,
|
45 |
-
"torch_dtype": "
|
46 |
-
"transformers_version": "4.
|
47 |
"unsloth_fixed": true,
|
48 |
-
"unsloth_version": "2025.3
|
49 |
"use_cache": true,
|
50 |
-
"vocab_size":
|
51 |
}
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"LlamaForCausalLM"
|
4 |
],
|
|
|
20 |
"pad_token_id": 128004,
|
21 |
"pretraining_tp": 1,
|
22 |
"quantization_config": {
|
23 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
24 |
"bnb_4bit_quant_type": "nf4",
|
25 |
"bnb_4bit_use_double_quant": true,
|
26 |
"llm_int8_enable_fp32_cpu_offload": false,
|
|
|
41 |
},
|
42 |
"rope_theta": 500000.0,
|
43 |
"tie_word_embeddings": true,
|
44 |
+
"torch_dtype": "bfloat16",
|
45 |
+
"transformers_version": "4.51.3",
|
46 |
"unsloth_fixed": true,
|
47 |
+
"unsloth_version": "2025.5.3",
|
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.51.3"
|
14 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52c562190982840a691cacba37d5ea2fec6a15ffabef56a7e350e1a91af8a9c2
|
3 |
+
size 2354805290
|