Model save
Browse files
run.sh
CHANGED
@@ -2,6 +2,7 @@ python -m torch.distributed.launch --nproc_per_node=1 run_speech_recognition_seq
|
|
2 |
--model_name_or_path="openai/whisper-large-v2" \
|
3 |
--dataset_name="NbAiLab/NCC_S" \
|
4 |
--language="Norwegian" \
|
|
|
5 |
--streaming \
|
6 |
--train_split_name="train" \
|
7 |
--eval_split_name="validation" \
|
@@ -34,6 +35,6 @@ python -m torch.distributed.launch --nproc_per_node=1 run_speech_recognition_seq
|
|
34 |
--predict_with_generate \
|
35 |
--do_normalize_eval \
|
36 |
--use_auth_token \
|
37 |
-
--overwrite_output_dir \
|
38 |
--push_to_hub_model_id="whisper-large-nob-ncc-s" \
|
39 |
--push_to_hub
|
|
|
2 |
--model_name_or_path="openai/whisper-large-v2" \
|
3 |
--dataset_name="NbAiLab/NCC_S" \
|
4 |
--language="Norwegian" \
|
5 |
+
--resume_from_checkpoint="./checkpoint-5000" \
|
6 |
--streaming \
|
7 |
--train_split_name="train" \
|
8 |
--eval_split_name="validation" \
|
|
|
35 |
--predict_with_generate \
|
36 |
--do_normalize_eval \
|
37 |
--use_auth_token \
|
38 |
+
--overwrite_output_dir="false" \
|
39 |
--push_to_hub_model_id="whisper-large-nob-ncc-s" \
|
40 |
--push_to_hub
|
runs/Dec10_21-10-13_dante/1670703099.6828086/events.out.tfevents.1670703099.dante.3904631.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d5045b1f3b60ad7699ffa40984c5285e0675aa98e702da1bd5737dfa63cefaf
|
3 |
+
size 5758
|
runs/Dec10_21-10-13_dante/events.out.tfevents.1670703099.dante.3904631.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0baadd7ebc4bf1de58239c6955cfc4b2c83be1209a7010f0a0f3552fbffc925c
|
3 |
+
size 4590
|
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:6367368e37632a4209bb659afbe397f6cbe545a259da2ab50609075a536788d5
|
3 |
size 3579
|