Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +49 -0
requirements.txt
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.24.1
|
2 |
+
gradio_client==0.0.8
|
3 |
+
datasets==2.11.0
|
4 |
+
evaluate==0.4.0
|
5 |
+
fastcore==1.5.29
|
6 |
+
fastdownload==0.0.7
|
7 |
+
fastjsonschema==2.16.3
|
8 |
+
fastprogress==1.0.3
|
9 |
+
fastrlock==0.8.1
|
10 |
+
importlib-metadata==6.2.0
|
11 |
+
importlib-resources==5.12.0
|
12 |
+
iniconfig==2.0.0
|
13 |
+
ipykernel==5.5.6
|
14 |
+
ipython==7.34.0
|
15 |
+
jsonargparse==3.13.1
|
16 |
+
jsonpickle==3.0.1
|
17 |
+
jsonschema==4.3.3
|
18 |
+
lightning-utilities==0.8.0
|
19 |
+
Markdown==3.4.3
|
20 |
+
mkl==2019.0
|
21 |
+
ml-dtypes==0.0.4
|
22 |
+
mlxtend==0.14.0
|
23 |
+
nltk==3.8.1
|
24 |
+
numpy==1.22.4
|
25 |
+
pandas==1.5.3
|
26 |
+
pandas-datareader==0.10.0
|
27 |
+
param==1.13.0
|
28 |
+
pip-tools==6.6.2
|
29 |
+
pytensor==2.10.1
|
30 |
+
pytest==7.2.2
|
31 |
+
python-utils==3.5.2
|
32 |
+
pytorch-lightning==1.9.4
|
33 |
+
tensorflow==2.12.0
|
34 |
+
tensorflow-datasets==4.8.3
|
35 |
+
tensorflow-estimator==2.12.0
|
36 |
+
tensorflow-gcs-config==2.12.0
|
37 |
+
tensorflow-hub==0.13.0
|
38 |
+
tensorflow-io-gcs-filesystem==0.32.0
|
39 |
+
tensorflow-metadata==1.13.0
|
40 |
+
tensorflow-probability==0.19.0
|
41 |
+
tensorstore==0.1.35
|
42 |
+
tokenizers==0.13.3
|
43 |
+
torchdata==0.6.0
|
44 |
+
torchmetrics==0.8.2
|
45 |
+
torchsummary==1.5.1
|
46 |
+
torchtext==0.15.1
|
47 |
+
transformers==4.27.4
|
48 |
+
rouge-score==0.1.2
|
49 |
+
sentencepiece==0.1.97
|