Skip to content

euroeval.prompt_templates

docs package euroeval.prompt_templates

1
2
3
4
5
6
7
8
"""The different prompt templates used in EuroEval."""

from .linguistic_acceptability import LA_TEMPLATES
from .multiple_choice import MULTIPLE_CHOICE_TEMPLATES
from .named_entity_recognition import NER_TEMPLATES
from .reading_comprehension import RC_TEMPLATES
from .sentiment_classification import SENT_TEMPLATES
from .summarization import SUMM_TEMPLATES