speech-test commited on
Commit
0841e76
1 Parent(s): 6b18842
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -94,7 +94,7 @@ processor = Wav2Vec2Processor.from_pretrained("anton-l/wav2vec2-large-xlsr-53-ch
94
  model = Wav2Vec2ForCTC.from_pretrained("anton-l/wav2vec2-large-xlsr-53-chuvash")
95
  model.to("cuda")
96
 
97
- cv_test = pd.read_csv("cv-corpus-6.1-2020-12-11/cv/test.tsv", sep='\\t')
98
  clips_path = "cv-corpus-6.1-2020-12-11/cv/clips/"
99
 
100
  def clean_sentence(sent):
 
94
  model = Wav2Vec2ForCTC.from_pretrained("anton-l/wav2vec2-large-xlsr-53-chuvash")
95
  model.to("cuda")
96
 
97
+ cv_test = pd.read_csv("cv-corpus-6.1-2020-12-11/cv/test.tsv", sep='\t')
98
  clips_path = "cv-corpus-6.1-2020-12-11/cv/clips/"
99
 
100
  def clean_sentence(sent):