szhengac25 commited on
Commit
5a94d28
·
1 Parent(s): 7f15729
Files changed (1) hide show
  1. config.json +8 -1
config.json CHANGED
@@ -40,15 +40,22 @@
40
  ],
41
  "codebook_dim": 64,
42
  "codebook_size": 1024,
 
43
  "downsample_mode": "step_down",
 
44
  "initializer_range": 0.02,
45
  "kernel_size": 3,
46
  "model_type": "higgs_audio_tokenizer",
47
  "num_quantizers": 8,
 
48
  "sample_rate": 24000,
49
  "semantic_model_config": {
 
50
  "activation_dropout": 0.1,
51
  "apply_spec_augment": true,
 
 
 
52
  "attention_dropout": 0.1,
53
  "classifier_proj_size": 256,
54
  "conv_bias": false,
@@ -83,6 +90,7 @@
83
  "ctc_loss_reduction": "sum",
84
  "ctc_zero_infinity": false,
85
  "do_stable_layer_norm": false,
 
86
  "feat_extract_activation": "gelu",
87
  "feat_extract_norm": "group",
88
  "feat_proj_dropout": 0.0,
@@ -122,7 +130,6 @@
122
  2,
123
  4
124
  ],
125
- "torch_dtype": "float32",
126
  "transformers_version": "4.56.0.dev0",
127
  "unit_kernel_size": 3
128
  }
 
40
  ],
41
  "codebook_dim": 64,
42
  "codebook_size": 1024,
43
+ "downsample_factor": 320,
44
  "downsample_mode": "step_down",
45
+ "dtype": "float32",
46
  "initializer_range": 0.02,
47
  "kernel_size": 3,
48
  "model_type": "higgs_audio_tokenizer",
49
  "num_quantizers": 8,
50
+ "pad": 160,
51
  "sample_rate": 24000,
52
  "semantic_model_config": {
53
+ "_name_or_path": "bosonai/hubert_base",
54
  "activation_dropout": 0.1,
55
  "apply_spec_augment": true,
56
+ "architectures": [
57
+ "HubertModel"
58
+ ],
59
  "attention_dropout": 0.1,
60
  "classifier_proj_size": 256,
61
  "conv_bias": false,
 
90
  "ctc_loss_reduction": "sum",
91
  "ctc_zero_infinity": false,
92
  "do_stable_layer_norm": false,
93
+ "dtype": "float32",
94
  "feat_extract_activation": "gelu",
95
  "feat_extract_norm": "group",
96
  "feat_proj_dropout": 0.0,
 
130
  2,
131
  4
132
  ],
 
133
  "transformers_version": "4.56.0.dev0",
134
  "unit_kernel_size": 3
135
  }