Training in progress, step 1000
Browse files- model.safetensors +1 -1
- run.sh +4 -4
- training_args.bin +1 -1
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 290403936
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63e0c0e93a2f2b61938f7a8adaf7456e978d2c89d12f937657a7c2dacb43e79b
|
3 |
size 290403936
|
run.sh
CHANGED
@@ -4,15 +4,15 @@ python run_speech_recognition_seq2seq_streaming.py \
|
|
4 |
--dataset_name="asierhv/composite_corpus_eu_v2.1" \
|
5 |
--language="basque" \
|
6 |
--train_split_name="train" \
|
7 |
-
--eval_split_name="
|
8 |
--model_index_name="Whisper Base Basque" \
|
9 |
-
--max_steps="
|
10 |
--output_dir="./" \
|
11 |
--per_device_train_batch_size="32" \
|
12 |
--per_device_eval_batch_size="16" \
|
13 |
--gradient_accumulation_steps="1" \
|
14 |
--logging_steps="25" \
|
15 |
-
--learning_rate="
|
16 |
--warmup_steps="500" \
|
17 |
--evaluation_strategy="steps" \
|
18 |
--eval_steps="1000" \
|
@@ -39,4 +39,4 @@ python run_speech_recognition_seq2seq_streaming.py \
|
|
39 |
--use_auth_token \
|
40 |
--push_to_hub \
|
41 |
--report_to "wandb" \
|
42 |
-
--run_name "whisper-base-eu"
|
|
|
4 |
--dataset_name="asierhv/composite_corpus_eu_v2.1" \
|
5 |
--language="basque" \
|
6 |
--train_split_name="train" \
|
7 |
+
--eval_split_name="dev" \
|
8 |
--model_index_name="Whisper Base Basque" \
|
9 |
+
--max_steps="10000" \
|
10 |
--output_dir="./" \
|
11 |
--per_device_train_batch_size="32" \
|
12 |
--per_device_eval_batch_size="16" \
|
13 |
--gradient_accumulation_steps="1" \
|
14 |
--logging_steps="25" \
|
15 |
+
--learning_rate="2.5e-5" \
|
16 |
--warmup_steps="500" \
|
17 |
--evaluation_strategy="steps" \
|
18 |
--eval_steps="1000" \
|
|
|
39 |
--use_auth_token \
|
40 |
--push_to_hub \
|
41 |
--report_to "wandb" \
|
42 |
+
--run_name "whisper-base-eu-25.02-r1"
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9af7a40aa7a00bb6012dd0f11d83508aa945a32d238fb5ce6165110fcc8d49e9
|
3 |
size 5432
|