m3hrdadfi commited on
Commit
0d4e9df
β€’
1 Parent(s): 1feee0a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -26,7 +26,7 @@ model-index:
26
  metrics:
27
  - name: Test WER
28
  type: wer
29
- value: 55.13
30
 
31
  ---
32
 
@@ -68,7 +68,7 @@ chars_to_ignore = [
68
  "β€œ", "%", "β€˜", "οΏ½", "–", "…", "_", "”", 'β€œ', 'β€ž'
69
  ]
70
  chars_to_mapping = {
71
- "\u200c": " ", "\u200d": " ", "\u200e": " ", "\u200f": " ", "\ufeff": " ",
72
  }
73
 
74
  def multiple_replace(text, chars_to_mapping):
@@ -193,7 +193,7 @@ chars_to_ignore = [
193
  "β€œ", "%", "β€˜", "οΏ½", "–", "…", "_", "”", 'β€œ', 'β€ž'
194
  ]
195
  chars_to_mapping = {
196
- "\u200c": " ", "\u200d": " ", "\u200e": " ", "\u200f": " ", "\ufeff": " ",
197
  }
198
 
199
  def multiple_replace(text, chars_to_mapping):
@@ -260,7 +260,7 @@ print("WER: {:.2f}".format(100 * wer.compute(predictions=result["predicted"], re
260
  ]
261
 
262
  **Test Result**:
263
- - WER: 55.13%
264
 
265
 
266
  ## Training & Report
 
26
  metrics:
27
  - name: Test WER
28
  type: wer
29
+ value: 54.97
30
 
31
  ---
32
 
 
68
  "β€œ", "%", "β€˜", "οΏ½", "–", "…", "_", "”", 'β€œ', 'β€ž'
69
  ]
70
  chars_to_mapping = {
71
+ "\\u200c": " ", "\\u200d": " ", "\\u200e": " ", "\\u200f": " ", "\\ufeff": " ",
72
  }
73
 
74
  def multiple_replace(text, chars_to_mapping):
 
193
  "β€œ", "%", "β€˜", "οΏ½", "–", "…", "_", "”", 'β€œ', 'β€ž'
194
  ]
195
  chars_to_mapping = {
196
+ "\\u200c": " ", "\\u200d": " ", "\\u200e": " ", "\\u200f": " ", "\\ufeff": " ",
197
  }
198
 
199
  def multiple_replace(text, chars_to_mapping):
 
260
  ]
261
 
262
  **Test Result**:
263
+ - WER: 54.97%
264
 
265
 
266
  ## Training & Report