Update src/about.py
Browse files- src/about.py +10 -8
src/about.py
CHANGED
@@ -23,13 +23,13 @@ NUM_FEWSHOT = 0 # Change with your few shot
|
|
23 |
# Your leaderboard name
|
24 |
TITLE = """<h1 align="center" id="space-title">Align-Anything</h1>"""
|
25 |
|
26 |
-
# MJB_LOGO = '<img src="" alt="Logo" style="width:
|
27 |
|
28 |
# What does your leaderboard evaluate?
|
29 |
INTRODUCTION_TEXT = """
|
30 |
-
# Align-Anything:
|
31 |
-
|
32 |
-
|
33 |
"""
|
34 |
|
35 |
# Which evaluations are you running? how can people reproduce what you have?
|
@@ -41,10 +41,12 @@ EVALUATION_QUEUE_TEXT = """
|
|
41 |
|
42 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
43 |
CITATION_BUTTON_TEXT = """
|
44 |
-
@article{
|
45 |
-
title={Align-Anything:
|
46 |
-
author={
|
47 |
-
journal={arXiv preprint arXiv:
|
|
|
|
|
48 |
year={2024}
|
49 |
}
|
50 |
"""
|
|
|
23 |
# Your leaderboard name
|
24 |
TITLE = """<h1 align="center" id="space-title">Align-Anything</h1>"""
|
25 |
|
26 |
+
# MJB_LOGO = '<img src="" alt="Logo" style="width: 100%; display: block; margin: auto;">'
|
27 |
|
28 |
# What does your leaderboard evaluate?
|
29 |
INTRODUCTION_TEXT = """
|
30 |
+
# Align-Anything:
|
31 |
+
Align-Anything aims to align any modality large models (any-to-any models), including LLMs, VLMs, and others, with human intentions and values.
|
32 |
+
More details about the definition and milestones of alignment for Large Models can be found in AI Alignment.
|
33 |
"""
|
34 |
|
35 |
# Which evaluations are you running? how can people reproduce what you have?
|
|
|
41 |
|
42 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
43 |
CITATION_BUTTON_TEXT = """
|
44 |
+
@article{Align-Anything,
|
45 |
+
title={Align-Anything: Alignment with a Millennium of Moral Progress},
|
46 |
+
author={Xuyao Wang and Jiayi Zhou and Jiaming Ji and Yaodong Yang},
|
47 |
+
journal={arXiv preprint arXiv:2411.20343},
|
48 |
+
eprint={2411.20343},
|
49 |
+
eprinttype = {arXiv},
|
50 |
year={2024}
|
51 |
}
|
52 |
"""
|