dala_large / euroeval_config.py
giannor's picture
Create euroeval_config.py
5b7db20 verified
raw
history blame contribute delete
195 Bytes
from euroeval import DatasetConfig
from euroeval.tasks import LA
from euroeval.languages import DANISH
CONFIG = DatasetConfig(
task=LA,
pretty_name="DaLA-large",
languages=[DANISH]
)