Dubedo commited on
Commit
289d51e
·
verified ·
1 Parent(s): 9e741c7

Upload quantization_metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. quantization_metadata.json +18 -0
quantization_metadata.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "quantization_method": "bitsandbytes",
3
+ "bits": 4,
4
+ "quant_type": "nf4",
5
+ "double_quant": true,
6
+ "modules_not_quantized": [
7
+ "acoustic_tokenizer_encoder",
8
+ "semantic_tokenizer_encoder",
9
+ "acoustic_projection",
10
+ "semantic_projection",
11
+ "lm_head"
12
+ ],
13
+ "modules_quantized": [
14
+ "language_model (excluding lm_head)"
15
+ ],
16
+ "base_model": "microsoft/VibeVoice-ASR-HF",
17
+ "transformers_version": "5.3.0"
18
+ }