Upload folder using huggingface_hub
Browse files- model.safetensors +1 -1
- recipe.yaml +10 -0
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1231270112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac47bdbde90e83b008c5a70211344b56beb1d22d30b31f650f73fab028e96b39
|
3 |
size 1231270112
|
recipe.yaml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
quant_stage:
|
2 |
+
quant_modifiers:
|
3 |
+
SmoothQuantModifier: {smoothing_strength: 0.8}
|
4 |
+
QuantizationModifier:
|
5 |
+
ignore: [lm_head]
|
6 |
+
config_groups:
|
7 |
+
group_0:
|
8 |
+
weights: {num_bits: 8, type: int, symmetric: true, strategy: tensor}
|
9 |
+
input_activations: {num_bits: 8, type: int, symmetric: true, strategy: tensor}
|
10 |
+
targets: [Linear]
|