binwang commited on
Commit
958416e
1 Parent(s): 8127178

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app/pages.py +3 -2
app/pages.py CHANGED
@@ -41,10 +41,11 @@ def dashboard():
41
  st.markdown("""
42
  ### Changelog
43
 
44
- - **Dec 13, 2024**:
 
45
  - Singlish ASR task added! The datasets are available on [HF](https://huggingface.co/datasets/MERaLiON/MNSC).
46
 
47
- - **Dec 12, 2024**:
48
  - Updated layout and added support for comparison between models with similar sizes.
49
  - Reorganized layout for a better user experience.
50
  - Added performance summary for each task.
 
41
  st.markdown("""
42
  ### Changelog
43
 
44
+ - **Dec, 2024**:
45
+ - Added MuChoMusic dataset for Music Understanding - MCQ Questions. From Paper: https://arxiv.org/abs/2408.01337.
46
  - Singlish ASR task added! The datasets are available on [HF](https://huggingface.co/datasets/MERaLiON/MNSC).
47
 
48
+ - **Dec, 2024**:
49
  - Updated layout and added support for comparison between models with similar sizes.
50
  - Reorganized layout for a better user experience.
51
  - Added performance summary for each task.