Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- config.json +2 -3
- model.safetensors +2 -2
config.json
CHANGED
@@ -17,8 +17,6 @@
|
|
17 |
"num_key_value_heads": 8,
|
18 |
"pad_token_id": 2,
|
19 |
"quantization_config": {
|
20 |
-
"_load_in_4bit": true,
|
21 |
-
"_load_in_8bit": false,
|
22 |
"bnb_4bit_compute_dtype": "bfloat16",
|
23 |
"bnb_4bit_quant_type": "nf4",
|
24 |
"bnb_4bit_use_double_quant": true,
|
@@ -34,8 +32,9 @@
|
|
34 |
"rope_theta": 10000.0,
|
35 |
"sliding_window": 4096,
|
36 |
"tie_word_embeddings": false,
|
37 |
-
"torch_dtype": "
|
38 |
"transformers_version": "4.38.2",
|
|
|
39 |
"use_cache": true,
|
40 |
"vocab_size": 32000
|
41 |
}
|
|
|
17 |
"num_key_value_heads": 8,
|
18 |
"pad_token_id": 2,
|
19 |
"quantization_config": {
|
|
|
|
|
20 |
"bnb_4bit_compute_dtype": "bfloat16",
|
21 |
"bnb_4bit_quant_type": "nf4",
|
22 |
"bnb_4bit_use_double_quant": true,
|
|
|
32 |
"rope_theta": 10000.0,
|
33 |
"sliding_window": 4096,
|
34 |
"tie_word_embeddings": false,
|
35 |
+
"torch_dtype": "bfloat16",
|
36 |
"transformers_version": "4.38.2",
|
37 |
+
"unsloth_version": "2024.4",
|
38 |
"use_cache": true,
|
39 |
"vocab_size": 32000
|
40 |
}
|
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:ea0f3b83fa5d3ecb36a00e5957311ddda82f909abb425b2c3dbe87ea654e61e1
|
3 |
+
size 4125687694
|