Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
|
@@ -21,7 +21,7 @@
|
|
| 21 |
"intermediate_size": 8192,
|
| 22 |
"max_position_embeddings": 2048,
|
| 23 |
"mlp_bias": false,
|
| 24 |
-
"model_type": "
|
| 25 |
"num_attention_heads": 24,
|
| 26 |
"num_codebooks": 8,
|
| 27 |
"num_hidden_layers": 28,
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"HiggsAudioV2ForConditionalGeneration"
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
|
|
|
| 21 |
"intermediate_size": 8192,
|
| 22 |
"max_position_embeddings": 2048,
|
| 23 |
"mlp_bias": false,
|
| 24 |
+
"model_type": "higgs_audio_v2",
|
| 25 |
"num_attention_heads": 24,
|
| 26 |
"num_codebooks": 8,
|
| 27 |
"num_hidden_layers": 28,
|