Upload folder using huggingface_hub
Browse files- config.json +2 -2
- generation_config.json +1 -1
- model.safetensors +1 -1
- recipe.yaml +0 -2
config.json
CHANGED
|
@@ -68,7 +68,7 @@
|
|
| 68 |
"quantization_status": "compressed",
|
| 69 |
"sparsity_config": {},
|
| 70 |
"transform_config": {},
|
| 71 |
-
"version": "0.17.
|
| 72 |
},
|
| 73 |
"rms_norm_eps": 1e-05,
|
| 74 |
"rope_parameters": {
|
|
@@ -76,7 +76,7 @@
|
|
| 76 |
"rope_type": "default"
|
| 77 |
},
|
| 78 |
"tie_word_embeddings": false,
|
| 79 |
-
"transformers_version": "5.
|
| 80 |
"use_cache": true,
|
| 81 |
"vocab_size": 32000
|
| 82 |
}
|
|
|
|
| 68 |
"quantization_status": "compressed",
|
| 69 |
"sparsity_config": {},
|
| 70 |
"transform_config": {},
|
| 71 |
+
"version": "0.17.1"
|
| 72 |
},
|
| 73 |
"rms_norm_eps": 1e-05,
|
| 74 |
"rope_parameters": {
|
|
|
|
| 76 |
"rope_type": "default"
|
| 77 |
},
|
| 78 |
"tie_word_embeddings": false,
|
| 79 |
+
"transformers_version": "5.10.1",
|
| 80 |
"use_cache": true,
|
| 81 |
"vocab_size": 32000
|
| 82 |
}
|
generation_config.json
CHANGED
|
@@ -3,5 +3,5 @@
|
|
| 3 |
"eos_token_id": 2,
|
| 4 |
"max_length": 2048,
|
| 5 |
"pad_token_id": 0,
|
| 6 |
-
"transformers_version": "5.
|
| 7 |
}
|
|
|
|
| 3 |
"eos_token_id": 2,
|
| 4 |
"max_length": 2048,
|
| 5 |
"pad_token_id": 0,
|
| 6 |
+
"transformers_version": "5.10.1"
|
| 7 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1232041608
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32a96464981035381fada582ce9f5c1e59fcde6d86c5830eef6aa31ef5122ca1
|
| 3 |
size 1232041608
|
recipe.yaml
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
quant_stage:
|
| 2 |
quant_modifiers:
|
| 3 |
SmoothQuantModifier:
|
| 4 |
-
requires_calibration_data: true
|
| 5 |
smoothing_strength: 0.8
|
| 6 |
mappings:
|
| 7 |
- - ['re:.*q_proj', 're:.*k_proj', 're:.*v_proj']
|
|
@@ -45,7 +44,6 @@ quant_stage:
|
|
| 45 |
targets: [Linear]
|
| 46 |
ignore: [lm_head]
|
| 47 |
bypass_divisibility_checks: false
|
| 48 |
-
requires_calibration_data: true
|
| 49 |
block_size: 128
|
| 50 |
dampening_frac: 0.01
|
| 51 |
offload_hessians: false
|
|
|
|
| 1 |
quant_stage:
|
| 2 |
quant_modifiers:
|
| 3 |
SmoothQuantModifier:
|
|
|
|
| 4 |
smoothing_strength: 0.8
|
| 5 |
mappings:
|
| 6 |
- - ['re:.*q_proj', 're:.*k_proj', 're:.*v_proj']
|
|
|
|
| 44 |
targets: [Linear]
|
| 45 |
ignore: [lm_head]
|
| 46 |
bypass_divisibility_checks: false
|
|
|
|
| 47 |
block_size: 128
|
| 48 |
dampening_frac: 0.01
|
| 49 |
offload_hessians: false
|