Spaces:
Runtime error
Runtime error
hieunguyen1053
commited on
Commit
•
edc3d56
1
Parent(s):
cf2e091
Create text_content.py
Browse files
src/assets/text_content.py
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
TITLE = """<h1 align="center" id="space-title">VLSP 2023 - VLLMs Leaderboard</h1>"""
|
2 |
+
|
3 |
+
INTRODUCTION_TEXT = """
|
4 |
+
The VLSP 2023 - VLLMs Leaderboard aims to track, rank and evaluate open LLMs and chatbots.
|
5 |
+
The leaderboard's backend runs the great [Eleuther AI Language Model Evaluation Harness](https://github.com/hieunguyen1053/lm-evaluation-harness).
|
6 |
+
"""
|