Spaces:
Running
Running
Update constants.py
#3
by
mactavish91
- opened
- constants.py +1 -1
constants.py
CHANGED
|
@@ -9,7 +9,7 @@ DATA_TITILE_TYPE = ['markdown', 'markdown', 'markdown', 'number', 'number', 'num
|
|
| 9 |
'number']
|
| 10 |
|
| 11 |
SUBMISSION_NAME = "LVBench_submission"
|
| 12 |
-
SUBMISSION_URL = os.path.join("https://huggingface.co/datasets/
|
| 13 |
CSV_DIR = "./LVBench_submission/result.csv"
|
| 14 |
|
| 15 |
COLUMN_NAMES = MODEL_INFO + TASK_INFO
|
|
|
|
| 9 |
'number']
|
| 10 |
|
| 11 |
SUBMISSION_NAME = "LVBench_submission"
|
| 12 |
+
SUBMISSION_URL = os.path.join("https://huggingface.co/datasets/zai-org/", SUBMISSION_NAME)
|
| 13 |
CSV_DIR = "./LVBench_submission/result.csv"
|
| 14 |
|
| 15 |
COLUMN_NAMES = MODEL_INFO + TASK_INFO
|