Commit
·
a250161
1
Parent(s):
a9396f6
Update README.md
Browse files
README.md
CHANGED
@@ -105,7 +105,7 @@ model = Wav2Vec2ForCTC.from_pretrained("gorkemgoknar/wav2vec2-large-xlsr-53-turk
|
|
105 |
model.to("cuda")
|
106 |
|
107 |
#Note: Not ignoring "'" on this one
|
108 |
-
chars_to_ignore_regex = '[
|
109 |
|
110 |
resampler = torchaudio.transforms.Resample(48_000, 16_000)
|
111 |
# Preprocessing the datasets.
|
|
|
105 |
model.to("cuda")
|
106 |
|
107 |
#Note: Not ignoring "'" on this one
|
108 |
+
chars_to_ignore_regex = '[\,\?\.\!\-\;\:\"\“\%\‘\”\�\#\>\<\_\’\[\]\{\}]'
|
109 |
|
110 |
resampler = torchaudio.transforms.Resample(48_000, 16_000)
|
111 |
# Preprocessing the datasets.
|