Upload folder using huggingface_hub
Browse files- config.json +3 -3
- model.safetensors +2 -2
- quantize_config.json +3 -3
config.json
CHANGED
|
@@ -24,10 +24,10 @@
|
|
| 24 |
"pretraining_tp": 1,
|
| 25 |
"quantization_config": {
|
| 26 |
"bits": 4,
|
| 27 |
-
"
|
| 28 |
-
"damp_percent": 0.01,
|
| 29 |
"desc_act": true,
|
| 30 |
"group_size": 128,
|
|
|
|
| 31 |
"model_file_base_name": "model",
|
| 32 |
"model_name_or_path": null,
|
| 33 |
"quant_method": "gptq",
|
|
@@ -46,7 +46,7 @@
|
|
| 46 |
"rope_theta": 500000.0,
|
| 47 |
"tie_word_embeddings": false,
|
| 48 |
"torch_dtype": "float16",
|
| 49 |
-
"transformers_version": "4.
|
| 50 |
"use_cache": true,
|
| 51 |
"vocab_size": 128256
|
| 52 |
}
|
|
|
|
| 24 |
"pretraining_tp": 1,
|
| 25 |
"quantization_config": {
|
| 26 |
"bits": 4,
|
| 27 |
+
"damp_percent": 0.1,
|
|
|
|
| 28 |
"desc_act": true,
|
| 29 |
"group_size": 128,
|
| 30 |
+
"is_marlin_format": false,
|
| 31 |
"model_file_base_name": "model",
|
| 32 |
"model_name_or_path": null,
|
| 33 |
"quant_method": "gptq",
|
|
|
|
| 46 |
"rope_theta": 500000.0,
|
| 47 |
"tie_word_embeddings": false,
|
| 48 |
"torch_dtype": "float16",
|
| 49 |
+
"transformers_version": "4.44.0",
|
| 50 |
"use_cache": true,
|
| 51 |
"vocab_size": 128256
|
| 52 |
}
|
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:5b65a3d34b7b4d350f0cbee60f4e690d1eee1411e7f484db0a8cfae081458602
|
| 3 |
+
size 5735720552
|
quantize_config.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
{
|
| 2 |
"bits": 4,
|
| 3 |
"group_size": 128,
|
| 4 |
-
"damp_percent": 0.
|
| 5 |
"desc_act": true,
|
| 6 |
"static_groups": false,
|
| 7 |
"sym": true,
|
| 8 |
"true_sequential": true,
|
| 9 |
"model_name_or_path": null,
|
| 10 |
"model_file_base_name": "model",
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"bits": 4,
|
| 3 |
"group_size": 128,
|
| 4 |
+
"damp_percent": 0.1,
|
| 5 |
"desc_act": true,
|
| 6 |
"static_groups": false,
|
| 7 |
"sym": true,
|
| 8 |
"true_sequential": true,
|
| 9 |
"model_name_or_path": null,
|
| 10 |
"model_file_base_name": "model",
|
| 11 |
+
"is_marlin_format": false,
|
| 12 |
+
"quant_method": "gptq"
|
| 13 |
}
|