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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -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
@@ -113,3 +113,5 @@ print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"],
113
  ```
114
 
115
  Link to eval notebook : https://colab.research.google.com/drive/1nZRTgKfxCD9cvy90wikTHkg2il3zgcqW#scrollTo=cXWFbhb0d7DT
 
 
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
113
  ```
114
 
115
  Link to eval notebook : https://colab.research.google.com/drive/1nZRTgKfxCD9cvy90wikTHkg2il3zgcqW#scrollTo=cXWFbhb0d7DT
116
+
117
+ WER : 24.944955% (Lesser is better)