anuragshas
commited on
Commit
·
47dba72
1
Parent(s):
0da725f
Update README.md
Browse files
README.md
CHANGED
@@ -21,11 +21,11 @@ model-index:
|
|
21 |
args: as
|
22 |
metrics:
|
23 |
- type: wer # Required. Example: wer
|
24 |
-
value:
|
25 |
name: Test WER # Optional. Example: 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
|
@@ -122,5 +122,5 @@ transcription = processor.batch_decode(logits.numpy()).text
|
|
122 |
|
123 |
| Without LM | With LM (run `./eval.py`) |
|
124 |
|---|---|
|
125 |
-
| 67 |
|
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 |
|