cahya commited on
Commit
402c7de
1 Parent(s): bf0d4d8

updated readme file

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -154,8 +154,7 @@ processor = Wav2Vec2Processor.from_pretrained("cahya/wav2vec2-large-xlsr-javanes
154
  model = Wav2Vec2ForCTC.from_pretrained("cahya/wav2vec2-large-xlsr-javanese")
155
  model.to("cuda")
156
 
157
- chars_to_ignore_regex = '[\,\?\.\!\-\;\:\"\“\%\‘\'\”_\�]'
158
-
159
  resampler = torchaudio.transforms.Resample(48_000, 16_000)
160
 
161
  # Preprocessing the datasets.
 
154
  model = Wav2Vec2ForCTC.from_pretrained("cahya/wav2vec2-large-xlsr-javanese")
155
  model.to("cuda")
156
 
157
+ chars_to_ignore_regex = '[\,\?\.\!\-\;\:\"\“\%\‘\'\”_\�]'
 
158
  resampler = torchaudio.transforms.Resample(48_000, 16_000)
159
 
160
  # Preprocessing the datasets.