euroeval.prompt_templates
docs
package
euroeval.prompt_templates
| """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
|