Skip to content

Commit

Permalink
fix: Add BibleNLP dataset (#583)
Browse files Browse the repository at this point in the history
* Add BibleNLP multilingual corpus
* added results
* addressed review comments
* calculated points
* fix style typo
* fix style typo
  • Loading branch information
davidstap authored Apr 28, 2024
1 parent d605f44 commit 593fc8f
Show file tree
Hide file tree
Showing 5 changed files with 24,155 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/mmteb/points/583.jsonl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{"GitHub": "davidstap", "New dataset": 3026}
{"GitHub": "isaac-chung", "Review PR": 2}
{"GitHub": "dokato", "Review PR": 2}
1 change: 1 addition & 0 deletions mteb/tasks/BitextMining/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from __future__ import annotations

from .dan.BornholmskBitextMining import *
from .multilingual.BibleNLPBitextMining import *
from .multilingual.BUCCBitextMining import *
from .multilingual.DiaBLaBitextMining import *
from .multilingual.FloresBitextMining import *
Expand Down
Loading

0 comments on commit 593fc8f

Please sign in to comment.