MelanieKoe
commited on
Commit
•
93c3b81
1
Parent(s):
589d84a
Training in progress, step 250
Browse files- config.json +3 -3
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"architectures": [
|
10 |
"Wav2Vec2ForCTC"
|
11 |
],
|
12 |
-
"attention_dropout": 0.
|
13 |
"bos_token_id": 1,
|
14 |
"classifier_proj_size": 256,
|
15 |
"codevector_dim": 256,
|
@@ -49,12 +49,12 @@
|
|
49 |
"eos_token_id": 2,
|
50 |
"feat_extract_activation": "gelu",
|
51 |
"feat_extract_norm": "group",
|
52 |
-
"feat_proj_dropout": 0.
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
"final_dropout": 0.0,
|
55 |
"freeze_feat_extract_train": true,
|
56 |
"hidden_act": "gelu",
|
57 |
-
"hidden_dropout": 0.
|
58 |
"hidden_size": 768,
|
59 |
"initializer_range": 0.02,
|
60 |
"intermediate_size": 3072,
|
|
|
9 |
"architectures": [
|
10 |
"Wav2Vec2ForCTC"
|
11 |
],
|
12 |
+
"attention_dropout": 0.1,
|
13 |
"bos_token_id": 1,
|
14 |
"classifier_proj_size": 256,
|
15 |
"codevector_dim": 256,
|
|
|
49 |
"eos_token_id": 2,
|
50 |
"feat_extract_activation": "gelu",
|
51 |
"feat_extract_norm": "group",
|
52 |
+
"feat_proj_dropout": 0.1,
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
"final_dropout": 0.0,
|
55 |
"freeze_feat_extract_train": true,
|
56 |
"hidden_act": "gelu",
|
57 |
+
"hidden_dropout": 0.1,
|
58 |
"hidden_size": 768,
|
59 |
"initializer_range": 0.02,
|
60 |
"intermediate_size": 3072,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 377629528
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e51742e625f7ec1c33a905fc6b9050f3bffafb8fd24977488065e0b69ee19a49
|
3 |
size 377629528
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4283
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:063a971bfe73c8bf0ea549170f611aeb3ffe1b13ec77e7bed12cee7741cb3613
|
3 |
size 4283
|