Update README.md
Browse files
README.md
CHANGED
@@ -86,7 +86,7 @@ processor = Wav2Vec2Processor.from_pretrained("cahya-wirawan/wav2vec2-large-xlsr
|
|
86 |
model = Wav2Vec2ForCTC.from_pretrained("cahya-wirawan/wav2vec2-large-xlsr-turkish")
|
87 |
model.to("cuda")
|
88 |
|
89 |
-
chars_to_ignore_regex = '[
|
90 |
|
91 |
# Preprocessing the datasets.
|
92 |
# We need to read the aduio files as arrays
|
|
|
86 |
model = Wav2Vec2ForCTC.from_pretrained("cahya-wirawan/wav2vec2-large-xlsr-turkish")
|
87 |
model.to("cuda")
|
88 |
|
89 |
+
chars_to_ignore_regex = '[\,\?\.\!\-\;\:\"\“\‘\”\'\`…\’»«]'
|
90 |
|
91 |
# Preprocessing the datasets.
|
92 |
# We need to read the aduio files as arrays
|