Spaces:
Building
Building
Update leaderboard
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -2,17 +2,15 @@ APScheduler==3.10.1
|
|
2 |
black==23.11.0
|
3 |
click==8.1.3
|
4 |
datasets==2.14.5
|
5 |
-
gradio==4.
|
6 |
-
gradio_client==0.
|
7 |
huggingface-hub>=0.18.0
|
8 |
matplotlib==3.7.1
|
9 |
numpy==1.24.2
|
|
|
10 |
pandas==2.0.0
|
|
|
11 |
python-dateutil==2.8.2
|
12 |
requests==2.28.2
|
|
|
13 |
tqdm==4.65.0
|
14 |
-
transformers==4.35.2
|
15 |
-
tokenizers>=0.15.0
|
16 |
-
git+https://github.com/EleutherAI/lm-evaluation-harness.git@b281b0921b636bc36ad05c0b0b0763bd6dd43463#egg=lm-eval
|
17 |
-
accelerate==0.24.1
|
18 |
-
sentencepiece
|
|
|
2 |
black==23.11.0
|
3 |
click==8.1.3
|
4 |
datasets==2.14.5
|
5 |
+
gradio==4.19.2
|
6 |
+
gradio_client==0.10.1
|
7 |
huggingface-hub>=0.18.0
|
8 |
matplotlib==3.7.1
|
9 |
numpy==1.24.2
|
10 |
+
openpyxl==3.1.2
|
11 |
pandas==2.0.0
|
12 |
+
plotly==5.14.1
|
13 |
python-dateutil==2.8.2
|
14 |
requests==2.28.2
|
15 |
+
sentencepiece
|
16 |
tqdm==4.65.0
|
|
|
|
|
|
|
|
|
|