Update src/about.py
Browse files- 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?
|
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
|
|
|
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
|