infinitejoy commited on
Commit
08fd86d
1 Parent(s): 50552ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,7 +9,7 @@ tags:
9
  - as
10
  - robust-speech-event
11
  datasets:
12
- - common_voice
13
  model-index:
14
  - name: XLS-R-300M - Assamese
15
  results:
@@ -50,7 +50,7 @@ More information needed
50
  To compute the evaluation parameters
51
 
52
  ```bash
53
- cd wav2vec2-large-xls-r-300m-odia; python eval.py --model_id ./ --dataset mozilla-foundation/common_voice_7_0 --config or --split test --log_outputs
54
  ```
55
 
56
  ## Training procedure
 
9
  - as
10
  - robust-speech-event
11
  datasets:
12
+ - mozilla-foundation/common_voice_7_0
13
  model-index:
14
  - name: XLS-R-300M - Assamese
15
  results:
 
50
  To compute the evaluation parameters
51
 
52
  ```bash
53
+ cd wav2vec2-large-xls-r-300m-assamese; python eval.py --model_id ./ --dataset mozilla-foundation/common_voice_7_0 --config as --split test --log_outputs
54
  ```
55
 
56
  ## Training procedure