Spaces:
Sleeping
Sleeping
Nathan Habib
commited on
Commit
·
b23f150
1
Parent(s):
d2fca6f
commit
Browse files- app.py +0 -2
- requirements.txt +108 -1
app.py
CHANGED
@@ -10,8 +10,6 @@ MIN_LINES = 10
|
|
10 |
|
11 |
|
12 |
def get_from_question_id_turn_2(model, question_id: int):
|
13 |
-
|
14 |
-
|
15 |
new = DATAFRAME.loc[question_id]
|
16 |
new = new[new["turn"] == 1]
|
17 |
new = new[new["model"] == model]
|
|
|
10 |
|
11 |
|
12 |
def get_from_question_id_turn_2(model, question_id: int):
|
|
|
|
|
13 |
new = DATAFRAME.loc[question_id]
|
14 |
new = new[new["turn"] == 1]
|
15 |
new = new[new["model"] == model]
|
requirements.txt
CHANGED
@@ -1 +1,108 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.23.0
|
2 |
+
aiofiles==23.2.1
|
3 |
+
aiohttp==3.9.3
|
4 |
+
aiosignal==1.3.1
|
5 |
+
altair==5.2.0
|
6 |
+
annotated-types==0.6.0
|
7 |
+
anyio==4.3.0
|
8 |
+
APScheduler==3.10.1
|
9 |
+
async-timeout==4.0.3
|
10 |
+
attrs==23.2.0
|
11 |
+
black==23.11.0
|
12 |
+
certifi==2024.2.2
|
13 |
+
charset-normalizer==3.3.2
|
14 |
+
click==8.1.3
|
15 |
+
colorama==0.4.6
|
16 |
+
contourpy==1.2.0
|
17 |
+
cycler==0.12.1
|
18 |
+
datasets==2.14.5
|
19 |
+
dill==0.3.7
|
20 |
+
entrypoints==0.4
|
21 |
+
exceptiongroup==1.2.0
|
22 |
+
fastapi==0.109.2
|
23 |
+
ffmpy==0.3.2
|
24 |
+
filelock==3.13.1
|
25 |
+
fonttools==4.49.0
|
26 |
+
frozenlist==1.4.1
|
27 |
+
fsspec==2023.6.0
|
28 |
+
gradio==4.9.0
|
29 |
+
gradio_client==0.7.2
|
30 |
+
gradio_space_ci @ git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@e603e25a74669aa7114020487d93f1eec2eacf4a
|
31 |
+
h11==0.14.0
|
32 |
+
hf_transfer==0.1.3
|
33 |
+
httpcore==1.0.4
|
34 |
+
httpx==0.27.0
|
35 |
+
huggingface_hub @ git+https://github.com/huggingface/huggingface_hub@7c74445903fe86f694ce6e42c386b7bebee94008
|
36 |
+
idna==3.6
|
37 |
+
importlib-resources==6.1.1
|
38 |
+
isort==5.12.0
|
39 |
+
Jinja2==3.1.3
|
40 |
+
jsonschema==4.21.1
|
41 |
+
jsonschema-specifications==2023.12.1
|
42 |
+
kiwisolver==1.4.5
|
43 |
+
linkify-it-py==2.0.0
|
44 |
+
markdown-it-py==3.0.0
|
45 |
+
MarkupSafe==2.1.5
|
46 |
+
matplotlib==3.7.1
|
47 |
+
mdit-py-plugins==0.3.3
|
48 |
+
mdurl==0.1.2
|
49 |
+
mpmath==1.3.0
|
50 |
+
multidict==6.0.5
|
51 |
+
multiprocess==0.70.15
|
52 |
+
mypy-extensions==1.0.0
|
53 |
+
networkx==3.1
|
54 |
+
numpy==1.24.2
|
55 |
+
orjson==3.9.14
|
56 |
+
packaging==23.2
|
57 |
+
pandas==2.0.0
|
58 |
+
pathspec==0.12.1
|
59 |
+
pillow==10.2.0
|
60 |
+
platformdirs==4.2.0
|
61 |
+
plotly==5.14.1
|
62 |
+
psutil==5.9.5
|
63 |
+
pyarrow==15.0.0
|
64 |
+
pydantic==2.6.1
|
65 |
+
pydantic_core==2.16.2
|
66 |
+
pydub==0.25.1
|
67 |
+
Pygments==2.17.2
|
68 |
+
pyparsing==3.1.1
|
69 |
+
pyrsistent==0.19.3
|
70 |
+
python-dateutil==2.8.2
|
71 |
+
python-multipart==0.0.9
|
72 |
+
pytz==2024.1
|
73 |
+
pytz-deprecation-shim==0.1.0.post0
|
74 |
+
PyYAML==6.0.1
|
75 |
+
referencing==0.33.0
|
76 |
+
regex==2023.12.25
|
77 |
+
requests==2.28.2
|
78 |
+
responses==0.18.0
|
79 |
+
rich==13.7.0
|
80 |
+
rpds-py==0.18.0
|
81 |
+
ruff==0.0.292
|
82 |
+
safetensors==0.4.2
|
83 |
+
semantic-version==2.10.0
|
84 |
+
sentencepiece==0.2.0
|
85 |
+
shellingham==1.5.4
|
86 |
+
six==1.16.0
|
87 |
+
sniffio==1.3.0
|
88 |
+
starlette==0.36.3
|
89 |
+
sympy==1.12
|
90 |
+
tenacity==8.2.3
|
91 |
+
termcolor==2.4.0
|
92 |
+
tokenizers==0.15.2
|
93 |
+
tomli==2.0.1
|
94 |
+
tomlkit==0.12.0
|
95 |
+
toolz==0.12.1
|
96 |
+
torch==2.1.0
|
97 |
+
tqdm==4.65.0
|
98 |
+
transformers==4.38.0
|
99 |
+
typer==0.9.0
|
100 |
+
typing_extensions==4.9.0
|
101 |
+
tzdata==2024.1
|
102 |
+
tzlocal==5.2
|
103 |
+
uc-micro-py==1.0.1
|
104 |
+
urllib3==1.26.18
|
105 |
+
uvicorn==0.27.1
|
106 |
+
websockets==11.0.3
|
107 |
+
xxhash==3.4.1
|
108 |
+
yarl==1.9.4
|