Spaces:
Running
Running
Refactor about.py to update TITLE and improve code readability
Browse files- src/about.md +1 -3
- src/about.py +1 -1
- src/links.yaml +1 -1
src/about.md
CHANGED
@@ -1,3 +1 @@
|
|
1 |
-
|
2 |
-
[GitHub](https://github.com/EvolvingLMMs-Lab/lmms-eval) | [HuggingFace Dataset](https://huggingface.co/datasets/lmms-lab/LiveBench) | [LeaderBoard](https://huggingface.co/spaces/lmms-lab/LiveBench)
|
3 |
-
</center>
|
|
|
1 |
+
|
|
|
|
src/about.py
CHANGED
@@ -25,7 +25,7 @@ NUM_FEWSHOT = 0 # Change with your few shot
|
|
25 |
|
26 |
|
27 |
# Your leaderboard name
|
28 |
-
TITLE = """<h1 align="center" id="space-title">Multimodal LiveBench:
|
29 |
|
30 |
# What does your leaderboard evaluate?
|
31 |
|
|
|
25 |
|
26 |
|
27 |
# Your leaderboard name
|
28 |
+
TITLE = """<h1 align="center" id="space-title">Multimodal LiveBench: Zero-Contamination Evaluation for Multimodal Models on Lively Updated Internet Content</h1>"""
|
29 |
|
30 |
# What does your leaderboard evaluate?
|
31 |
|
src/links.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
- name: GitHub
|
2 |
icon: fa-brands fa-github
|
3 |
url: https://github.com/EvolvingLMMs-Lab/lmms-eval
|
4 |
-
- name: HuggingFace
|
5 |
icon: https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo.svg
|
6 |
url: https://huggingface.co/datasets/lmms-lab/LiveBench
|
7 |
- name: Leaderboard
|
|
|
1 |
- name: GitHub
|
2 |
icon: fa-brands fa-github
|
3 |
url: https://github.com/EvolvingLMMs-Lab/lmms-eval
|
4 |
+
- name: HuggingFace Dataset
|
5 |
icon: https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo.svg
|
6 |
url: https://huggingface.co/datasets/lmms-lab/LiveBench
|
7 |
- name: Leaderboard
|