Merge branch 'main' of https://huggingface.co/cahya/wav2vec2-large-xlsr-basque into main
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-basque")
|
87 |
model.to("cuda")
|
88 |
|
89 |
-
chars_to_ignore_regex = '[
|
90 |
|
91 |
|
92 |
# Preprocessing the datasets.
|
|
|
86 |
model = Wav2Vec2ForCTC.from_pretrained("cahya-wirawan/wav2vec2-large-xlsr-basque")
|
87 |
model.to("cuda")
|
88 |
|
89 |
+
chars_to_ignore_regex = '[\,\¿\?\.\¡\!\-\;\:\"\“\%\‘\”\\…\’\ː\'\‹\›\`\´\®\—\→]'
|
90 |
|
91 |
|
92 |
# Preprocessing the datasets.
|