Spaces:
Runtime error
Runtime error
Al John Lexter Lozano
commited on
Commit
•
dd48bf4
1
Parent(s):
3bc3b82
add requirements.txt
Browse files- app.py +1 -1
- requirements.txt +98 -0
app.py
CHANGED
@@ -7,7 +7,7 @@ import csv
|
|
7 |
|
8 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
9 |
DLmodel = AutoModelForSequenceClassification.from_pretrained("madhurjindal/autonlp-Gibberish-Detector-492513457", use_auth_token=True)
|
10 |
-
tokenizer = AutoTokenizer.from_pretrained("madhurjindal/
|
11 |
|
12 |
|
13 |
|
|
|
7 |
|
8 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
9 |
DLmodel = AutoModelForSequenceClassification.from_pretrained("madhurjindal/autonlp-Gibberish-Detector-492513457", use_auth_token=True)
|
10 |
+
tokenizer = AutoTokenizer.from_pretrained("madhurjindal/autonlp-Gibberish-Detector-492513457", use_auth_token=True)
|
11 |
|
12 |
|
13 |
|
requirements.txt
ADDED
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
cachetools==5.0.0
|
13 |
+
certifi==2021.10.8
|
14 |
+
cffi==1.15.0
|
15 |
+
charset-normalizer==2.0.12
|
16 |
+
click==8.0.4
|
17 |
+
cryptography==36.0.2
|
18 |
+
cycler==0.11.0
|
19 |
+
fastapi==0.75.0
|
20 |
+
ffmpy==0.3.0
|
21 |
+
filelock==3.6.0
|
22 |
+
flatbuffers==2.0
|
23 |
+
fonttools==4.31.1
|
24 |
+
frozenlist==1.3.0
|
25 |
+
gast==0.5.3
|
26 |
+
google-auth==2.6.2
|
27 |
+
google-auth-oauthlib==0.4.6
|
28 |
+
google-pasta==0.2.0
|
29 |
+
gradio==2.8.12
|
30 |
+
grpcio==1.44.0
|
31 |
+
h11==0.13.0
|
32 |
+
h5py==3.6.0
|
33 |
+
huggingface-hub==0.4.0
|
34 |
+
idna==3.3
|
35 |
+
importlib-metadata==4.11.3
|
36 |
+
Jinja2==3.0.3
|
37 |
+
joblib==1.1.0
|
38 |
+
keras==2.8.0
|
39 |
+
Keras-Preprocessing==1.1.2
|
40 |
+
kiwisolver==1.4.0
|
41 |
+
libclang==13.0.0
|
42 |
+
linkify-it-py==1.0.3
|
43 |
+
Markdown==3.3.6
|
44 |
+
markdown-it-py==2.0.1
|
45 |
+
MarkupSafe==2.1.1
|
46 |
+
matplotlib==3.5.1
|
47 |
+
mdit-py-plugins==0.3.0
|
48 |
+
mdurl==0.1.0
|
49 |
+
monotonic==1.6
|
50 |
+
multidict==6.0.2
|
51 |
+
numpy==1.22.3
|
52 |
+
oauthlib==3.2.0
|
53 |
+
opt-einsum==3.3.0
|
54 |
+
orjson==3.6.7
|
55 |
+
packaging==21.3
|
56 |
+
pandas==1.4.1
|
57 |
+
paramiko==2.10.3
|
58 |
+
Pillow==9.0.1
|
59 |
+
protobuf==3.19.4
|
60 |
+
pyasn1==0.4.8
|
61 |
+
pyasn1-modules==0.2.8
|
62 |
+
pycparser==2.21
|
63 |
+
pycryptodome==3.14.1
|
64 |
+
pydantic==1.9.0
|
65 |
+
pydub==0.25.1
|
66 |
+
PyNaCl==1.5.0
|
67 |
+
pyparsing==3.0.7
|
68 |
+
python-dateutil==2.8.2
|
69 |
+
python-multipart==0.0.5
|
70 |
+
pytz==2022.1
|
71 |
+
PyYAML==6.0
|
72 |
+
regex==2022.3.15
|
73 |
+
requests==2.27.1
|
74 |
+
requests-oauthlib==1.3.1
|
75 |
+
rsa==4.8
|
76 |
+
sacremoses==0.0.49
|
77 |
+
six==1.16.0
|
78 |
+
sniffio==1.2.0
|
79 |
+
starlette==0.17.1
|
80 |
+
tensorboard==2.8.0
|
81 |
+
tensorboard-data-server==0.6.1
|
82 |
+
tensorboard-plugin-wit==1.8.1
|
83 |
+
tensorflow==2.8.0
|
84 |
+
tensorflow-io-gcs-filesystem==0.24.0
|
85 |
+
termcolor==1.1.0
|
86 |
+
tf-estimator-nightly==2.8.0.dev2021122109
|
87 |
+
tokenizers==0.11.6
|
88 |
+
torch==1.11.0
|
89 |
+
tqdm==4.63.0
|
90 |
+
transformers==4.17.0
|
91 |
+
typing_extensions==4.1.1
|
92 |
+
uc-micro-py==1.0.1
|
93 |
+
urllib3==1.26.9
|
94 |
+
uvicorn==0.17.6
|
95 |
+
Werkzeug==2.0.3
|
96 |
+
wrapt==1.14.0
|
97 |
+
yarl==1.7.2
|
98 |
+
zipp==3.7.0
|