-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* restructing the readme * added mmteb * removed unec. method * Added docstring to metadata * Updated outdated examples * formatting documents * fix: Updated form to be parsed correctly * Updated based on feedback * Apply suggestions from code review Co-authored-by: Niklas Muennighoff <n.muennighoff@gmail.com> * updated based on feedback * Added suggestion from review * added correction based on review --------- Co-authored-by: Niklas Muennighoff <n.muennighoff@gmail.com>
- Loading branch information
1 parent
b08913f
commit c0dc49a
Showing
129 changed files
with
447 additions
and
671 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
<!-- 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 --> | ||
|
||
## Checklist for adding MMTEB dataset | ||
<!-- | ||
Before you commit here is a checklist you should complete before submitting | ||
if you are not | ||
--> | ||
|
||
- [ ] 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. | ||
- [ ] `sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2` | ||
- [ ] `intfloat/multilingual-e5-small` | ||
- [ ] I have checked that the performance is neither trivial (both models gain close to perfect scores) nor random (both models gain close to random scores). | ||
- [ ] 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/tree/main/docs/mmteb/POINTS.md) file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.