ykirpichev
commited on
Commit
•
833a6af
1
Parent(s):
c66a39c
Training in progress, step 50
Browse files
config.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
{
|
2 |
"_name_or_path": "openai/whisper-tiny",
|
3 |
-
"activation_dropout": 0.
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
6 |
"architectures": [
|
7 |
"WhisperForConditionalGeneration"
|
8 |
],
|
9 |
-
"attention_dropout": 0.
|
10 |
"begin_suppress_tokens": [
|
11 |
220,
|
12 |
50257
|
@@ -19,7 +19,7 @@
|
|
19 |
"decoder_layerdrop": 0.0,
|
20 |
"decoder_layers": 4,
|
21 |
"decoder_start_token_id": 50258,
|
22 |
-
"dropout": 0.
|
23 |
"encoder_attention_heads": 6,
|
24 |
"encoder_ffn_dim": 1536,
|
25 |
"encoder_layerdrop": 0.0,
|
|
|
1 |
{
|
2 |
"_name_or_path": "openai/whisper-tiny",
|
3 |
+
"activation_dropout": 0.1,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
6 |
"architectures": [
|
7 |
"WhisperForConditionalGeneration"
|
8 |
],
|
9 |
+
"attention_dropout": 0.1,
|
10 |
"begin_suppress_tokens": [
|
11 |
220,
|
12 |
50257
|
|
|
19 |
"decoder_layerdrop": 0.0,
|
20 |
"decoder_layers": 4,
|
21 |
"decoder_start_token_id": 50258,
|
22 |
+
"dropout": 0.2,
|
23 |
"encoder_attention_heads": 6,
|
24 |
"encoder_ffn_dim": 1536,
|
25 |
"encoder_layerdrop": 0.0,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 151099049
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82995c1dffc3a549a4fcbe759fc8004657417766e6620f390cc8d611c6cdac39
|
3 |
size 151099049
|
runs/Jul10_06-17-28_d785a6793fa6/events.out.tfevents.1688969855.d785a6793fa6.3533.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f46986c92cfda9b84fe5679280b9ebe76a15606add47ab4761e8f3a83201431
|
3 |
+
size 6528
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4155
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2dea6b49f87b62f25d2a5ac8361a9019bac47b8d4c8e2f98e9d016f70551d8ee
|
3 |
size 4155
|