DylanonWic
commited on
Commit
·
581e0f3
1
Parent(s):
63e341a
Training in progress, step 1000
Browse files- config.json +2 -2
- 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,7 +51,7 @@
|
|
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.1,
|
|
|
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,
|
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:678e6c03ab204185bd40f4206d7dd1ef70e63c17d81161d1f0ef8ccb31052ffe
|
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:0e058f9e01a2611c15d04409b3df4f42ee481b36d1b79664255543e62e5a0148
|
3 |
size 3579
|