Spaces:
Runtime error
Runtime error
Update src/about.py
Browse files- src/about.py +1 -1
src/about.py
CHANGED
@@ -32,7 +32,7 @@ LLM_BENCHMARKS_TEXT = f"""
|
|
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
|
|
|
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
|