hf-transformers-bot commited on
Commit
255a58b
·
verified ·
1 Parent(s): 9bfc7fa

Update tiny models for VibeVoiceAcousticTokenizerEncoderModel

Browse files
Files changed (3) hide show
  1. config.json +26 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +21 -0
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "VibeVoiceAcousticTokenizerEncoderModel"
4
+ ],
5
+ "channels": 1,
6
+ "depths": [
7
+ 1,
8
+ 1
9
+ ],
10
+ "downsampling_ratios": [
11
+ 2
12
+ ],
13
+ "dtype": "float32",
14
+ "ffn_expansion": 4,
15
+ "hidden_act": "gelu",
16
+ "hidden_size": 32,
17
+ "initializer_range": 0.01,
18
+ "kernel_size": 3,
19
+ "layer_scale_init_value": 1e-06,
20
+ "model_type": "vibevoice_acoustic_tokenizer_encoder",
21
+ "n_filters": 4,
22
+ "num_filters": 32,
23
+ "rms_norm_eps": 1e-05,
24
+ "transformers_version": "5.16.0.dev0",
25
+ "vae_std": 0.625
26
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eaaba609b9fce85beca378226733fb5ee3da0be77eccd93c0659c4ae484b555
3
+ size 229536
preprocessor_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "audio_processor": {
3
+ "eps": 1e-06,
4
+ "feature_extractor_type": "VibeVoiceTokenizerProcessor",
5
+ "normalize_audio": true,
6
+ "sampling_rate": 24000,
7
+ "target_dB_FS": -25
8
+ },
9
+ "db_normalize": true,
10
+ "eps": 1e-06,
11
+ "feature_extractor_type": "VibeVoiceAcousticTokenizerFeatureExtractor",
12
+ "feature_size": 1,
13
+ "language_model_pretrained_name": "Qwen/Qwen2.5-1.5B",
14
+ "normalize_audio": true,
15
+ "padding_side": "right",
16
+ "padding_value": 0.0,
17
+ "return_attention_mask": true,
18
+ "sampling_rate": 24000,
19
+ "speech_tok_compress_ratio": 3200,
20
+ "target_dB_FS": -25
21
+ }