eval.sh
| 1 | python eval.py \ |
| 2 | --model_id="gigant/romanian-wav2vec2" \ |
| 3 | --dataset="speech-recognition-community-v2/dev_data" \ |
| 4 | --config="ro" \ |
| 5 | --split="validation" \ |
| 6 | --chunk_length_s 10 \ |
| 7 | --stride_length_s 1 \ |