Trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- config.json +2 -2
- generation_config.json +1 -1
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
| 18 |
"num_attention_heads": 9,
|
| 19 |
"num_hidden_layers": 30,
|
| 20 |
"num_key_value_heads": 3,
|
| 21 |
-
"pad_token_id":
|
| 22 |
"pretraining_tp": 1,
|
| 23 |
"quantization_config": {
|
| 24 |
"bnb_4bit_compute_dtype": "bfloat16",
|
|
@@ -47,5 +47,5 @@
|
|
| 47 |
"transformers_version": "4.50.3",
|
| 48 |
"unsloth_version": "2025.3.19",
|
| 49 |
"use_cache": true,
|
| 50 |
-
"vocab_size":
|
| 51 |
}
|
|
|
|
| 18 |
"num_attention_heads": 9,
|
| 19 |
"num_hidden_layers": 30,
|
| 20 |
"num_key_value_heads": 3,
|
| 21 |
+
"pad_token_id": 49152,
|
| 22 |
"pretraining_tp": 1,
|
| 23 |
"quantization_config": {
|
| 24 |
"bnb_4bit_compute_dtype": "bfloat16",
|
|
|
|
| 47 |
"transformers_version": "4.50.3",
|
| 48 |
"unsloth_version": "2025.3.19",
|
| 49 |
"use_cache": true,
|
| 50 |
+
"vocab_size": 49153
|
| 51 |
}
|
generation_config.json
CHANGED
|
@@ -3,6 +3,6 @@
|
|
| 3 |
"bos_token_id": 1,
|
| 4 |
"eos_token_id": 2,
|
| 5 |
"max_length": 8192,
|
| 6 |
-
"pad_token_id":
|
| 7 |
"transformers_version": "4.50.3"
|
| 8 |
}
|
|
|
|
| 3 |
"bos_token_id": 1,
|
| 4 |
"eos_token_id": 2,
|
| 5 |
"max_length": 8192,
|
| 6 |
+
"pad_token_id": 49152,
|
| 7 |
"transformers_version": "4.50.3"
|
| 8 |
}
|
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:f702354d8a9b7d88a969f68ba0c69f5b35629519583c7e258498f29ee6f26070
|
| 3 |
+
size 111880684
|