gorkemgoknar commited on
Commit
a9396f6
·
1 Parent(s): eea98ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,7 +12,7 @@ tags:
12
  - xlsr-fine-tuning-week
13
  license: apache-2.0
14
  model-index:
15
- - name: XLSR Wav2Vec2 Large Turkish - Gorkem Goknar
16
  results:
17
  - task:
18
  name: Speech Recognition
@@ -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.
 
12
  - xlsr-fine-tuning-week
13
  license: apache-2.0
14
  model-index:
15
+ - name: XLSR Wav2Vec2 Large Turkish by Gorkem Goknar
16
  results:
17
  - task:
18
  name: Speech Recognition
 
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.