DrishtiSharma commited on
Commit
251ae6a
1 Parent(s): b6b71b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -9
README.md CHANGED
@@ -28,6 +28,21 @@ model-index:
28
  - name: Test CER
29
  type: cer
30
  value: 0.12953851902597
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  ---
32
 
33
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -40,19 +55,15 @@ It achieves the following results on the evaluation set:
40
  - Loss: 0.8537
41
  - Wer: 0.6160
42
 
43
- ## Model description
44
-
45
- More information needed
46
-
47
- ## Intended uses & limitations
48
 
49
- More information needed
50
 
51
- ## Training and evaluation data
52
 
53
- More information needed
54
 
55
- ## Training procedure
56
 
57
  ### Training hyperparameters
58
 
28
  - name: Test CER
29
  type: cer
30
  value: 0.12953851902597
31
+ - task:
32
+ name: Automatic Speech Recognition
33
+ type: automatic-speech-recognition
34
+ dataset:
35
+ name: Robust Speech Event - Dev Data
36
+ type: speech-recognition-community-v2/dev_data
37
+ args: myv
38
+ metrics:
39
+ - name: Test WER
40
+ type: wer
41
+ value: NA
42
+ - name: Test CER
43
+ type: cer
44
+ value: NA
45
+
46
  ---
47
 
48
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
55
  - Loss: 0.8537
56
  - Wer: 0.6160
57
 
58
+ ### Evaluation Commands
 
 
 
 
59
 
60
+ 1. To evaluate on mozilla-foundation/common_voice_8_0 with test split
61
 
62
+ python eval.py --model_id DrishtiSharma/wav2vec2-large-xls-r-300m-myv-v1 --dataset mozilla-foundation/common_voice_8_0 --config myv --split test --log_outputs
63
 
64
+ 2. To evaluate on speech-recognition-community-v2/dev_data
65
 
66
+ Erzya language not found in speech-recognition-community-v2/dev_data!
67
 
68
  ### Training hyperparameters
69