Trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- config.json +12 -0
- model.safetensors +3 -0
config.json
CHANGED
|
@@ -21,6 +21,18 @@
|
|
| 21 |
"original_max_position_embeddings": 4096,
|
| 22 |
"pad_token_id": 32000,
|
| 23 |
"pretraining_tp": 1,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
"rms_norm_eps": 1e-05,
|
| 25 |
"rope_scaling": {
|
| 26 |
"attention_factor": 32.0,
|
|
|
|
| 21 |
"original_max_position_embeddings": 4096,
|
| 22 |
"pad_token_id": 32000,
|
| 23 |
"pretraining_tp": 1,
|
| 24 |
+
"quantization_config": {
|
| 25 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
| 26 |
+
"bnb_4bit_quant_type": "nf4",
|
| 27 |
+
"bnb_4bit_use_double_quant": true,
|
| 28 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
| 29 |
+
"llm_int8_has_fp16_weight": false,
|
| 30 |
+
"llm_int8_skip_modules": null,
|
| 31 |
+
"llm_int8_threshold": 6.0,
|
| 32 |
+
"load_in_4bit": true,
|
| 33 |
+
"load_in_8bit": false,
|
| 34 |
+
"quant_method": "bitsandbytes"
|
| 35 |
+
},
|
| 36 |
"rms_norm_eps": 1e-05,
|
| 37 |
"rope_scaling": {
|
| 38 |
"attention_factor": 32.0,
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6c61d932846517fc3d5bf09abb69b8c6f657b673ff8380999b15fb20cfcb64a
|
| 3 |
+
size 2264298476
|