Spaces:
Running
Running
Update constants.py (#3)
Browse files- Update constants.py (0bd9c40eab9809f47a6d9ab18e606f7593d16005)
Co-authored-by: 王维汉 <mactavish91@users.noreply.huggingface.co>
- 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
|