Upload config.json with huggingface_hub
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"add_adapter": false,
|
| 7 |
"apply_spec_augment": true,
|
| 8 |
"architectures": [
|
| 9 |
-
"
|
| 10 |
],
|
| 11 |
"attention_dropout": 0.1,
|
| 12 |
"bos_token_id": 1,
|
|
@@ -67,7 +67,7 @@
|
|
| 67 |
"mask_time_length": 10,
|
| 68 |
"mask_time_min_masks": 2,
|
| 69 |
"mask_time_prob": 0.05,
|
| 70 |
-
"model_type": "
|
| 71 |
"num_adapter_layers": 3,
|
| 72 |
"num_attention_heads": 12,
|
| 73 |
"num_codevector_groups": 2,
|
|
@@ -106,4 +106,4 @@
|
|
| 106 |
"use_weighted_layer_sum": false,
|
| 107 |
"vocab_size": 32,
|
| 108 |
"xvector_output_dim": 512
|
| 109 |
-
}
|
|
|
|
| 6 |
"add_adapter": false,
|
| 7 |
"apply_spec_augment": true,
|
| 8 |
"architectures": [
|
| 9 |
+
"EchoCoreForPreTraining"
|
| 10 |
],
|
| 11 |
"attention_dropout": 0.1,
|
| 12 |
"bos_token_id": 1,
|
|
|
|
| 67 |
"mask_time_length": 10,
|
| 68 |
"mask_time_min_masks": 2,
|
| 69 |
"mask_time_prob": 0.05,
|
| 70 |
+
"model_type": "echocore",
|
| 71 |
"num_adapter_layers": 3,
|
| 72 |
"num_attention_heads": 12,
|
| 73 |
"num_codevector_groups": 2,
|
|
|
|
| 106 |
"use_weighted_layer_sum": false,
|
| 107 |
"vocab_size": 32,
|
| 108 |
"xvector_output_dim": 512
|
| 109 |
+
}
|