recover
Browse files
run_recover.sh
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
deepspeed --master_port 29501 run_speech_recognition_seq2seq_streaming.py \
|
| 2 |
+
--deepspeed="ds_config.json" \
|
| 3 |
+
--resume_from_checkpoint="checkpoint-17000" \
|
| 4 |
+
--ignore_data_skip \
|
| 5 |
+
--dataset_name="NbAiLab/NCC_S" \
|
| 6 |
+
--language="Norwegian" \
|
| 7 |
+
--train_split_name="train" \
|
| 8 |
+
--eval_split_name="validation" \
|
| 9 |
+
--model_index_name="Whisper Small Norwegian" \
|
| 10 |
+
--max_steps="100000" \
|
| 11 |
+
--output_dir="./" \
|
| 12 |
+
--per_device_train_batch_size="128" \
|
| 13 |
+
--per_device_eval_batch_size="32" \
|
| 14 |
+
--gradient_accumulation_steps="2" \
|
| 15 |
+
--logging_steps="25" \
|
| 16 |
+
--learning_rate="3e-6" \
|
| 17 |
+
--warmup_steps="1000" \
|
| 18 |
+
--evaluation_strategy="steps" \
|
| 19 |
+
--eval_steps="1000" \
|
| 20 |
+
--save_strategy="steps" \
|
| 21 |
+
--save_steps="1000" \
|
| 22 |
+
--generation_max_length="225" \
|
| 23 |
+
--length_column_name="duration" \
|
| 24 |
+
--max_duration_in_seconds="30" \
|
| 25 |
+
--text_column_name="text" \
|
| 26 |
+
--freeze_feature_encoder="False" \
|
| 27 |
+
--report_to="tensorboard" \
|
| 28 |
+
--metric_for_best_model="wer" \
|
| 29 |
+
--greater_is_better="False" \
|
| 30 |
+
--load_best_model_at_end \
|
| 31 |
+
--gradient_checkpointing \
|
| 32 |
+
--fp16 \
|
| 33 |
+
--overwrite_output_dir \
|
| 34 |
+
--do_train \
|
| 35 |
+
--do_eval \
|
| 36 |
+
--predict_with_generate \
|
| 37 |
+
--do_normalize_eval \
|
| 38 |
+
--use_auth_token \
|
| 39 |
+
--push_to_hub \
|
| 40 |
+
--hub_model_id="NbAiLab/whisper-small-nob"
|
runs/Dec15_19-44-15_dante/events.out.tfevents.1671129887.dante.1198326.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:1d7ac8f2b537facf5dd83ecfc877eb364917b0c3af116a923537eda151d60500
|
| 3 |
+
size 120204
|