Spaces:
Running
Running
huangshiyu
commited on
Commit
·
80b069f
1
Parent(s):
32d9020
update
Browse files- constants.py +2 -2
constants.py
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
# this is .py for store constants
|
| 4 |
-
MODEL_INFO = ["Model", "
|
| 5 |
TASK_INFO = ["Overall", "ER", "EU", "KIR", "TG", "Rea", "Sum"]
|
| 6 |
AVG_INFO = ["Overall"]
|
| 7 |
|
| 8 |
-
DATA_TITILE_TYPE = ['markdown', 'markdown', 'number', 'number', 'number', 'number', 'number', 'number', 'number']
|
| 9 |
|
| 10 |
SUBMISSION_NAME = "LVBench_submission"
|
| 11 |
SUBMISSION_URL = os.path.join("https://huggingface.co/datasets/THUDM/", SUBMISSION_NAME)
|
|
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
# this is .py for store constants
|
| 4 |
+
MODEL_INFO = ["Model", "LLM Params", "Date"]
|
| 5 |
TASK_INFO = ["Overall", "ER", "EU", "KIR", "TG", "Rea", "Sum"]
|
| 6 |
AVG_INFO = ["Overall"]
|
| 7 |
|
| 8 |
+
DATA_TITILE_TYPE = ['markdown', 'markdown','markdown', 'number', 'number', 'number', 'number', 'number', 'number', 'number']
|
| 9 |
|
| 10 |
SUBMISSION_NAME = "LVBench_submission"
|
| 11 |
SUBMISSION_URL = os.path.join("https://huggingface.co/datasets/THUDM/", SUBMISSION_NAME)
|