Spaces:
Runtime error
Runtime error
updates
Browse files
src/assets/text_content.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
from src.display_models.model_metadata_type import ModelType
|
2 |
|
3 |
-
TITLE = """<h1 align="center" id="space-title">π€ Open LLM Leaderboard</h1>
|
|
|
4 |
|
5 |
INTRODUCTION_TEXT = """
|
6 |
π The π€ Open LLM Leaderboard aims to track, rank and evaluate open LLMs and chatbots.
|
|
|
1 |
from src.display_models.model_metadata_type import ModelType
|
2 |
|
3 |
+
TITLE = """<h1 align="center" id="space-title">π€ Open LLM Leaderboard</h1>
|
4 |
+
<h2 align="center" id="space-title">This space displays GPT-4 and GPT-3.5 scores from [techinal paper](https://cdn.openai.com/papers/gpt-4.pdf)</h2>"""
|
5 |
|
6 |
INTRODUCTION_TEXT = """
|
7 |
π The π€ Open LLM Leaderboard aims to track, rank and evaluate open LLMs and chatbots.
|