alvanlii commited on
Commit
b560801
1 Parent(s): 0d7d99f

Update CER -> Normalized CER

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,7 +20,7 @@ model-index:
20
  split: test
21
  args: zh-HK
22
  metrics:
23
- - name: Cer
24
  type: cer
25
  value: 10.11
26
  ---
@@ -52,7 +52,7 @@ For training, three datasets were used:
52
 
53
  ## Training Results
54
 
55
- | Training Loss | Epoch | Step | Validation Loss | Cer |
56
  |:-------------:|:-----:|:----:|:---------------:|:------:|
57
  | 0.4610 | 0.55 | 2000 | 0.3106 | 13.08 |
58
  | 0.3441 | 1.11 | 4000 | 0.2875 | 11.79 |
 
20
  split: test
21
  args: zh-HK
22
  metrics:
23
+ - name: Normalized CER
24
  type: cer
25
  value: 10.11
26
  ---
 
52
 
53
  ## Training Results
54
 
55
+ | Training Loss | Epoch | Step | Validation Loss | Normalized CER |
56
  |:-------------:|:-----:|:----:|:---------------:|:------:|
57
  | 0.4610 | 0.55 | 2000 | 0.3106 | 13.08 |
58
  | 0.3441 | 1.11 | 4000 | 0.2875 | 11.79 |