Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -28,7 +28,7 @@
|
|
| 28 |
]
|
| 29 |
},
|
| 30 |
"architectures": [
|
| 31 |
-
"
|
| 32 |
],
|
| 33 |
"block_dilations": [
|
| 34 |
1,
|
|
@@ -45,7 +45,7 @@
|
|
| 45 |
"dtype": "float32",
|
| 46 |
"initializer_range": 0.02,
|
| 47 |
"kernel_size": 3,
|
| 48 |
-
"model_type": "
|
| 49 |
"pad": 160,
|
| 50 |
"sample_rate": 24000,
|
| 51 |
"semantic_model_config": {
|
|
|
|
| 28 |
]
|
| 29 |
},
|
| 30 |
"architectures": [
|
| 31 |
+
"HiggsAudioV2TokenizerModel"
|
| 32 |
],
|
| 33 |
"block_dilations": [
|
| 34 |
1,
|
|
|
|
| 45 |
"dtype": "float32",
|
| 46 |
"initializer_range": 0.02,
|
| 47 |
"kernel_size": 3,
|
| 48 |
+
"model_type": "higgs_audio_v2_tokenizer",
|
| 49 |
"pad": 160,
|
| 50 |
"sample_rate": 24000,
|
| 51 |
"semantic_model_config": {
|