Spaces:
Runtime error
Runtime error
hm-auch
commited on
Commit
•
ac4677c
1
Parent(s):
c899046
update requirements.txt
Browse files- requirements.txt +0 -64
requirements.txt
CHANGED
@@ -1,56 +1,6 @@
|
|
1 |
-
absl-py==1.0.0
|
2 |
-
aiohttp==3.8.1
|
3 |
-
aiosignal==1.2.0
|
4 |
-
analytics-python==1.4.0
|
5 |
-
anyio==3.5.0
|
6 |
-
asgiref==3.5.0
|
7 |
-
astunparse==1.6.3
|
8 |
-
async-timeout==4.0.2
|
9 |
-
attrs==21.4.0
|
10 |
-
backoff==1.10.0
|
11 |
-
bcrypt==3.2.0
|
12 |
bert==2.2.0
|
13 |
bert-tensorflow==1.0.4
|
14 |
-
cachetools==5.0.0
|
15 |
-
certifi==2021.5.30
|
16 |
-
cffi==1.15.0
|
17 |
-
charset-normalizer==2.0.12
|
18 |
-
click==8.1.2
|
19 |
-
cryptography==36.0.2
|
20 |
-
cycler==0.11.0
|
21 |
-
Cython==0.29.28
|
22 |
-
dataclasses==0.6
|
23 |
-
dill==0.3.4
|
24 |
-
dm-tree==0.1.7
|
25 |
-
entrypoints==0.3
|
26 |
-
erlastic==2.0.0
|
27 |
-
et-xmlfile==1.1.0
|
28 |
-
fastapi==0.75.1
|
29 |
-
ffmpy==0.3.0
|
30 |
-
filelock==3.6.0
|
31 |
-
flatbuffers==2.0
|
32 |
-
fonttools==4.31.2
|
33 |
-
frozenlist==1.3.0
|
34 |
-
gast==0.5.3
|
35 |
-
gin-config==0.5.0
|
36 |
-
google-api-core==2.7.2
|
37 |
-
google-api-python-client==2.44.0
|
38 |
-
google-auth==2.6.2
|
39 |
-
google-auth-httplib2==0.1.0
|
40 |
-
google-auth-oauthlib==0.4.6
|
41 |
-
google-cloud-bigquery==3.0.1
|
42 |
-
google-cloud-bigquery-storage==2.13.1
|
43 |
-
google-cloud-core==2.3.0
|
44 |
-
google-crc32c==1.3.0
|
45 |
-
google-pasta==0.2.0
|
46 |
-
google-resumable-media==2.3.2
|
47 |
-
googleapis-common-protos==1.56.0
|
48 |
gradio==2.9.4
|
49 |
-
grpcio==1.44.0
|
50 |
-
grpcio-status==1.44.0
|
51 |
-
h11==0.13.0
|
52 |
-
h5py==3.6.0
|
53 |
-
httplib2==0.20.4
|
54 |
huggingface-hub==0.5.1
|
55 |
idna==3.3
|
56 |
imbalanced-learn==0.9.0
|
@@ -58,17 +8,7 @@ imblearn==0.0
|
|
58 |
kaggle==1.5.12
|
59 |
keras==2.8.0
|
60 |
Keras-Preprocessing==1.1.2
|
61 |
-
kiwisolver==1.4.2
|
62 |
-
libclang==13.0.0
|
63 |
-
linkify-it-py==1.0.3
|
64 |
-
Markdown==3.3.6
|
65 |
-
markdown-it-py==2.0.1
|
66 |
-
MarkupSafe==2.1.1
|
67 |
matplotlib==3.5.1
|
68 |
-
mdit-py-plugins==0.3.0
|
69 |
-
mdurl==0.1.1
|
70 |
-
monotonic==1.6
|
71 |
-
multidict==6.0.2
|
72 |
nlp==0.4.0
|
73 |
numpy==1.22.3
|
74 |
oauth2client==4.1.3
|
@@ -113,9 +53,6 @@ scipy==1.8.0
|
|
113 |
seaborn==0.11.2
|
114 |
sentencepiece==0.1.96
|
115 |
seqeval==1.2.2
|
116 |
-
sklearn==0.0
|
117 |
-
sniffio==1.2.0
|
118 |
-
starlette==0.17.1
|
119 |
tabulate==0.8.9
|
120 |
tensorboard==2.8.0
|
121 |
tensorboard-data-server==0.6.1
|
@@ -136,7 +73,6 @@ tf-slim==1.1.0
|
|
136 |
threadpoolctl==3.1.0
|
137 |
tokenization==1.0.7
|
138 |
tokenizers==0.11.6
|
139 |
-
tqdm==4.64.0
|
140 |
transformers==4.18.0
|
141 |
typeguard==2.13.3
|
142 |
typing_extensions==4.1.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
bert==2.2.0
|
2 |
bert-tensorflow==1.0.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
gradio==2.9.4
|
|
|
|
|
|
|
|
|
|
|
4 |
huggingface-hub==0.5.1
|
5 |
idna==3.3
|
6 |
imbalanced-learn==0.9.0
|
|
|
8 |
kaggle==1.5.12
|
9 |
keras==2.8.0
|
10 |
Keras-Preprocessing==1.1.2
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
matplotlib==3.5.1
|
|
|
|
|
|
|
|
|
12 |
nlp==0.4.0
|
13 |
numpy==1.22.3
|
14 |
oauth2client==4.1.3
|
|
|
53 |
seaborn==0.11.2
|
54 |
sentencepiece==0.1.96
|
55 |
seqeval==1.2.2
|
|
|
|
|
|
|
56 |
tabulate==0.8.9
|
57 |
tensorboard==2.8.0
|
58 |
tensorboard-data-server==0.6.1
|
|
|
73 |
threadpoolctl==3.1.0
|
74 |
tokenization==1.0.7
|
75 |
tokenizers==0.11.6
|
|
|
76 |
transformers==4.18.0
|
77 |
typeguard==2.13.3
|
78 |
typing_extensions==4.1.1
|