Corey Morris
commited on
Commit
β’
9ecc99c
1
Parent(s):
f850243
updated readme and requirements
Browse files- README.md +0 -3
- requirements.txt +5 -5
README.md
CHANGED
@@ -1,12 +1,9 @@
|
|
1 |
---
|
2 |
title: MMLU By Task Leaderboard
|
3 |
emoji: π
|
4 |
-
colorFrom: blue
|
5 |
-
colorTo: yellow
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.25.0
|
8 |
app_file: app.py
|
9 |
-
pinned: false
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: MMLU By Task Leaderboard
|
3 |
emoji: π
|
|
|
|
|
4 |
sdk: streamlit
|
5 |
sdk_version: 1.25.0
|
6 |
app_file: app.py
|
|
|
7 |
---
|
8 |
|
9 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
|
2 |
-
|
3 |
|
4 |
# Other
|
5 |
-
|
6 |
-
plotly
|
7 |
statsmodels
|
8 |
numpy
|
9 |
matplotlib
|
10 |
|
11 |
|
12 |
-
#
|
13 |
-
|
|
|
1 |
|
2 |
+
pandas==1.5.3
|
3 |
|
4 |
# Other
|
5 |
+
plotly==5.14.1
|
6 |
+
# plotly
|
7 |
statsmodels
|
8 |
numpy
|
9 |
matplotlib
|
10 |
|
11 |
|
12 |
+
# the README overrides the version here so make sure they match
|
13 |
+
streamlit==1.25.0
|