Training in progress, step 12000
Browse files- model-00001-of-00002.safetensors +1 -1
- model-00002-of-00002.safetensors +1 -1
- run.sh +2 -1
- training_args.bin +1 -1
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:424808d200c555f45189f5cab94e09ecaf7123d91cbb40e0d3ff34924034fbae
|
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:5294f8c841cf0d85ad5d60385dc266d2ea9f47ce6a9648d8d5f6fb45c4c2a258
|
3 |
size 1180663192
|
run.sh
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
WANDB_PROJECT=whisper \
|
2 |
python run_speech_recognition_seq2seq_streaming.py \
|
3 |
--model_name_or_path="openai/whisper-large-v3" \
|
4 |
--dataset_name="asierhv/composite_corpus_eu_v2.1" \
|
@@ -30,6 +30,7 @@ WANDB_PROJECT=whisper \
|
|
30 |
--gradient_checkpointing \
|
31 |
--fp16 \
|
32 |
--overwrite_output_dir \
|
|
|
33 |
--do_train \
|
34 |
--do_eval \
|
35 |
--predict_with_generate \
|
|
|
1 |
+
WANDB_PROJECT=whisper WANDB_RESUME=allow WANDB_RUN_ID="fg3jf3la" \
|
2 |
python run_speech_recognition_seq2seq_streaming.py \
|
3 |
--model_name_or_path="openai/whisper-large-v3" \
|
4 |
--dataset_name="asierhv/composite_corpus_eu_v2.1" \
|
|
|
30 |
--gradient_checkpointing \
|
31 |
--fp16 \
|
32 |
--overwrite_output_dir \
|
33 |
+
--resume_from_checkpoint="checkpoint-11000" \
|
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 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:907f581e7022aaf4d4345496a5411925e43a9f9b4237834f4e71dc3f30542e76
|
3 |
size 5496
|