kingabzpro commited on
Commit
f92696a
1 Parent(s): 31fa13e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -37,9 +37,9 @@ model-index:
37
  - lr_scheduler_warmup_steps: 100
38
  - num_epochs: 100
39
  - mixed_precision_training: Native AMP # Optional. Example for BLEU: max_order
40
- - type: cer With LM # Required. Example: wer
41
  value: 26.46 # Required. Example: 20.90
42
- name: Test CER # Optional. Example: Test WER
43
  args:
44
  - learning_rate: 0.0003
45
  - train_batch_size: 64
@@ -52,12 +52,12 @@ model-index:
52
  - lr_scheduler_warmup_steps: 100
53
  - num_epochs: 100
54
  - mixed_precision_training: Native AMP
55
- - type: wer With LM CV8 # Required. Example: wer
56
  value: 45.63 # Required. Example: 20.90
57
- name: Test CER # Optional. Example: Test WER
58
- - type: cer With LM CV8 # Required. Example: wer
59
  value: 20.45 # Required. Example: 20.90
60
- name: Test CER # Optional. Example: Test WER
61
  ---
62
 
63
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
37
  - lr_scheduler_warmup_steps: 100
38
  - num_epochs: 100
39
  - mixed_precision_training: Native AMP # Optional. Example for BLEU: max_order
40
+ - type: cer # Required. Example: wer
41
  value: 26.46 # Required. Example: 20.90
42
+ name: Test CER With LM # Optional. Example: Test WER
43
  args:
44
  - learning_rate: 0.0003
45
  - train_batch_size: 64
 
52
  - lr_scheduler_warmup_steps: 100
53
  - num_epochs: 100
54
  - mixed_precision_training: Native AMP
55
+ - type: wer # Required. Example: wer
56
  value: 45.63 # Required. Example: 20.90
57
+ name: Test WER LM CV8 # Optional. Example: Test WER
58
+ - type: cer # Required. Example: wer
59
  value: 20.45 # Required. Example: 20.90
60
+ name: Test CER LM CV8 # Optional. Example: Test WER
61
  ---
62
 
63
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You