est_Latn

Note

ID: catalog.cards.belebele.est_Latn | Type: TaskCard

{
    "loader": {
        "name": "default",
        "path": "facebook/belebele",
        "split": "est_Latn",
        "type": "load_hf"
    },
    "preprocess_steps": [
        {
            "mapper": {
                "est_Latn": "test"
            },
            "type": "rename_splits"
        },
        {
            "fields": [
                "mc_answer1",
                "mc_answer2",
                "mc_answer3",
                "mc_answer4"
            ],
            "to_field": "choices",
            "type": "list_field_values"
        },
        {
            "field_to_field": {
                "correct_answer_num": "answer",
                "flores_passage": "context"
            },
            "type": "rename_fields"
        },
        {
            "fields": {
                "answer": "int"
            },
            "type": "cast_fields"
        },
        {
            "add": -1,
            "field": "answer",
            "type": "add_constant"
        }
    ],
    "task": "tasks.qa.multiple_choice.contextual",
    "templates": "templates.qa.multiple_choice.context_no_intro.all",
    "type": "task_card"
}