DylanonWic
commited on
Commit
•
f7ceab5
1
Parent(s):
0c3f1b2
Training in progress, step 400
Browse files- config.json +5 -5
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -8,12 +8,12 @@
|
|
8 |
"architectures": [
|
9 |
"Wav2Vec2ForCTC"
|
10 |
],
|
11 |
-
"attention_dropout": 0.
|
12 |
"bos_token_id": 1,
|
13 |
"classifier_proj_size": 256,
|
14 |
"codevector_dim": 768,
|
15 |
"contrastive_logits_temperature": 0.1,
|
16 |
-
"conv_bias":
|
17 |
"conv_dim": [
|
18 |
512,
|
19 |
512,
|
@@ -41,7 +41,7 @@
|
|
41 |
2,
|
42 |
2
|
43 |
],
|
44 |
-
"ctc_loss_reduction": "
|
45 |
"ctc_zero_infinity": false,
|
46 |
"diversity_loss_weight": 0.1,
|
47 |
"do_stable_layer_norm": true,
|
@@ -53,12 +53,12 @@
|
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
"final_dropout": 0.0,
|
55 |
"hidden_act": "gelu",
|
56 |
-
"hidden_dropout": 0.
|
57 |
"hidden_size": 1024,
|
58 |
"initializer_range": 0.02,
|
59 |
"intermediate_size": 4096,
|
60 |
"layer_norm_eps": 1e-05,
|
61 |
-
"layerdrop": 0.
|
62 |
"mask_channel_length": 10,
|
63 |
"mask_channel_min_space": 1,
|
64 |
"mask_channel_other": 0.0,
|
|
|
8 |
"architectures": [
|
9 |
"Wav2Vec2ForCTC"
|
10 |
],
|
11 |
+
"attention_dropout": 0.05,
|
12 |
"bos_token_id": 1,
|
13 |
"classifier_proj_size": 256,
|
14 |
"codevector_dim": 768,
|
15 |
"contrastive_logits_temperature": 0.1,
|
16 |
+
"conv_bias": true,
|
17 |
"conv_dim": [
|
18 |
512,
|
19 |
512,
|
|
|
41 |
2,
|
42 |
2
|
43 |
],
|
44 |
+
"ctc_loss_reduction": "sum",
|
45 |
"ctc_zero_infinity": false,
|
46 |
"diversity_loss_weight": 0.1,
|
47 |
"do_stable_layer_norm": true,
|
|
|
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.2,
|
62 |
"mask_channel_length": 10,
|
63 |
"mask_channel_min_space": 1,
|
64 |
"mask_channel_other": 0.0,
|
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:e9b63a24031b5ec39f8d3f961e430dd4672befc291fd2ea92fbe3e0c8bd3dd99
|
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:aedb057b875f61276bccb15c8d4e72cecefc56dbaa118155c1e631a9510704cc
|
3 |
size 3579
|