Spaces:
Running
Running
BenchmarkBot
commited on
Commit
β’
b869fcb
1
Parent(s):
9dc4521
fix unicode
Browse files
src/assets/text_content.py
CHANGED
@@ -8,7 +8,7 @@ Anyone from the community can submit a model or a hardware+backend configuration
|
|
8 |
"""
|
9 |
|
10 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
11 |
-
CITATION_BUTTON_TEXT = """@misc{open-llm-perf-leaderboard,
|
12 |
author = {Ilyas Moutawwakil},
|
13 |
title = {Open LLM-Perf Leaderboard},
|
14 |
year = {2023},
|
|
|
8 |
"""
|
9 |
|
10 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
11 |
+
CITATION_BUTTON_TEXT = r"""@misc{open-llm-perf-leaderboard,
|
12 |
author = {Ilyas Moutawwakil},
|
13 |
title = {Open LLM-Perf Leaderboard},
|
14 |
year = {2023},
|