Pablex commited on
Commit
b597922
1 Parent(s): 3b31538

Training in progress, epoch 1

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1a39ea22e1a1fd8a16c79f9fe888bc2f2c51372fe477c9f3fc53214125d276e2
3
  size 16624260
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e40ee66ff7b5e6c54b7ceb4a0c0b5821b98f77246b899f2bece053283182029
3
  size 16624260
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a347d9a572322603b22772898fb8158efa6140e8ec5d256e3ddeaf4e9ae6eb2
3
  size 6575
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d566fac76da7fb859baeaf61ee3c2f57615bb2b121803226da14e46758d3d80
3
  size 6575
whisper-medium-fleurs-lang-id/run.sh CHANGED
@@ -15,7 +15,7 @@ deepspeed run_audio_classification.py \
15
  --label_column_name language \
16
  --attention_mask False \
17
  --warmup_ratio 0.1 \
18
- --num_train_epochs 1 \
19
  --per_device_train_batch_size 16 \
20
  --gradient_accumulation_steps 2 \
21
  --gradient_checkpointing True \
 
15
  --label_column_name language \
16
  --attention_mask False \
17
  --warmup_ratio 0.1 \
18
+ --num_train_epochs 3 \
19
  --per_device_train_batch_size 16 \
20
  --gradient_accumulation_steps 2 \
21
  --gradient_checkpointing True \