DrishtiSharma commited on
Commit
4a25a64
1 Parent(s): 2272c97

Update README.md

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