anuragshas commited on
Commit
47dba72
1 Parent(s): 0da725f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -21,11 +21,11 @@ model-index:
21
  args: as
22
  metrics:
23
  - type: wer # Required. Example: wer
24
- value: 59.767 # Required. Example: 20.90
25
  name: Test WER # Optional. Example: Test WER
26
  - name: Test CER
27
  type: cer
28
- value: 22.149
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -122,5 +122,5 @@ transcription = processor.batch_decode(logits.numpy()).text
122
 
123
  | Without LM | With LM (run `./eval.py`) |
124
  |---|---|
125
- | 67 | 59.767 |
126
 
 
21
  args: as
22
  metrics:
23
  - type: wer # Required. Example: wer
24
+ value: 56.995 # Required. Example: 20.90
25
  name: Test WER # Optional. Example: Test WER
26
  - name: Test CER
27
  type: cer
28
+ value: 20.390
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
122
 
123
  | Without LM | With LM (run `./eval.py`) |
124
  |---|---|
125
+ | 67 | 56.995 |
126