minor amend
Browse files- .ipynb_checkpoints/README-checkpoint.md +2 -2
- README.md +2 -2
.ipynb_checkpoints/README-checkpoint.md
CHANGED
@@ -220,13 +220,13 @@ The following hyperparameters were used during training:
|
|
220 |
1. To evaluate on `mozilla-foundation/common_voice_8_0` with split `test`
|
221 |
|
222 |
```bash
|
223 |
-
python eval.py --model_id
|
224 |
```
|
225 |
|
226 |
2. To evaluate on `speech-recognition-community-v2/dev_data`
|
227 |
|
228 |
```bash
|
229 |
-
python eval.py --model_id
|
230 |
```
|
231 |
|
232 |
### Framework versions
|
|
|
220 |
1. To evaluate on `mozilla-foundation/common_voice_8_0` with split `test`
|
221 |
|
222 |
```bash
|
223 |
+
python eval.py --model_id ivanlau/wav2vec2-large-xls-r-300m-cantonese --dataset mozilla-foundation/common_voice_8_0 --config zh-HK --split test --log_outputs
|
224 |
```
|
225 |
|
226 |
2. To evaluate on `speech-recognition-community-v2/dev_data`
|
227 |
|
228 |
```bash
|
229 |
+
python eval.py --model_id ivanlau/wav2vec2-large-xls-r-300m-cantonese --dataset speech-recognition-community-v2/dev_data --config zh-HK --split validation --chunk_length_s 5.0 --stride_length_s 1.0 --log_outputs
|
230 |
```
|
231 |
|
232 |
### Framework versions
|
README.md
CHANGED
@@ -220,13 +220,13 @@ The following hyperparameters were used during training:
|
|
220 |
1. To evaluate on `mozilla-foundation/common_voice_8_0` with split `test`
|
221 |
|
222 |
```bash
|
223 |
-
python eval.py --model_id
|
224 |
```
|
225 |
|
226 |
2. To evaluate on `speech-recognition-community-v2/dev_data`
|
227 |
|
228 |
```bash
|
229 |
-
python eval.py --model_id
|
230 |
```
|
231 |
|
232 |
### Framework versions
|
|
|
220 |
1. To evaluate on `mozilla-foundation/common_voice_8_0` with split `test`
|
221 |
|
222 |
```bash
|
223 |
+
python eval.py --model_id ivanlau/wav2vec2-large-xls-r-300m-cantonese --dataset mozilla-foundation/common_voice_8_0 --config zh-HK --split test --log_outputs
|
224 |
```
|
225 |
|
226 |
2. To evaluate on `speech-recognition-community-v2/dev_data`
|
227 |
|
228 |
```bash
|
229 |
+
python eval.py --model_id ivanlau/wav2vec2-large-xls-r-300m-cantonese --dataset speech-recognition-community-v2/dev_data --config zh-HK --split validation --chunk_length_s 5.0 --stride_length_s 1.0 --log_outputs
|
230 |
```
|
231 |
|
232 |
### Framework versions
|