dala_medium / euroeval_config.py
giannor's picture
Update euroeval_config.py
92ce8ed verified
raw
history blame contribute delete
196 Bytes
from euroeval import DatasetConfig
from euroeval.tasks import LA
from euroeval.languages import DANISH
CONFIG = DatasetConfig(
task=LA,
pretty_name="DaLA-medium",
languages=[DANISH]
)