Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- app/pages.py +2 -0
app/pages.py
CHANGED
@@ -14,6 +14,8 @@ def dashboard():
|
|
14 |
|
15 |
st.markdown("""
|
16 |
### Changelog
|
|
|
|
|
17 |
|
18 |
- **Dec 2024**:
|
19 |
- Updated results for **Cross-MMLU**, **Cross-LogiQA**, **Cross-XQuad**, **MMLU**, **IndoMMLU**, and **SG-Eval-v2** with new prompts (simple prompts to encourage reasoning).
|
|
|
14 |
|
15 |
st.markdown("""
|
16 |
### Changelog
|
17 |
+
|
18 |
+
- **Outputs for All Models**: The outputs for all models are now available in the [results](https://huggingface.co/spaces/MERaLiON/AudioBench-Leaderboard/tree/main/results_model_log)
|
19 |
|
20 |
- **Dec 2024**:
|
21 |
- Updated results for **Cross-MMLU**, **Cross-LogiQA**, **Cross-XQuad**, **MMLU**, **IndoMMLU**, and **SG-Eval-v2** with new prompts (simple prompts to encourage reasoning).
|