Upload folder using huggingface_hub
Browse files- config.json +5 -3
- generation_config.json +1 -1
- model.safetensors +1 -1
- recipe.yaml +2 -0
- tokenizer.model +3 -0
config.json
CHANGED
|
@@ -36,9 +36,11 @@
|
|
| 36 |
"num_bits": 4,
|
| 37 |
"observer": "minmax",
|
| 38 |
"observer_kwargs": {},
|
|
|
|
| 39 |
"strategy": "group",
|
| 40 |
"symmetric": true,
|
| 41 |
-
"type": "int"
|
|
|
|
| 42 |
}
|
| 43 |
}
|
| 44 |
},
|
|
@@ -52,13 +54,13 @@
|
|
| 52 |
"quantization_status": "compressed",
|
| 53 |
"sparsity_config": {},
|
| 54 |
"transform_config": {},
|
| 55 |
-
"version": "0.12.3.
|
| 56 |
},
|
| 57 |
"rms_norm_eps": 1e-05,
|
| 58 |
"rope_scaling": null,
|
| 59 |
"rope_theta": 10000.0,
|
| 60 |
"tie_word_embeddings": false,
|
| 61 |
-
"transformers_version": "4.57.
|
| 62 |
"use_cache": true,
|
| 63 |
"vocab_size": 32000
|
| 64 |
}
|
|
|
|
| 36 |
"num_bits": 4,
|
| 37 |
"observer": "minmax",
|
| 38 |
"observer_kwargs": {},
|
| 39 |
+
"scale_dtype": null,
|
| 40 |
"strategy": "group",
|
| 41 |
"symmetric": true,
|
| 42 |
+
"type": "int",
|
| 43 |
+
"zp_dtype": null
|
| 44 |
}
|
| 45 |
}
|
| 46 |
},
|
|
|
|
| 54 |
"quantization_status": "compressed",
|
| 55 |
"sparsity_config": {},
|
| 56 |
"transform_config": {},
|
| 57 |
+
"version": "0.12.3.a20251114"
|
| 58 |
},
|
| 59 |
"rms_norm_eps": 1e-05,
|
| 60 |
"rope_scaling": null,
|
| 61 |
"rope_theta": 10000.0,
|
| 62 |
"tie_word_embeddings": false,
|
| 63 |
+
"transformers_version": "4.57.3",
|
| 64 |
"use_cache": true,
|
| 65 |
"vocab_size": 32000
|
| 66 |
}
|
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": "4.57.
|
| 7 |
}
|
|
|
|
| 3 |
"eos_token_id": 2,
|
| 4 |
"max_length": 2048,
|
| 5 |
"pad_token_id": 0,
|
| 6 |
+
"transformers_version": "4.57.3"
|
| 7 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 761968800
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa4b2393cf0081acfc8fdebba24cfb1d70793d0a791cdf4340b502bd80cf0aee
|
| 3 |
size 761968800
|
recipe.yaml
CHANGED
|
@@ -13,6 +13,8 @@ quant_stage:
|
|
| 13 |
block_structure: null
|
| 14 |
dynamic: false
|
| 15 |
actorder: weight
|
|
|
|
|
|
|
| 16 |
observer: minmax
|
| 17 |
observer_kwargs: {}
|
| 18 |
input_activations: null
|
|
|
|
| 13 |
block_structure: null
|
| 14 |
dynamic: false
|
| 15 |
actorder: weight
|
| 16 |
+
scale_dtype: null
|
| 17 |
+
zp_dtype: null
|
| 18 |
observer: minmax
|
| 19 |
observer_kwargs: {}
|
| 20 |
input_activations: null
|
tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
+
size 499723
|