Rename the leaderboard
Browse files
app.py
CHANGED
|
@@ -18,11 +18,12 @@ from huggingface_hub import HfApi
|
|
| 18 |
|
| 19 |
api = HfApi()
|
| 20 |
|
| 21 |
-
st.title("
|
| 22 |
st.write(
|
| 23 |
"This leaderboard serves as a public interface for benchmarking Arabic Dialect Identification (ADI) "
|
| 24 |
-
"models using an 'extended version' of the NADI 2024
|
| 25 |
-
"the first multi-label country-level ADI dataset."
|
|
|
|
| 26 |
)
|
| 27 |
|
| 28 |
SHARED_TASK_TEAMS = {
|
|
@@ -125,7 +126,7 @@ with tab1:
|
|
| 125 |
},
|
| 126 |
hide_index=True,
|
| 127 |
)
|
| 128 |
-
st.write("Note: The metrics are macro-averaged across all dialects.")
|
| 129 |
|
| 130 |
with st.expander("Click for more information."):
|
| 131 |
inference_functions_names = [
|
|
|
|
| 18 |
|
| 19 |
api = HfApi()
|
| 20 |
|
| 21 |
+
st.title("MLADI Leaderboard")
|
| 22 |
st.write(
|
| 23 |
"This leaderboard serves as a public interface for benchmarking Arabic Dialect Identification (ADI) "
|
| 24 |
+
"models using an 'extended version' of the NADI 2024 test set, "
|
| 25 |
+
"the first multi-label country-level ADI dataset.\n\n"
|
| 26 |
+
"🔜 More information about the dataset extension will be coming soon, stay tuned!"
|
| 27 |
)
|
| 28 |
|
| 29 |
SHARED_TASK_TEAMS = {
|
|
|
|
| 126 |
},
|
| 127 |
hide_index=True,
|
| 128 |
)
|
| 129 |
+
st.write("Note: The metrics are macro-averaged across all 11 dialects.")
|
| 130 |
|
| 131 |
with st.expander("Click for more information."):
|
| 132 |
inference_functions_names = [
|