Training in progress, step 11000
Browse files- model-00001-of-00002.safetensors +1 -1
- model-00002-of-00002.safetensors +1 -1
- run.sh +2 -1
- training_args.bin +2 -2
model-00001-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4993448880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86e30ad710a2355461e1f704760686c922ce4d550c860bd59a288b12d74104b2
|
3 |
size 4993448880
|
model-00002-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1180663192
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ce789eefa4c10e284bccb801e13e5632fc76e841034d23f49cc4ab27a86d98e
|
3 |
size 1180663192
|
run.sh
CHANGED
@@ -6,7 +6,7 @@ WANDB_PROJECT=whisper-medium-eu \
|
|
6 |
--train_split_name="train" \
|
7 |
--eval_split_name="dev_parl+test_parl+test_cv+test_oslr" \
|
8 |
--model_index_name="Whisper Large Basque" \
|
9 |
-
--max_steps="
|
10 |
--output_dir="./" \
|
11 |
--per_device_train_batch_size="16" \
|
12 |
--per_device_eval_batch_size="8" \
|
@@ -30,6 +30,7 @@ WANDB_PROJECT=whisper-medium-eu \
|
|
30 |
--gradient_checkpointing \
|
31 |
--fp16 \
|
32 |
--overwrite_output_dir \
|
|
|
33 |
--do_train \
|
34 |
--do_eval \
|
35 |
--predict_with_generate \
|
|
|
6 |
--train_split_name="train" \
|
7 |
--eval_split_name="dev_parl+test_parl+test_cv+test_oslr" \
|
8 |
--model_index_name="Whisper Large Basque" \
|
9 |
+
--max_steps="20000" \
|
10 |
--output_dir="./" \
|
11 |
--per_device_train_batch_size="16" \
|
12 |
--per_device_eval_batch_size="8" \
|
|
|
30 |
--gradient_checkpointing \
|
31 |
--fp16 \
|
32 |
--overwrite_output_dir \
|
33 |
+
--resume_from_checkpoint="checkpoint-10000" \
|
34 |
--do_train \
|
35 |
--do_eval \
|
36 |
--predict_with_generate \
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7976217da07f1f6b61d94b0655d73812ba2b4478e1d3f5d21cac23d2cd1cce18
|
3 |
+
size 5496
|