Training in progress, step 700
Browse files
config.json
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
"decoder_layerdrop": 0.0,
|
18 |
"decoder_layers": 12,
|
19 |
"decoder_start_token_id": 50258,
|
20 |
-
"dropout": 0.
|
21 |
"encoder_attention_heads": 12,
|
22 |
"encoder_ffn_dim": 3072,
|
23 |
"encoder_layerdrop": 0.0,
|
|
|
17 |
"decoder_layerdrop": 0.0,
|
18 |
"decoder_layers": 12,
|
19 |
"decoder_start_token_id": 50258,
|
20 |
+
"dropout": 0.1,
|
21 |
"encoder_attention_heads": 12,
|
22 |
"encoder_ffn_dim": 3072,
|
23 |
"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 967102601
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c7e79a8eb751ca7749426ae327fd153ec6bed1198758206d569ccd4a7cba534
|
3 |
size 967102601
|
run.sh
CHANGED
@@ -6,10 +6,11 @@ python run_speech_recognition_seq2seq_streaming.py \
|
|
6 |
--train_split_name="train+validation" \
|
7 |
--eval_split_name="test" \
|
8 |
--model_index_name="Whisper Small Pashto" \
|
9 |
-
--max_steps="
|
10 |
--output_dir="./" \
|
11 |
-
--per_device_train_batch_size="
|
12 |
-
--per_device_eval_batch_size="
|
|
|
13 |
--logging_steps="10" \
|
14 |
--learning_rate="1e-5" \
|
15 |
--warmup_steps="500" \
|
|
|
6 |
--train_split_name="train+validation" \
|
7 |
--eval_split_name="test" \
|
8 |
--model_index_name="Whisper Small Pashto" \
|
9 |
+
--max_steps="700" \
|
10 |
--output_dir="./" \
|
11 |
+
--per_device_train_batch_size="32" \
|
12 |
+
--per_device_eval_batch_size="16" \
|
13 |
+
--gradient_accumulation_steps="2" \
|
14 |
--logging_steps="10" \
|
15 |
--learning_rate="1e-5" \
|
16 |
--warmup_steps="500" \
|
runs/Dec16_18-23-51_129-146-104-29/1671215049.2554681/events.out.tfevents.1671215049.129-146-104-29.139583.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb6788e49bf1d8cdd0065b404d37dd7b2d58f658a66af2d0f9c0b9d462bbb015
|
3 |
+
size 5870
|
runs/Dec16_18-23-51_129-146-104-29/events.out.tfevents.1671215049.129-146-104-29.139583.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a5419632071b8435e2c708c04d6dfb7d438473db53a03ee83c4dc98be84ec1c
|
3 |
+
size 6153
|
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:013d703d0044ede131afa657620baa61d0afd0e3beb92cdb70877eb99dea606d
|
3 |
size 3579
|