Skip to content

Commit

Permalink
Update pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen authored Apr 10, 2024
1 parent 2903cb4 commit 84cffa2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
<!-- If you are not submitting for a dataset, feel free to remove the content below -->


<!-- add additonal description, question etc. related to the new dataset -->
<!-- add additional description, question etc. related to the new dataset -->

## Checklist for adding MMTEB dataset

<!--
Before you commit here is a checklist you should complete before submitting
if you are not
-->
Reason for dataset addition:
<!-- Add reason for adding dataset here. E.g. it covers task/language/domain previously not covered -->


- [ ] I have tested that the dataset runs with the `mteb` package.
- [ ] I have run the following models on the task (adding the results to the pr). These can be run using the `mteb run -m {model_name} -t {task_name}` command.
Expand All @@ -18,4 +22,4 @@ if you are not
- [ ] I have considered the size of the dataset and reduced it if it is too big (2048 examples is typically large enough for most tasks)
- [ ] Run tests locally to make sure nothing is broken using `make test`.
- [ ] Run the formatter to format the code using `make lint`.
- [ ] I have added points for my submission to the [POINTS.md](https://github.com/embeddings-benchmark/mteb/blob/main/docs/mmteb/points.md) file.
- [ ] I have added points for my submission to the [POINTS.md](https://github.com/embeddings-benchmark/mteb/blob/main/docs/mmteb/points.md) file.

0 comments on commit 84cffa2

Please sign in to comment.