Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"activation_dropout": 0.1,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
6 |
-
"
|
7 |
],
|
8 |
"sample_rate": 16000,
|
9 |
"attention_dropout": 0.1,
|
@@ -62,7 +62,7 @@
|
|
62 |
"mask_time_length": 10,
|
63 |
"mask_time_min_masks": 2,
|
64 |
"mask_time_prob": 0.05,
|
65 |
-
"model_type": "
|
66 |
"num_attention_heads": 12,
|
67 |
"num_conv_pos_embedding_groups": 16,
|
68 |
"num_conv_pos_embeddings": 128,
|
|
|
3 |
"activation_dropout": 0.1,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
6 |
+
"MERTModel"
|
7 |
],
|
8 |
"sample_rate": 16000,
|
9 |
"attention_dropout": 0.1,
|
|
|
62 |
"mask_time_length": 10,
|
63 |
"mask_time_min_masks": 2,
|
64 |
"mask_time_prob": 0.05,
|
65 |
+
"model_type": "mert_model",
|
66 |
"num_attention_heads": 12,
|
67 |
"num_conv_pos_embedding_groups": 16,
|
68 |
"num_conv_pos_embeddings": 128,
|