ihanif commited on
Commit
e8768b1
1 Parent(s): 0deb8f5

fix: use correct lanauge iso code

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. whisper_small_ps_augmented.py +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  language:
3
- - ps_af
4
  license: apache-2.0
5
  tags:
6
  - whisper-event
 
1
  ---
2
  language:
3
+ - ps
4
  license: apache-2.0
5
  tags:
6
  - whisper-event
whisper_small_ps_augmented.py CHANGED
@@ -256,7 +256,7 @@ training_args = Seq2SeqTrainingArguments(
256
  gradient_accumulation_steps=16,
257
  learning_rate=1e-5,
258
  warmup_steps=30,
259
- max_steps=300,
260
  gradient_checkpointing=True,
261
  fp16=True,
262
  evaluation_strategy="steps",
 
256
  gradient_accumulation_steps=16,
257
  learning_rate=1e-5,
258
  warmup_steps=30,
259
+ max_steps=500,
260
  gradient_checkpointing=True,
261
  fp16=True,
262
  evaluation_strategy="steps",