brunneis commited on
Commit
16e1e6b
1 Parent(s): cc7bfac

Update about.py

Browse files
Files changed (1) hide show
  1. src/about.py +3 -6
src/about.py CHANGED
@@ -26,16 +26,13 @@ class Tasks(Enum):
26
  NUM_FEWSHOT = 0 # Change with your few shot
27
  # ---------------------------------------------------
28
 
29
-
30
-
31
  # Your leaderboard name
32
- TITLE = """<img src="https://iq.wiki/branding/downloadassets/logooriginalbrain.svg" height="50" style="display: block; margin-left: auto; margin-right: auto;">
33
- <h1 align="center" id="space-title">Solbench</h1>"""
34
 
35
  # What does your leaderboard evaluate?
36
  INTRODUCTION_TEXT = """
37
- ### Solbench is a benchmark for LLM evaluation on solidity code.
38
-
39
  """
40
 
41
  # Which evaluations are you running? how can people reproduce what you have?
 
26
  NUM_FEWSHOT = 0 # Change with your few shot
27
  # ---------------------------------------------------
28
 
 
 
29
  # Your leaderboard name
30
+ TITLE = """<img src="https://iq.wiki/branding/downloadassets/logooriginalbrain.svg" height="40" style="display: block; margin-left: auto; margin-right: auto;">
31
+ <h1 align="center" id="space-title"></h1>"""
32
 
33
  # What does your leaderboard evaluate?
34
  INTRODUCTION_TEXT = """
35
+ <center>Solbench: Evaluating Solidity Code Generation</center>
 
36
  """
37
 
38
  # Which evaluations are you running? how can people reproduce what you have?