Spaces:
Sleeping
Sleeping
Kevin Louis
commited on
Commit
•
14066c2
1
Parent(s):
7c244fe
Requirements.txt file and flagged folder
Browse files- flagged/log.csv +2 -0
- requirements.txt +87 -0
flagged/log.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Sequence,Query,Response,Action Executed,flag,username,timestamp
|
2 |
+
ggcattgaggagaccattgacaccgtcattagcaatgcactacaactgtcacaacctaaa,Is there an S strand in the DNA sequence ,60,Calculates The Total Number Of Bases In The Sequence,,,2023-09-19 14:15:27.776710
|
requirements.txt
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
aiohttp==3.8.5
|
3 |
+
aiosignal==1.3.1
|
4 |
+
altair==5.1.1
|
5 |
+
annotated-types==0.5.0
|
6 |
+
anyio==3.7.1
|
7 |
+
async-timeout==4.0.3
|
8 |
+
attrs==23.1.0
|
9 |
+
certifi==2023.7.22
|
10 |
+
charset-normalizer==3.2.0
|
11 |
+
click==8.1.7
|
12 |
+
contourpy==1.1.1
|
13 |
+
cycler==0.11.0
|
14 |
+
datasets==2.14.4
|
15 |
+
dill==0.3.7
|
16 |
+
et-xmlfile==1.1.0
|
17 |
+
exceptiongroup==1.1.3
|
18 |
+
faiss-cpu==1.7.4
|
19 |
+
fastapi==0.103.1
|
20 |
+
ffmpy==0.3.1
|
21 |
+
filelock==3.12.3
|
22 |
+
fonttools==4.42.1
|
23 |
+
frozenlist==1.4.0
|
24 |
+
fsspec==2023.6.0
|
25 |
+
gradio==3.44.3
|
26 |
+
gradio_client==0.5.0
|
27 |
+
h11==0.14.0
|
28 |
+
httpcore==0.18.0
|
29 |
+
httpx==0.25.0
|
30 |
+
huggingface-hub==0.16.4
|
31 |
+
idna==3.4
|
32 |
+
importlib-resources==6.0.1
|
33 |
+
Jinja2==3.1.2
|
34 |
+
joblib==1.3.2
|
35 |
+
jsonschema==4.19.0
|
36 |
+
jsonschema-specifications==2023.7.1
|
37 |
+
kiwisolver==1.4.5
|
38 |
+
MarkupSafe==2.1.3
|
39 |
+
matplotlib==3.8.0
|
40 |
+
mpmath==1.3.0
|
41 |
+
multidict==6.0.4
|
42 |
+
multiprocess==0.70.15
|
43 |
+
networkx==3.1
|
44 |
+
nltk==3.8.1
|
45 |
+
numpy==1.25.2
|
46 |
+
openpyxl==3.1.2
|
47 |
+
orjson==3.9.7
|
48 |
+
packaging==23.1
|
49 |
+
pandas==2.1.0
|
50 |
+
Pillow==10.0.0
|
51 |
+
pyarrow==13.0.0
|
52 |
+
pydantic==2.3.0
|
53 |
+
pydantic_core==2.6.3
|
54 |
+
pydub==0.25.1
|
55 |
+
pyparsing==3.1.1
|
56 |
+
python-dateutil==2.8.2
|
57 |
+
python-multipart==0.0.6
|
58 |
+
pytz==2023.3
|
59 |
+
PyYAML==6.0.1
|
60 |
+
referencing==0.30.2
|
61 |
+
regex==2023.8.8
|
62 |
+
requests==2.31.0
|
63 |
+
rpds-py==0.10.3
|
64 |
+
safetensors==0.3.3
|
65 |
+
scikit-learn==1.3.0
|
66 |
+
scipy==1.11.2
|
67 |
+
semantic-version==2.10.0
|
68 |
+
sentence-transformers==2.2.2
|
69 |
+
sentencepiece==0.1.99
|
70 |
+
six==1.16.0
|
71 |
+
sniffio==1.3.0
|
72 |
+
starlette==0.27.0
|
73 |
+
sympy==1.12
|
74 |
+
threadpoolctl==3.2.0
|
75 |
+
tokenizers==0.13.3
|
76 |
+
toolz==0.12.0
|
77 |
+
torch==2.0.1
|
78 |
+
torchvision==0.15.2
|
79 |
+
tqdm==4.66.1
|
80 |
+
transformers==4.32.1
|
81 |
+
typing_extensions==4.7.1
|
82 |
+
tzdata==2023.3
|
83 |
+
urllib3==2.0.4
|
84 |
+
uvicorn==0.23.2
|
85 |
+
websockets==11.0.3
|
86 |
+
xxhash==3.3.0
|
87 |
+
yarl==1.9.2
|