Skip to content

Commit

Permalink
Added more direct reference and commented out task
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tabdeveloping committed Jan 16, 2024
1 parent 49b1655 commit 566a009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/seb/mteb_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def description(self):
+ "Norway has two standardised written languages. "
+ "Bokmål is a variant closer to Danish, while Nynorsk was created to resemble "
+ "regional dialects of Norwegian.",
"reference": "https://opus.nlpl.eu/index.php",
"reference": "https://opus.nlpl.eu/ELRC-Courts_Norway-v1.php",
"type": "BitextMining",
"category": "s2s",
"eval_splits": ["test"],
Expand Down
4 changes: 2 additions & 2 deletions src/seb/seb_tasks/norwegian.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ def create_norwegian_parliament() -> Task:
return task


@tasks.register("Norwegian courts")
# @tasks.register("Norwegian courts") # noqa
def create_norwegian_courts() -> Task:
task = MTEBTask(NorwegianCourtsBitextMining())
task.name = "Norwegian courts"
task.domain = ["legal"]
task.domain = ["legal", "non-ficiton"]
return task

0 comments on commit 566a009

Please sign in to comment.