Training in progress, step 3000
Browse files
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1527847357
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1c26c114980c4b75886387eff869a323b4cb16bc039f7dc7b0380a2737ca6e6
|
3 |
size 1527847357
|
run.sh
CHANGED
@@ -1,18 +1,21 @@
|
|
1 |
deepspeed run-ba.py \
|
2 |
--deepspeed="ds_config.json" \
|
3 |
--model_name_or_path="emilios/whisper-medium-el" \
|
4 |
-
--dataset_name="MLCommons/ml_spoken_words" \
|
5 |
-
--dataset_config_name="el_wav" \
|
6 |
--language="greek" \
|
7 |
-
--train_split_name="train+validation" \
|
8 |
-
--eval_split_name="test" \
|
9 |
--model_index_name="Whisper medium Greek El Greco" \
|
10 |
-
--text_column_name="keyword" \
|
|
|
|
|
|
|
11 |
--torch_compile="True" \
|
12 |
--torch_compile_mode="reduce-overhead" \
|
13 |
--torch_compile_mode="max-autotune" \
|
14 |
--logging_steps="25" \
|
15 |
-
--learning_rate="
|
16 |
--max_steps="5000" \
|
17 |
--output_dir="./" \
|
18 |
--per_device_train_batch_size="32" \
|
@@ -39,7 +42,6 @@ deepspeed run-ba.py \
|
|
39 |
--do_eval \
|
40 |
--predict_with_generate \
|
41 |
--do_normalize_eval \
|
42 |
-
--streaming="false" \
|
43 |
--use_auth_token \
|
44 |
--push_to_hub
|
45 |
|
|
|
1 |
deepspeed run-ba.py \
|
2 |
--deepspeed="ds_config.json" \
|
3 |
--model_name_or_path="emilios/whisper-medium-el" \
|
4 |
+
--dataset_name="mozilla-foundation/common_voice_11_0,google/fleurs,MLCommons/ml_spoken_words" \
|
5 |
+
--dataset_config_name="el,el_gr,el_wav" \
|
6 |
--language="greek" \
|
7 |
+
--train_split_name="train+validation,train+validation,train+validation" \
|
8 |
+
--eval_split_name="test,-,-" \
|
9 |
--model_index_name="Whisper medium Greek El Greco" \
|
10 |
+
--text_column_name="sentence,transcription,keyword" \
|
11 |
+
--streaming="False" \
|
12 |
+
--ignore_data_skip \
|
13 |
+
--resume_from_checkpoint="checkpoint-3000" \
|
14 |
--torch_compile="True" \
|
15 |
--torch_compile_mode="reduce-overhead" \
|
16 |
--torch_compile_mode="max-autotune" \
|
17 |
--logging_steps="25" \
|
18 |
+
--learning_rate="4e-6" \
|
19 |
--max_steps="5000" \
|
20 |
--output_dir="./" \
|
21 |
--per_device_train_batch_size="32" \
|
|
|
42 |
--do_eval \
|
43 |
--predict_with_generate \
|
44 |
--do_normalize_eval \
|
|
|
45 |
--use_auth_token \
|
46 |
--push_to_hub
|
47 |
|
runs/Dec21_16-27-53_129-146-176-120/events.out.tfevents.1671640138.129-146-176-120.405220.0
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:86c0ffc654bbe56e7927cf596d577f5b3114e2a85a6f270d58d20ce60554cb36
|
3 |
+
size 24079
|