cahya commited on
Commit
c14fe4d
1 Parent(s): bfeb742

Update README.md

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-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