bakrianoo commited on
Commit
aba15e5
1 Parent(s): 65b4bd2

Fix Model Name

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
  - xlsr-fine-tuning-week
12
  license: apache-2.0
13
  model-index:
14
- - name: Sinai Voice Arabic Specch Recognition Model
15
  results:
16
  - task:
17
  name: Speech Recognition
@@ -80,8 +80,8 @@ resamplers = { # all three sampling rates exist in test split
80
  transformation = jiwer.Compose([
81
  # normalize some diacritics, remove punctuation, and replace Persian letters with Arabic ones
82
  jiwer.SubstituteRegexes({
83
- r'[auiFNKo\~_،؟»\?;:\-,\.؛«!"]': "", "\u06D6": "",
84
- r"[\|\{]": "A", "p": "h", "ک": "k", "ی": "y"}),
85
  # default transformation below
86
  jiwer.RemoveMultipleSpaces(),
87
  jiwer.Strip(),
@@ -274,8 +274,8 @@ test_split = test_split.map(predict, batched=True, batch_size=16, remove_columns
274
  transformation = jiwer.Compose([
275
  # normalize some diacritics, remove punctuation, and replace Persian letters with Arabic ones
276
  jiwer.SubstituteRegexes({
277
- r'[auiFNKo\\~_،؟»\\?;:\\-,\\.؛«!"]': "", "\\u06D6": "",
278
- r"[\\|\\{]": "A", "p": "h", "ک": "k", "ی": "y"}),
279
  # default transformation below
280
  jiwer.RemoveMultipleSpaces(),
281
  jiwer.Strip(),
 
11
  - xlsr-fine-tuning-week
12
  license: apache-2.0
13
  model-index:
14
+ - name: Sinai Voice Arabic Speech Recognition Model
15
  results:
16
  - task:
17
  name: Speech Recognition
 
80
  transformation = jiwer.Compose([
81
  # normalize some diacritics, remove punctuation, and replace Persian letters with Arabic ones
82
  jiwer.SubstituteRegexes({
83
+ r'[auiFNKo\\~_،؟»\\?;:\\-,\\.؛«!"]': "", "\\u06D6": "",
84
+ r"[\\|\\{]": "A", "p": "h", "ک": "k", "ی": "y"}),
85
  # default transformation below
86
  jiwer.RemoveMultipleSpaces(),
87
  jiwer.Strip(),
 
274
  transformation = jiwer.Compose([
275
  # normalize some diacritics, remove punctuation, and replace Persian letters with Arabic ones
276
  jiwer.SubstituteRegexes({
277
+ r'[auiFNKo\\\\~_،؟»\\\\?;:\\\\-,\\\\.؛«!"]': "", "\\\\u06D6": "",
278
+ r"[\\\\|\\\\{]": "A", "p": "h", "ک": "k", "ی": "y"}),
279
  # default transformation below
280
  jiwer.RemoveMultipleSpaces(),
281
  jiwer.Strip(),