Update model type (WIP)
Browse files`maest` (Music Audio Spectrogram Transformer) is a variant of AST featuring the same architecture but a different mel-spectrogram configuration optimized for music applications.
- config.json +1 -1
config.json
CHANGED
@@ -815,7 +815,7 @@
|
|
815 |
},
|
816 |
"layer_norm_eps": 1e-06,
|
817 |
"max_length": 1876,
|
818 |
-
"model_type": "
|
819 |
"num_attention_heads": 12,
|
820 |
"num_hidden_layers": 12,
|
821 |
"num_mel_bins": 96,
|
|
|
815 |
},
|
816 |
"layer_norm_eps": 1e-06,
|
817 |
"max_length": 1876,
|
818 |
+
"model_type": "maest",
|
819 |
"num_attention_heads": 12,
|
820 |
"num_hidden_layers": 12,
|
821 |
"num_mel_bins": 96,
|