Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- app/pages.py +4 -4
app/pages.py
CHANGED
@@ -33,20 +33,20 @@ def dashboard():
|
|
33 |
|
34 |
st.markdown("""
|
35 |
[gh]: https://github.com/AudioLLMs/AudioBench
|
36 |
-
[![GitHub watchers](https://img.shields.io/github/watchers/AudioLLMs/AudioBench?style=social)][gh]
|
37 |
[![GitHub Repo stars](https://img.shields.io/github/stars/AudioLLMs/AudioBench?style=social)][gh]
|
|
|
38 |
""")
|
39 |
|
40 |
audio_url = "https://arxiv.org/abs/2406.16020"
|
41 |
|
42 |
-
|
43 |
st.markdown("#### News")
|
44 |
-
st.markdown("Dec, 2024
|
|
|
45 |
|
46 |
st.divider()
|
47 |
|
48 |
st.markdown("#### What is [AudioBench](%s)?" % audio_url)
|
49 |
-
st.markdown("##### :dizzy: A comprehensive evaluation benchmark designed for general instruction-following
|
50 |
st.markdown("##### :dizzy: A evaluation benchmark that we consistently put effort in updating and maintaining.")
|
51 |
st.markdown('''
|
52 |
''')
|
|
|
33 |
|
34 |
st.markdown("""
|
35 |
[gh]: https://github.com/AudioLLMs/AudioBench
|
|
|
36 |
[![GitHub Repo stars](https://img.shields.io/github/stars/AudioLLMs/AudioBench?style=social)][gh]
|
37 |
+
[![GitHub watchers](https://img.shields.io/github/watchers/AudioLLMs/AudioBench?style=social)][gh]
|
38 |
""")
|
39 |
|
40 |
audio_url = "https://arxiv.org/abs/2406.16020"
|
41 |
|
|
|
42 |
st.markdown("#### News")
|
43 |
+
st.markdown("**Dec, 2024**: Update layout and support comparison between models with similar model sizes. Layout reorganized for better user experience. Add performance summary for each task.")
|
44 |
+
st.markdown("**Sep, 2024**: Initial leaderboard online.")
|
45 |
|
46 |
st.divider()
|
47 |
|
48 |
st.markdown("#### What is [AudioBench](%s)?" % audio_url)
|
49 |
+
st.markdown("##### :dizzy: A comprehensive evaluation benchmark designed for general instruction-following audio large language models.")
|
50 |
st.markdown("##### :dizzy: A evaluation benchmark that we consistently put effort in updating and maintaining.")
|
51 |
st.markdown('''
|
52 |
''')
|