cahya commited on
Commit
0b5ba98
2 Parent(s): 96b43ca a1c1327

Merge branch 'main' of https://huggingface.co/cahya/wav2vec2-large-xlsr-basque into main

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.