helloai0 commited on
Commit
1f86af6
1 Parent(s): 0c46010

Upload conf.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. conf.json +14 -0
conf.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "COMPETITION_TYPE": "generic",
3
+ "SUBMISSION_LIMIT": 5,
4
+ "TIME_LIMIT": 3600,
5
+ "SELECTION_LIMIT": 2,
6
+ "HARDWARE": "cpu-basic",
7
+ "END_DATE": "2024-12-31",
8
+ "EVAL_HIGHER_IS_BETTER": false,
9
+ "SUBMISSION_ID_COLUMN": "id",
10
+ "SUBMISSION_COLUMNS": "id,pred",
11
+ "SUBMISSION_ROWS": 10000,
12
+ "EVAL_METRIC": "custom",
13
+ "LOGO": "https://mysite.com/mylogo.png"
14
+ }