dala / euroeval_config.py
giannor's picture
Update euroeval_config.py
0cc9609 verified
raw
history blame contribute delete
189 Bytes
from euroeval import DatasetConfig
from euroeval.tasks import LA
from euroeval.languages import DANISH
CONFIG = DatasetConfig(
task=LA,
pretty_name="DaLA",
languages=[DANISH]
)