Spaces:
Runtime error
Runtime error
QuophyDzifa
commited on
Commit
•
5a9e72a
1
Parent(s):
5074bdb
sss
Browse files- requirements.txt +56 -18
requirements.txt
CHANGED
@@ -1,18 +1,56 @@
|
|
1 |
-
pytest
|
2 |
-
wheel
|
3 |
-
setuptools
|
4 |
-
backports.zoneinfo
|
5 |
-
pandas
|
6 |
-
scikit-learn
|
7 |
-
seaborn
|
8 |
-
fastai
|
9 |
-
transformers
|
10 |
-
simpletransformers
|
11 |
-
nltk
|
12 |
-
spacy
|
13 |
-
gensim
|
14 |
-
plotly
|
15 |
-
notebook
|
16 |
-
jupyter
|
17 |
-
ipywidgets
|
18 |
-
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# pytest
|
2 |
+
# wheel
|
3 |
+
# setuptools
|
4 |
+
# backports.zoneinfo
|
5 |
+
# pandas
|
6 |
+
# scikit-learn
|
7 |
+
# seaborn
|
8 |
+
# fastai
|
9 |
+
# transformers
|
10 |
+
# simpletransformers
|
11 |
+
# nltk
|
12 |
+
# spacy
|
13 |
+
# gensim
|
14 |
+
# plotly
|
15 |
+
# notebook
|
16 |
+
# jupyter
|
17 |
+
# ipywidgets
|
18 |
+
# gradio
|
19 |
+
|
20 |
+
gradio==3.28.0
|
21 |
+
transformers==4.28.1
|
22 |
+
numpy==1.23.5
|
23 |
+
scikit-learn==1.3.0
|
24 |
+
torch
|
25 |
+
scipy==1.10.1
|
26 |
+
black
|
27 |
+
|
28 |
+
|
29 |
+
|
30 |
+
|
31 |
+
|
32 |
+
|
33 |
+
|
34 |
+
# gradio
|
35 |
+
# pandas
|
36 |
+
# transformers
|
37 |
+
# numpy
|
38 |
+
# scikit-learn
|
39 |
+
# gdown
|
40 |
+
# torch
|
41 |
+
# scipy
|
42 |
+
|
43 |
+
# tabulate
|
44 |
+
# seaborn
|
45 |
+
# datasets>=2.14.5
|
46 |
+
# transformers>=4.11.2
|
47 |
+
# huggingface-hub>=0.0.17s
|
48 |
+
# wordcloud>=1.8.1
|
49 |
+
# matplotlib>=3.4.3
|
50 |
+
# google-colab>=1.0.0
|
51 |
+
# datasets
|
52 |
+
# transformers
|
53 |
+
# huggingface-hub
|
54 |
+
# wordcloud
|
55 |
+
# matplotlib
|
56 |
+
# google-colab
|