Update src/about.py
Browse files- src/about.py +2 -4
src/about.py
CHANGED
@@ -21,9 +21,7 @@ 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 = """\
|
@@ -32,7 +30,7 @@ LLM_BENCHMARKS_TEXT = """\
|
|
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 = """Intro text"""
|
|
|
|
|
25 |
|
26 |
# Which evaluations are you running? How can people reproduce what you have?
|
27 |
LLM_BENCHMARKS_TEXT = """\
|
|
|
30 |
To reproduce our results, here is the commands you can run:
|
31 |
"""
|
32 |
|
33 |
+
EVALUATION_QUEUE_TEXT = """
|
34 |
## Some good practices before submitting a model
|
35 |
### 1) Make sure you can load your model and tokenizer using AutoClasses:
|
36 |
```python
|