Spaces:
Runtime error
Runtime error
pminervini
commited on
Commit
•
2ce4591
1
Parent(s):
5781209
update
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -7,19 +7,17 @@ datasets==2.14.5
|
|
7 |
gradio==4.4.0
|
8 |
gradio_client==0.7.0
|
9 |
huggingface-hub>=0.18.0
|
10 |
-
markdown-it-py==2.2.0
|
11 |
-
MarkupSafe==2.1.2
|
12 |
matplotlib==3.7.1
|
13 |
numpy==1.24.2
|
14 |
pandas==2.0.0
|
15 |
plotly==5.14.1
|
16 |
python-dateutil==2.8.2
|
17 |
-
requests==2.
|
18 |
semantic-version==2.10.0
|
19 |
tqdm==4.65.0
|
20 |
-
transformers==4.
|
21 |
tokenizers>=0.15.0
|
22 |
git+https://github.com/EleutherAI/lm-evaluation-harness.git
|
23 |
-
accelerate
|
24 |
sentencepiece
|
25 |
langdetect
|
|
|
7 |
gradio==4.4.0
|
8 |
gradio_client==0.7.0
|
9 |
huggingface-hub>=0.18.0
|
|
|
|
|
10 |
matplotlib==3.7.1
|
11 |
numpy==1.24.2
|
12 |
pandas==2.0.0
|
13 |
plotly==5.14.1
|
14 |
python-dateutil==2.8.2
|
15 |
+
requests==2.28.2
|
16 |
semantic-version==2.10.0
|
17 |
tqdm==4.65.0
|
18 |
+
transformers==4.36.0
|
19 |
tokenizers>=0.15.0
|
20 |
git+https://github.com/EleutherAI/lm-evaluation-harness.git
|
21 |
+
accelerate
|
22 |
sentencepiece
|
23 |
langdetect
|