updated main.py - Adithya S K
Browse files- app.py +2 -1
- indic_leaderboard.py +0 -0
app.py
CHANGED
|
@@ -126,7 +126,6 @@ def main():
|
|
| 126 |
|
| 127 |
on = st.checkbox('Sort by Language')
|
| 128 |
|
| 129 |
-
st.text("Boolq , MMLU , Translation is still being tested")
|
| 130 |
|
| 131 |
col1, col2 = st.columns(2)
|
| 132 |
with col1:
|
|
@@ -263,6 +262,8 @@ The current leaderboard is in alpha release, and many more changes are forthcomi
|
|
| 263 |
# FAQ tab
|
| 264 |
with FAQ_tab:
|
| 265 |
st.markdown('''
|
|
|
|
|
|
|
| 266 |
**What is the minimum requirement for GPUs to run the evaluation?**
|
| 267 |
|
| 268 |
- The evaluation can easily run on a single A100 GPU, but the framework also supports multi-GPU based evaluation to speed up the process.
|
|
|
|
| 126 |
|
| 127 |
on = st.checkbox('Sort by Language')
|
| 128 |
|
|
|
|
| 129 |
|
| 130 |
col1, col2 = st.columns(2)
|
| 131 |
with col1:
|
|
|
|
| 262 |
# FAQ tab
|
| 263 |
with FAQ_tab:
|
| 264 |
st.markdown('''
|
| 265 |
+
Boolq , MMLU , Translation is still being tested
|
| 266 |
+
|
| 267 |
**What is the minimum requirement for GPUs to run the evaluation?**
|
| 268 |
|
| 269 |
- The evaluation can easily run on a single A100 GPU, but the framework also supports multi-GPU based evaluation to speed up the process.
|
indic_leaderboard.py
DELETED
|
File without changes
|