DylanonWic
commited on
Commit
•
26a4863
1
Parent(s):
91f5b1d
Training in progress, step 400
Browse files- config.json +5 -6
- 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,
|
@@ -52,14 +52,13 @@
|
|
52 |
"feat_proj_dropout": 0.1,
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
"final_dropout": 0.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,11 +71,11 @@
|
|
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,
|
79 |
-
"num_attention_heads":
|
80 |
"num_codevector_groups": 2,
|
81 |
"num_codevectors_per_group": 320,
|
82 |
"num_conv_pos_embedding_groups": 16,
|
|
|
8 |
"architectures": [
|
9 |
"Wav2Vec2ForCTC"
|
10 |
],
|
11 |
+
"attention_dropout": 0.05,
|
12 |
"bos_token_id": 1,
|
13 |
"classifier_proj_size": 256,
|
14 |
"codevector_dim": 768,
|
|
|
52 |
"feat_proj_dropout": 0.1,
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
"final_dropout": 0.0,
|
|
|
55 |
"hidden_act": "gelu",
|
56 |
+
"hidden_dropout": 0.05,
|
57 |
"hidden_size": 1024,
|
58 |
"initializer_range": 0.02,
|
59 |
"intermediate_size": 4096,
|
60 |
"layer_norm_eps": 1e-05,
|
61 |
+
"layerdrop": 0.12,
|
62 |
"mask_channel_length": 10,
|
63 |
"mask_channel_min_space": 1,
|
64 |
"mask_channel_other": 0.0,
|
|
|
71 |
"mask_time_min_masks": 2,
|
72 |
"mask_time_min_space": 1,
|
73 |
"mask_time_other": 0.0,
|
74 |
+
"mask_time_prob": 0.05,
|
75 |
"mask_time_selection": "static",
|
76 |
"model_type": "wav2vec2",
|
77 |
"num_adapter_layers": 3,
|
78 |
+
"num_attention_heads": 8,
|
79 |
"num_codevector_groups": 2,
|
80 |
"num_codevectors_per_group": 320,
|
81 |
"num_conv_pos_embedding_groups": 16,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262188845
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78aeda35d59f625c75b860797782753fe7ed0c65cabb60bc2cd7e3c7df8aa5b9
|
3 |
size 1262188845
|
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:b9d7a0c25ff473c03d6320028d8353afebd2f006cddb30dbd3c022e085c67636
|
3 |
size 3579
|