CodeGoat24 commited on
Commit
a884e8b
·
verified ·
1 Parent(s): 24b6f0d

Update src/about.py

Browse files
Files changed (1) hide show
  1. 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 Short Prompt)</h1>"""
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&amp;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&amp;label=Official"></a>
36
 
37
+
38
+ [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20UniGenBench%20-Leaderboard_(English)-brown)](https://huggingface.co/spaces/CodeGoat24/UniGenBench_Leaderboard)
39
+ [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20UniGenBench%20-Leaderboard_(Chinese)-red)](https://huggingface.co/spaces/CodeGoat24/UniGenBench_Leaderboard_Chinese)
40
  </div>
41
  """
42