speech-test
commited on
Commit
•
ecf882a
1
Parent(s):
6940fb9
fix tab
Browse files
README.md
CHANGED
@@ -94,7 +94,7 @@ processor = Wav2Vec2Processor.from_pretrained("anton-l/wav2vec2-large-xlsr-53-hu
|
|
94 |
model = Wav2Vec2ForCTC.from_pretrained("anton-l/wav2vec2-large-xlsr-53-hungarian")
|
95 |
model.to("cuda")
|
96 |
|
97 |
-
cv_test = pd.read_csv("cv-corpus-6.1-2020-12-11/hu/test.tsv", sep='
|
98 |
clips_path = "cv-corpus-6.1-2020-12-11/hu/clips/"
|
99 |
|
100 |
def clean_sentence(sent):
|
|
|
94 |
model = Wav2Vec2ForCTC.from_pretrained("anton-l/wav2vec2-large-xlsr-53-hungarian")
|
95 |
model.to("cuda")
|
96 |
|
97 |
+
cv_test = pd.read_csv("cv-corpus-6.1-2020-12-11/hu/test.tsv", sep='\t')
|
98 |
clips_path = "cv-corpus-6.1-2020-12-11/hu/clips/"
|
99 |
|
100 |
def clean_sentence(sent):
|