Update config.json
Browse files- config.json +5 -4
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"apply_spec_augment": true,
|
| 5 |
"architectures": [
|
|
@@ -86,7 +86,8 @@
|
|
| 86 |
"sample_rate": 24000,
|
| 87 |
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
| 88 |
"torch_dtype": "float32",
|
| 89 |
-
"transformers_version": "4.
|
| 90 |
"use_weighted_layer_sum": false,
|
| 91 |
-
"vocab_size": 32
|
| 92 |
-
|
|
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "MERT-v1-330M",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"apply_spec_augment": true,
|
| 5 |
"architectures": [
|
|
|
|
| 86 |
"sample_rate": 24000,
|
| 87 |
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
| 88 |
"torch_dtype": "float32",
|
| 89 |
+
"transformers_version": "4.40.2",
|
| 90 |
"use_weighted_layer_sum": false,
|
| 91 |
+
"vocab_size": 32,
|
| 92 |
+
"conv_pos_batch_norm": false
|
| 93 |
+
}
|