Yuta Nakamura commited on
Commit
23eec73
·
unverified ·
1 Parent(s): 16b419a

Fix typo of sample JSON file (#34)

Browse files
Files changed (1) hide show
  1. docs/source/competition_repo.mdx +1 -1
docs/source/competition_repo.mdx CHANGED
@@ -49,7 +49,7 @@ conf.json is the configuration file for the competition. An example conf.json is
49
  "EVAL_METRIC":"roc_auc_score",
50
  "LOGO":"https://github.com/abhishekkrthakur/public_images/blob/main/song.png?raw=true",
51
  "DATASET": "",
52
- "SUBMISSION_FILENAMES": ["submission.csv"]
53
  "SCORING_METRIC": "roc_auc_score"
54
  }
55
  ```
 
49
  "EVAL_METRIC":"roc_auc_score",
50
  "LOGO":"https://github.com/abhishekkrthakur/public_images/blob/main/song.png?raw=true",
51
  "DATASET": "",
52
+ "SUBMISSION_FILENAMES": ["submission.csv"],
53
  "SCORING_METRIC": "roc_auc_score"
54
  }
55
  ```