Skip to content

Commit

Permalink
error line fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nmowmita committed Feb 16, 2024
1 parent 96dda90 commit 2bf4c39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lm_eval/tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
from .mlmm import multilingual_truthfulqa

from . import crowspairsde

########################################
# Translation tasks
########################################
Expand Down Expand Up @@ -101,7 +102,6 @@

TASK_REGISTRY = {
"crowspairsde": crowspairsde.CrowsPairsDE,

# GLUE
"cola": glue.CoLA,
"mnli": glue.MNLI,
Expand Down
1 change: 0 additions & 1 deletion lm_eval/tasks/crowspairsde.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

"""
CrowS-Pairs: A Challenge Dataset for Measuring Social Biases in Masked Language Models
https://aclanthology.org/2020.emnlp-main.154/
Expand Down

0 comments on commit 2bf4c39

Please sign in to comment.