openfree commited on
Commit
8124a28
·
verified ·
1 Parent(s): f0bd538

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +4 -4
src/about.py CHANGED
@@ -21,18 +21,18 @@ NUM_FEWSHOT = 0 # Change with your few shot
21
  TITLE = """<h1 align="center" id="space-title">Demo leaderboard</h1>"""
22
 
23
  # What does your leaderboard evaluate?
24
- INTRODUCTION_TEXT = """
25
  Intro text
26
  """
27
 
28
- # Which evaluations are you running? how can people reproduce what you have?
29
- LLM_BENCHMARKS_TEXT = f"""
30
  ## How it works
31
  ## Reproducibility
32
  To reproduce our results, here is the commands you can run:
33
  """
34
 
35
- EVALUATION_QUEUE_TEXT = '''
36
  ## Some good practices before submitting a model
37
  ### 1) Make sure you can load your model and tokenizer using AutoClasses:
38
  ```python
 
21
  TITLE = """<h1 align="center" id="space-title">Demo leaderboard</h1>"""
22
 
23
  # What does your leaderboard evaluate?
24
+ INTRODUCTION_TEXT = """\
25
  Intro text
26
  """
27
 
28
+ # Which evaluations are you running? How can people reproduce what you have?
29
+ LLM_BENCHMARKS_TEXT = """\
30
  ## How it works
31
  ## Reproducibility
32
  To reproduce our results, here is the commands you can run:
33
  """
34
 
35
+ EVALUATION_QUEUE_TEXT = """\
36
  ## Some good practices before submitting a model
37
  ### 1) Make sure you can load your model and tokenizer using AutoClasses:
38
  ```python