Training in progress, step 500
Browse files
config.json
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
{
|
2 |
"_name_or_path": "facebook/wav2vec2-xls-r-300m",
|
3 |
"activation_dropout": 0.0,
|
|
|
|
|
|
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
6 |
"Wav2Vec2ForCTC"
|
@@ -58,10 +61,13 @@
|
|
58 |
"layer_norm_eps": 1e-05,
|
59 |
"layerdrop": 0.0,
|
60 |
"mask_feature_length": 10,
|
|
|
61 |
"mask_feature_prob": 0.0,
|
62 |
"mask_time_length": 10,
|
|
|
63 |
"mask_time_prob": 0.05,
|
64 |
"model_type": "wav2vec2",
|
|
|
65 |
"num_attention_heads": 16,
|
66 |
"num_codevector_groups": 2,
|
67 |
"num_codevectors_per_group": 320,
|
@@ -70,10 +76,33 @@
|
|
70 |
"num_feat_extract_layers": 7,
|
71 |
"num_hidden_layers": 24,
|
72 |
"num_negatives": 100,
|
73 |
-
"
|
|
|
74 |
"proj_codevector_dim": 768,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
"torch_dtype": "float32",
|
76 |
-
"transformers_version": "4.
|
77 |
"use_weighted_layer_sum": false,
|
78 |
-
"vocab_size":
|
|
|
79 |
}
|
|
|
1 |
{
|
2 |
"_name_or_path": "facebook/wav2vec2-xls-r-300m",
|
3 |
"activation_dropout": 0.0,
|
4 |
+
"adapter_kernel_size": 3,
|
5 |
+
"adapter_stride": 2,
|
6 |
+
"add_adapter": false,
|
7 |
"apply_spec_augment": true,
|
8 |
"architectures": [
|
9 |
"Wav2Vec2ForCTC"
|
|
|
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,
|
72 |
"num_codevector_groups": 2,
|
73 |
"num_codevectors_per_group": 320,
|
|
|
76 |
"num_feat_extract_layers": 7,
|
77 |
"num_hidden_layers": 24,
|
78 |
"num_negatives": 100,
|
79 |
+
"output_hidden_size": 1024,
|
80 |
+
"pad_token_id": 56,
|
81 |
"proj_codevector_dim": 768,
|
82 |
+
"tdnn_dilation": [
|
83 |
+
1,
|
84 |
+
2,
|
85 |
+
3,
|
86 |
+
1,
|
87 |
+
1
|
88 |
+
],
|
89 |
+
"tdnn_dim": [
|
90 |
+
512,
|
91 |
+
512,
|
92 |
+
512,
|
93 |
+
512,
|
94 |
+
1500
|
95 |
+
],
|
96 |
+
"tdnn_kernel": [
|
97 |
+
5,
|
98 |
+
3,
|
99 |
+
3,
|
100 |
+
1,
|
101 |
+
1
|
102 |
+
],
|
103 |
"torch_dtype": "float32",
|
104 |
+
"transformers_version": "4.16.0.dev0",
|
105 |
"use_weighted_layer_sum": false,
|
106 |
+
"vocab_size": 57,
|
107 |
+
"xvector_output_dim": 512
|
108 |
}
|
preprocessor_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"do_normalize": true,
|
3 |
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
"feature_size": 1,
|
|
|
1 |
{
|
2 |
+
"_processor_class": null,
|
3 |
"do_normalize": true,
|
4 |
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
5 |
"feature_size": 1,
|
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:84aa2f2e288a092ab7466a0baeaf34cce5e86d6a240be56f2b29012f8104258e
|
3 |
+
size 1262157361
|
runs/Jan03_06-35-28_499fd35e84f7/1641192340.8480506/events.out.tfevents.1641192340.499fd35e84f7.107.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21b459e704ee7fa78d0d4510e886e2f52cd9b4394568a3fe090926f571b2e0a5
|
3 |
+
size 4766
|
runs/Jan03_06-35-28_499fd35e84f7/events.out.tfevents.1641192340.499fd35e84f7.107.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ff85209fec4f6b732b745689f6b7a6e2add5d4b8f40db725811ea524db4d0d5
|
3 |
+
size 4738
|
training_args.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:4931c78a066c679e77ef62e37b74b38510b06a1085df4bd85fd4fb8e798c2d49
|
3 |
+
size 2991
|