DrishtiSharma commited on
Commit
eb3e8d8
1 Parent(s): 324b5e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -7
README.md CHANGED
@@ -20,7 +20,7 @@ model-index:
20
  dataset:
21
  name: Common Voice 8
22
  type: mozilla-foundation/common_voice_8_0
23
- args: tt
24
  metrics:
25
  - name: Test WER
26
  type: wer
@@ -117,9 +117,3 @@ The following hyperparameters were used during training:
117
  - Pytorch 1.10.0+cu111
118
  - Datasets 1.18.2
119
  - Tokenizers 0.11.0
120
-
121
- ### Evaluation Script
122
-
123
- !python eval.py \
124
- --model_id DrishtiSharma/wav2vec2-large-xls-r-300m-sr-v4 \
125
- --dataset mozilla-foundation/common_voice_8_0 --config sr --split test --log_outputs
 
20
  dataset:
21
  name: Common Voice 8
22
  type: mozilla-foundation/common_voice_8_0
23
+ args: sr
24
  metrics:
25
  - name: Test WER
26
  type: wer
 
117
  - Pytorch 1.10.0+cu111
118
  - Datasets 1.18.2
119
  - Tokenizers 0.11.0