Skip to content

Commit 16328dc

Browse files
authored
Fix spelling mistake (openai#11)
1 parent 5c7d7d2 commit 16328dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Run `mlebench prepare --help` to see the list of available competitions.
5757

5858
## Grading Submissions
5959

60-
Answers for competitions must be submitted in CSV format; the required format is described in each competition's description, or shown in a competition'ssample submission file. You can grade multiple submissions by using the `mlebench grade` command. Given a JSONL file, where each line corresponds with a submission for one competition, `mlebench grade` will produce a grading report for each competition. The JSONL file must contain the following fields:
60+
Answers for competitions must be submitted in CSV format; the required format is described in each competition's description, or shown in a competition's sample submission file. You can grade multiple submissions by using the `mlebench grade` command. Given a JSONL file, where each line corresponds with a submission for one competition, `mlebench grade` will produce a grading report for each competition. The JSONL file must contain the following fields:
6161
- `competition_id`: the ID of the competition in our dataset.
6262
- `submission_path`: a `.csv` file with the predictions for the specified
6363
competition.
@@ -130,4 +130,4 @@ Please cite using the following BibTeX entry:
130130
primaryClass={cs.CL},
131131
url={https://arxiv.org/abs/2410.07095}
132132
}
133-
```
133+
```

0 commit comments

Comments
 (0)