jonatasgrosman commited on
Commit
98ec9ac
1 Parent(s): b14e0b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -45,11 +45,11 @@ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggi
45
  1. To evaluate on `mozilla-foundation/common_voice_8_0` with split `test`
46
 
47
  ```bash
48
- python eval.py --model_id jonatasgrosman/xls-r-1b-portuguese --dataset mozilla-foundation/common_voice_8_0 --config pt --split test
49
  ```
50
 
51
  2. To evaluate on `speech-recognition-community-v2/dev_data`
52
 
53
  ```bash
54
- python eval.py --model_id jonatasgrosman/xls-r-1b-portuguese --dataset speech-recognition-community-v2/dev_data --config pt --split validation --chunk_length_s 5.0 --stride_length_s 1.0
55
  ```
45
  1. To evaluate on `mozilla-foundation/common_voice_8_0` with split `test`
46
 
47
  ```bash
48
+ python eval.py --model_id jonatasgrosman/wav2vec2-xls-r-1b-portuguese --dataset mozilla-foundation/common_voice_8_0 --config pt --split test
49
  ```
50
 
51
  2. To evaluate on `speech-recognition-community-v2/dev_data`
52
 
53
  ```bash
54
+ python eval.py --model_id jonatasgrosman/wav2vec2-xls-r-1b-portuguese --dataset speech-recognition-community-v2/dev_data --config pt --split validation --chunk_length_s 5.0 --stride_length_s 1.0
55
  ```