Commit
·
da1aaab
1
Parent(s):
0d08b71
Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
args: ur # Optional. Example: zh-CN
|
24 |
metrics:
|
25 |
- type: wer # Required. Example: wer
|
26 |
-
value:
|
27 |
name: Test WER # Optional. Example: Test WER
|
28 |
args:
|
29 |
- learning_rate: 0.00007
|
@@ -38,7 +38,7 @@ model-index:
|
|
38 |
- num_epochs: 100
|
39 |
- mixed_precision_training: Native AMP # Optional. Example for BLEU: max_order
|
40 |
- type: cer # Required. Example: wer
|
41 |
-
value:
|
42 |
name: Test CER # Optional. Example: Test WER
|
43 |
args:
|
44 |
- learning_rate: 0.00007
|
|
|
23 |
args: ur # Optional. Example: zh-CN
|
24 |
metrics:
|
25 |
- type: wer # Required. Example: wer
|
26 |
+
value: 39.52 # Required. Example: 20.90
|
27 |
name: Test WER # Optional. Example: Test WER
|
28 |
args:
|
29 |
- learning_rate: 0.00007
|
|
|
38 |
- num_epochs: 100
|
39 |
- mixed_precision_training: Native AMP # Optional. Example for BLEU: max_order
|
40 |
- type: cer # Required. Example: wer
|
41 |
+
value: 17.60 # Required. Example: 20.90
|
42 |
name: Test CER # Optional. Example: Test WER
|
43 |
args:
|
44 |
- learning_rate: 0.00007
|