Saving train state of step 1000
Browse files
checkpoint-1000-epoch-0/model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3025686376
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84986f3b84d252fc6fea37f0e9fb35915dc6fbb9fdacc5d2b36033ed5d16885c
|
3 |
size 3025686376
|
checkpoint-1000-epoch-0/optimizer.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 950951226
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2831dd3b803e958a6c80f099fd21bbad0e6c87ac1e6b7c31f01d93d77e4efde
|
3 |
size 950951226
|
checkpoint-1000-epoch-0/random_states_0.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4594de8b6a8ada92c7ce7b15562ff3f057d66fcd176c51b8cca9bfaef0293f3
|
3 |
size 14408
|
run_large_training.sh
CHANGED
@@ -10,7 +10,7 @@ accelerate launch run_distillation.py \
|
|
10 |
--eval_dataset_name "NbAiLab/annotated_distil_raw_ncc_speech_v7_compact8_large" \
|
11 |
--eval_dataset_config_name "no" \
|
12 |
--eval_split_name "validation_norwegian_fleurs" \
|
13 |
-
--eval_text_column_name "
|
14 |
--eval_steps 1000 \
|
15 |
--save_steps 1000 \
|
16 |
--warmup_steps 50 \
|
@@ -41,7 +41,9 @@ accelerate launch run_distillation.py \
|
|
41 |
--freeze_embed_positions \
|
42 |
--streaming True \
|
43 |
--report_to "wandb" \
|
|
|
44 |
--wandb_project "nb-distil-whisper-large-test1" \
|
45 |
--hub_model_id "NbAiLab/nb-ditil-whisper-large-test1" \
|
46 |
--push_to_hub
|
47 |
|
|
|
|
10 |
--eval_dataset_name "NbAiLab/annotated_distil_raw_ncc_speech_v7_compact8_large" \
|
11 |
--eval_dataset_config_name "no" \
|
12 |
--eval_split_name "validation_norwegian_fleurs" \
|
13 |
+
--eval_text_column_name "text" \
|
14 |
--eval_steps 1000 \
|
15 |
--save_steps 1000 \
|
16 |
--warmup_steps 50 \
|
|
|
41 |
--freeze_embed_positions \
|
42 |
--streaming True \
|
43 |
--report_to "wandb" \
|
44 |
+
--gradient_accumulation_steps 2 \
|
45 |
--wandb_project "nb-distil-whisper-large-test1" \
|
46 |
--hub_model_id "NbAiLab/nb-ditil-whisper-large-test1" \
|
47 |
--push_to_hub
|
48 |
|
49 |
+
|