Training in progress, step 1000
Browse files- config.json +2 -2
- 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,
|
@@ -50,7 +50,7 @@
|
|
50 |
"feat_extract_activation": "gelu",
|
51 |
"feat_extract_dropout": 0.0,
|
52 |
"feat_extract_norm": "layer",
|
53 |
-
"feat_proj_dropout": 0.
|
54 |
"feat_quantizer_dropout": 0.0,
|
55 |
"final_dropout": 0.0,
|
56 |
"hidden_act": "gelu",
|
|
|
9 |
"architectures": [
|
10 |
"Wav2Vec2ForCTC"
|
11 |
],
|
12 |
+
"attention_dropout": 0.3,
|
13 |
"bos_token_id": 1,
|
14 |
"classifier_proj_size": 256,
|
15 |
"codevector_dim": 256,
|
|
|
50 |
"feat_extract_activation": "gelu",
|
51 |
"feat_extract_dropout": 0.0,
|
52 |
"feat_extract_norm": "layer",
|
53 |
+
"feat_proj_dropout": 0.3,
|
54 |
"feat_quantizer_dropout": 0.0,
|
55 |
"final_dropout": 0.0,
|
56 |
"hidden_act": "gelu",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262426580
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea0f381f136b02cab3f2d4782a02073058a35665c7519c3629929e27566ee2c3
|
3 |
size 1262426580
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c9fde7872a3c53db017f47a2a7a94a555637c6f25565c8e1023229aa1e8ad00
|
3 |
size 5304
|