Spaces:
Build error
Build error
init commit
Browse files- requirements.txt +22 -0
requirements.txt
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pytorch
|
2 |
+
numpy
|
3 |
+
nltk
|
4 |
+
tqdm
|
5 |
+
pandas
|
6 |
+
jieba
|
7 |
+
tensorflow
|
8 |
+
tensorboardX
|
9 |
+
cython
|
10 |
+
regex
|
11 |
+
matplotlib
|
12 |
+
pyyaml
|
13 |
+
sacremoses
|
14 |
+
editdistance
|
15 |
+
soundfile
|
16 |
+
sentencepiece
|
17 |
+
pyarrow
|
18 |
+
python_speech_features
|
19 |
+
torchaudio
|
20 |
+
sacrebleu==1.5.1
|
21 |
+
omegaconf==2.0.5
|
22 |
+
hydra-core==1.0.0
|