Commit
·
6ddf5da
1
Parent(s):
9aa61cd
Update README.md
Browse files
README.md
CHANGED
@@ -23,11 +23,11 @@ model-index:
|
|
23 |
args: hi
|
24 |
metrics:
|
25 |
- type: wer # Required. Example: wer
|
26 |
-
value:
|
27 |
name: Test WER # Optional. Example: Test WER
|
28 |
- name: Test CER
|
29 |
type: cer
|
30 |
-
value:
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -151,4 +151,4 @@ transcription = processor.batch_decode(logits.numpy()).text
|
|
151 |
|
152 |
| Without LM | With LM (run `./eval.py`) |
|
153 |
|---|---|
|
154 |
-
|
|
|
|
23 |
args: hi
|
24 |
metrics:
|
25 |
- type: wer # Required. Example: wer
|
26 |
+
value: 18.504 # Required. Example: 20.90
|
27 |
name: Test WER # Optional. Example: Test WER
|
28 |
- name: Test CER
|
29 |
type: cer
|
30 |
+
value: 6.655
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
151 |
|
152 |
| Without LM | With LM (run `./eval.py`) |
|
153 |
|---|---|
|
154 |
+
| 28.942 | 18.504 |
|