dsikka commited on
Commit
6d3b9ca
1 Parent(s): 7c7668b

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. model.safetensors +1 -1
  2. recipe.yaml +10 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e13975661f72f272b9bdc68b2ea74cba4d6a01b62352487bfda9b845b00fb205
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]