Update src/about.py
Browse files- src/about.py +4 -1
src/about.py
CHANGED
|
@@ -21,7 +21,7 @@ NUM_FEWSHOT = 0 # Change with your few shot
|
|
| 21 |
|
| 22 |
|
| 23 |
# Your leaderboard name
|
| 24 |
-
TITLE = """<h1 align="center" id="space-title">🥇 <a href="" target="_blank">UniGenBench</a> Leaderboard (Chinese
|
| 25 |
|
| 26 |
# Links and conference info
|
| 27 |
LINKS_AND_INFO = """
|
|
@@ -34,6 +34,9 @@ LINKS_AND_INFO = """
|
|
| 34 |
|
| 35 |
<a href="https://github.com/CodeGoat24/UniGenBench" target="_blank" rel="noopener noreferrer"><img alt="Code" src="https://img.shields.io/github/stars/CodeGoat24/UniGenBench.svg?style=social&label=Official"></a>
|
| 36 |
|
|
|
|
|
|
|
|
|
|
| 37 |
</div>
|
| 38 |
"""
|
| 39 |
|
|
|
|
| 21 |
|
| 22 |
|
| 23 |
# Your leaderboard name
|
| 24 |
+
TITLE = """<h1 align="center" id="space-title">🥇 <a href="" target="_blank">UniGenBench</a> Leaderboard (Chinese)</h1>"""
|
| 25 |
|
| 26 |
# Links and conference info
|
| 27 |
LINKS_AND_INFO = """
|
|
|
|
| 34 |
|
| 35 |
<a href="https://github.com/CodeGoat24/UniGenBench" target="_blank" rel="noopener noreferrer"><img alt="Code" src="https://img.shields.io/github/stars/CodeGoat24/UniGenBench.svg?style=social&label=Official"></a>
|
| 36 |
|
| 37 |
+
|
| 38 |
+
[-brown)](https://huggingface.co/spaces/CodeGoat24/UniGenBench_Leaderboard)
|
| 39 |
+
[-red)](https://huggingface.co/spaces/CodeGoat24/UniGenBench_Leaderboard_Chinese)
|
| 40 |
</div>
|
| 41 |
"""
|
| 42 |
|