Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- config.json +13 -2
- generation_config.json +1 -1
- model-00001-of-00002.safetensors +2 -2
- model.safetensors.index.json +0 -0
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "unsloth/llama-3.1-8b-instruct-unsloth-bnb-4bit",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -20,6 +19,18 @@
|
|
20 |
"num_key_value_heads": 8,
|
21 |
"pad_token_id": 128004,
|
22 |
"pretraining_tp": 1,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
"rms_norm_eps": 1e-05,
|
24 |
"rope_scaling": {
|
25 |
"factor": 8.0,
|
@@ -31,7 +42,7 @@
|
|
31 |
"rope_theta": 500000.0,
|
32 |
"tie_word_embeddings": false,
|
33 |
"torch_dtype": "bfloat16",
|
34 |
-
"transformers_version": "4.
|
35 |
"unsloth_fixed": true,
|
36 |
"unsloth_version": "2025.3.17",
|
37 |
"use_cache": true,
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"LlamaForCausalLM"
|
4 |
],
|
|
|
19 |
"num_key_value_heads": 8,
|
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,
|
27 |
+
"llm_int8_has_fp16_weight": false,
|
28 |
+
"llm_int8_skip_modules": null,
|
29 |
+
"llm_int8_threshold": 6.0,
|
30 |
+
"load_in_4bit": true,
|
31 |
+
"load_in_8bit": false,
|
32 |
+
"quant_method": "bitsandbytes"
|
33 |
+
},
|
34 |
"rms_norm_eps": 1e-05,
|
35 |
"rope_scaling": {
|
36 |
"factor": 8.0,
|
|
|
42 |
"rope_theta": 500000.0,
|
43 |
"tie_word_embeddings": false,
|
44 |
"torch_dtype": "bfloat16",
|
45 |
+
"transformers_version": "4.50.0.dev0",
|
46 |
"unsloth_fixed": true,
|
47 |
"unsloth_version": "2025.3.17",
|
48 |
"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.
|
14 |
}
|
|
|
10 |
"pad_token_id": 128004,
|
11 |
"temperature": 0.6,
|
12 |
"top_p": 0.9,
|
13 |
+
"transformers_version": "4.50.0.dev0"
|
14 |
}
|
model-00001-of-00002.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:e11b472f17ce6924d78e81d10c80950f3da2b3a482abacbeb221f206662fabef
|
3 |
+
size 4652073141
|
model.safetensors.index.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|