xezpeleta commited on
Commit
adb55c1
·
verified ·
1 Parent(s): 76d9db8

Training in progress, step 1000

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. run.sh +4 -4
  3. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0ebc286c87e2a415902d8a07c829f63b2f78cf488c217570b28c22a72408ae1
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="dev_parl+test_parl+test_cv+test_oslr" \
8
  --model_index_name="Whisper Base Basque" \
9
- --max_steps="8000" \
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="2e-5" \
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:919dfb9130e053a4aa40a748eefa2ccb8b73c9660013bdf2710bd7281862ae85
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9af7a40aa7a00bb6012dd0f11d83508aa945a32d238fb5ce6165110fcc8d49e9
3
  size 5432