Dubedo commited on
Commit
b0d2f2f
·
verified ·
1 Parent(s): e91db4d

Upload quantization_metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. quantization_metadata.json +12 -0
quantization_metadata.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "quantization_method": "bitsandbytes_int8",
3
+ "skip_modules": [
4
+ "acoustic_tokenizer",
5
+ "semantic_tokenizer",
6
+ "acoustic_connector",
7
+ "semantic_connector",
8
+ "lm_head"
9
+ ],
10
+ "base_model": "microsoft/VibeVoice-ASR",
11
+ "standalone_package": true
12
+ }