tanmaylaud commited on
Commit
b68f233
1 Parent(s): f762a5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -25,7 +25,7 @@ model-index:
25
  metrics:
26
  - name: Test WER
27
  type: wer
28
- value: 24.92
29
  ---
30
 
31
  # Wav2Vec2-Large-XLSR-53-Hindi-Marathi
@@ -81,7 +81,7 @@ model = Wav2Vec2ForCTC.from_pretrained("tanmaylaud/wav2vec2-large-xlsr-hindi-mar
81
 
82
  model.to("cuda")
83
 
84
- chars_to_ignore_regex = '[\,\?\.\!\-\;\:\"\“\%\‘\”\�\।]'
85
 
86
  # Preprocessing the datasets.
87
  # We need to read the audio files as arrays
25
  metrics:
26
  - name: Test WER
27
  type: wer
28
+ value: 24.944955
29
  ---
30
 
31
  # Wav2Vec2-Large-XLSR-53-Hindi-Marathi
81
 
82
  model.to("cuda")
83
 
84
+ chars_to_ignore_regex = '[\\,\\?\\.\\!\\-\\;\\:\\"\\“\\%\\‘\\”\\�\\।]'
85
 
86
  # Preprocessing the datasets.
87
  # We need to read the audio files as arrays