elgeish commited on
Commit
303666d
1 Parent(s): 3a138f2

update img width in README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -193,7 +193,7 @@ similarly, the `validation` split was used for model selection;
193
  training was stopped to meet the deadline of [Fine-Tune-XLSR Week](https://github.com/huggingface/transformers/blob/700229f8a4003c4f71f29275e0874b5ba58cd39d/examples/research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md):
194
  this model is the checkpoint at 100k steps and a validation WER of **23.39%**.
195
 
196
- <img src="https://huggingface.co/elgeish/wav2vec2-large-xlsr-53-arabic/raw/main/validation_wer.png" alt="Validation WER" width="50%" />
197
 
198
  It's worth noting that validation WER is trending down, indicating the potential of further training (resuming the decaying learning rate at 7e-6).
199
 
193
  training was stopped to meet the deadline of [Fine-Tune-XLSR Week](https://github.com/huggingface/transformers/blob/700229f8a4003c4f71f29275e0874b5ba58cd39d/examples/research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md):
194
  this model is the checkpoint at 100k steps and a validation WER of **23.39%**.
195
 
196
+ <img src="https://huggingface.co/elgeish/wav2vec2-large-xlsr-53-arabic/raw/main/validation_wer.png" alt="Validation WER" width="100%" />
197
 
198
  It's worth noting that validation WER is trending down, indicating the potential of further training (resuming the decaying learning rate at 7e-6).
199