m3hrdadfi commited on
Commit
ba83a58
β€’
1 Parent(s): 72cabd7

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: 54.00
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: 54.00%
264
 
265
 
266
  ## Training & Report
26
  metrics:
27
  - name: Test WER
28
  type: wer
29
+ value: 53.96
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: 53.96%
264
 
265
 
266
  ## Training & Report