wav2vec2phoneme
Browse files
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "facebook/wav2vec2-
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"adapter_kernel_size": 3,
|
| 5 |
"adapter_stride": 2,
|
|
@@ -60,12 +60,20 @@
|
|
| 60 |
"intermediate_size": 4096,
|
| 61 |
"layer_norm_eps": 1e-05,
|
| 62 |
"layerdrop": 0.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
"mask_feature_length": 10,
|
| 64 |
"mask_feature_min_masks": 0,
|
| 65 |
"mask_feature_prob": 0.0,
|
| 66 |
"mask_time_length": 10,
|
| 67 |
"mask_time_min_masks": 2,
|
|
|
|
|
|
|
| 68 |
"mask_time_prob": 0.05,
|
|
|
|
| 69 |
"model_type": "wav2vec2",
|
| 70 |
"num_adapter_layers": 3,
|
| 71 |
"num_attention_heads": 16,
|
|
@@ -77,7 +85,7 @@
|
|
| 77 |
"num_hidden_layers": 24,
|
| 78 |
"num_negatives": 100,
|
| 79 |
"output_hidden_size": 1024,
|
| 80 |
-
"pad_token_id":
|
| 81 |
"proj_codevector_dim": 768,
|
| 82 |
"tdnn_dilation": [
|
| 83 |
1,
|
|
@@ -103,6 +111,6 @@
|
|
| 103 |
"torch_dtype": "float32",
|
| 104 |
"transformers_version": "4.25.1",
|
| 105 |
"use_weighted_layer_sum": false,
|
| 106 |
-
"vocab_size":
|
| 107 |
"xvector_output_dim": 512
|
| 108 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "facebook/wav2vec2-xlsr-53-espeak-cv-ft",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"adapter_kernel_size": 3,
|
| 5 |
"adapter_stride": 2,
|
|
|
|
| 60 |
"intermediate_size": 4096,
|
| 61 |
"layer_norm_eps": 1e-05,
|
| 62 |
"layerdrop": 0.0,
|
| 63 |
+
"mask_channel_length": 10,
|
| 64 |
+
"mask_channel_min_space": 1,
|
| 65 |
+
"mask_channel_other": 0.0,
|
| 66 |
+
"mask_channel_prob": 0.0,
|
| 67 |
+
"mask_channel_selection": "static",
|
| 68 |
"mask_feature_length": 10,
|
| 69 |
"mask_feature_min_masks": 0,
|
| 70 |
"mask_feature_prob": 0.0,
|
| 71 |
"mask_time_length": 10,
|
| 72 |
"mask_time_min_masks": 2,
|
| 73 |
+
"mask_time_min_space": 1,
|
| 74 |
+
"mask_time_other": 0.0,
|
| 75 |
"mask_time_prob": 0.05,
|
| 76 |
+
"mask_time_selection": "static",
|
| 77 |
"model_type": "wav2vec2",
|
| 78 |
"num_adapter_layers": 3,
|
| 79 |
"num_attention_heads": 16,
|
|
|
|
| 85 |
"num_hidden_layers": 24,
|
| 86 |
"num_negatives": 100,
|
| 87 |
"output_hidden_size": 1024,
|
| 88 |
+
"pad_token_id": 0,
|
| 89 |
"proj_codevector_dim": 768,
|
| 90 |
"tdnn_dilation": [
|
| 91 |
1,
|
|
|
|
| 111 |
"torch_dtype": "float32",
|
| 112 |
"transformers_version": "4.25.1",
|
| 113 |
"use_weighted_layer_sum": false,
|
| 114 |
+
"vocab_size": 392,
|
| 115 |
"xvector_output_dim": 512
|
| 116 |
}
|
preprocessor_config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
| 4 |
"feature_size": 1,
|
| 5 |
"padding_side": "right",
|
| 6 |
-
"padding_value": 0
|
| 7 |
"return_attention_mask": true,
|
| 8 |
"sampling_rate": 16000
|
| 9 |
}
|
|
|
|
| 3 |
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
| 4 |
"feature_size": 1,
|
| 5 |
"padding_side": "right",
|
| 6 |
+
"padding_value": 0,
|
| 7 |
"return_attention_mask": true,
|
| 8 |
"sampling_rate": 16000
|
| 9 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:662e2b92f64f89af6da953d1ab6988f87b585a4a8bd868e5df0f52de4379ccd6
|
| 3 |
+
size 1263505905
|
runs/Jan08_06-16-12_899a1481aea2/1673159019.6706855/events.out.tfevents.1673159019.899a1481aea2.103.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b81f163ee6ae835dc38328277f7b339cff0756b927e1d7002af7b00cacf8406
|
| 3 |
+
size 5531
|
runs/Jan08_06-16-12_899a1481aea2/events.out.tfevents.1673159019.899a1481aea2.103.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:134fcffe6c63c2886ac518bed5b66eba3b54d225c2520c0f4a1561a268a1be13
|
| 3 |
+
size 5760
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3375
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9e56e341c1acc4a0c79909f815bdc438181fc935f6add6bf3f781bc6e004df2
|
| 3 |
size 3375
|