DylanonWic
commited on
Commit
•
c8c446c
1
Parent(s):
d4c88c9
Training in progress, step 500
Browse files- config.json +5 -5
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
"architectures": [
|
9 |
"Wav2Vec2ForCTC"
|
10 |
],
|
11 |
-
"attention_dropout": 0.
|
12 |
"bos_token_id": 1,
|
13 |
"classifier_proj_size": 256,
|
14 |
"codevector_dim": 768,
|
@@ -51,15 +51,15 @@
|
|
51 |
"feat_extract_norm": "layer",
|
52 |
"feat_proj_dropout": 0.1,
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
-
"final_dropout": 0.
|
55 |
"gradient_checkpointing": false,
|
56 |
"hidden_act": "gelu",
|
57 |
-
"hidden_dropout": 0.
|
58 |
"hidden_size": 1024,
|
59 |
"initializer_range": 0.02,
|
60 |
"intermediate_size": 4096,
|
61 |
"layer_norm_eps": 1e-05,
|
62 |
-
"layerdrop": 0.
|
63 |
"mask_channel_length": 10,
|
64 |
"mask_channel_min_space": 1,
|
65 |
"mask_channel_other": 0.0,
|
@@ -72,7 +72,7 @@
|
|
72 |
"mask_time_min_masks": 2,
|
73 |
"mask_time_min_space": 1,
|
74 |
"mask_time_other": 0.0,
|
75 |
-
"mask_time_prob": 0.
|
76 |
"mask_time_selection": "static",
|
77 |
"model_type": "wav2vec2",
|
78 |
"num_adapter_layers": 3,
|
|
|
8 |
"architectures": [
|
9 |
"Wav2Vec2ForCTC"
|
10 |
],
|
11 |
+
"attention_dropout": 0.08,
|
12 |
"bos_token_id": 1,
|
13 |
"classifier_proj_size": 256,
|
14 |
"codevector_dim": 768,
|
|
|
51 |
"feat_extract_norm": "layer",
|
52 |
"feat_proj_dropout": 0.1,
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
+
"final_dropout": 0.08,
|
55 |
"gradient_checkpointing": false,
|
56 |
"hidden_act": "gelu",
|
57 |
+
"hidden_dropout": 0.1,
|
58 |
"hidden_size": 1024,
|
59 |
"initializer_range": 0.02,
|
60 |
"intermediate_size": 4096,
|
61 |
"layer_norm_eps": 1e-05,
|
62 |
+
"layerdrop": 0.1,
|
63 |
"mask_channel_length": 10,
|
64 |
"mask_channel_min_space": 1,
|
65 |
"mask_channel_other": 0.0,
|
|
|
72 |
"mask_time_min_masks": 2,
|
73 |
"mask_time_min_space": 1,
|
74 |
"mask_time_other": 0.0,
|
75 |
+
"mask_time_prob": 0.1,
|
76 |
"mask_time_selection": "static",
|
77 |
"model_type": "wav2vec2",
|
78 |
"num_adapter_layers": 3,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262197037
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:197b721d4fd9fc273a5e0da7b378ef9a861a5b65550ea6458c8382a514cb1c8b
|
3 |
size 1262197037
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3579
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f077cbde20090100685bb0ec1b4565b5d3acec9d67b8a09f68517d951da80b1
|
3 |
size 3579
|