Upload model
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -5,7 +5,6 @@
|
|
| 5 |
],
|
| 6 |
"attention_bias": false,
|
| 7 |
"attention_dropout": 0.0,
|
| 8 |
-
"decoder_hidden_size": 1024,
|
| 9 |
"downsampling_ratios": [
|
| 10 |
2,
|
| 11 |
2,
|
|
@@ -17,6 +16,7 @@
|
|
| 17 |
"encoder_hidden_size": 48,
|
| 18 |
"head_dim": 64,
|
| 19 |
"hidden_act": "silu",
|
|
|
|
| 20 |
"initializer_range": 0.02,
|
| 21 |
"max_position_embeddings": 4096,
|
| 22 |
"model_type": "xcodec2",
|
|
|
|
| 5 |
],
|
| 6 |
"attention_bias": false,
|
| 7 |
"attention_dropout": 0.0,
|
|
|
|
| 8 |
"downsampling_ratios": [
|
| 9 |
2,
|
| 10 |
2,
|
|
|
|
| 16 |
"encoder_hidden_size": 48,
|
| 17 |
"head_dim": 64,
|
| 18 |
"hidden_act": "silu",
|
| 19 |
+
"hidden_size": 1024,
|
| 20 |
"initializer_range": 0.02,
|
| 21 |
"max_position_embeddings": 4096,
|
| 22 |
"model_type": "xcodec2",
|