race_all

Note

ID: catalog.cards.race_all | Type: TaskCard

{
    "loader": {
        "name": "all",
        "path": "race",
        "type": "load_hf"
    },
    "preprocess_steps": [
        {
            "fields": {
                "numbering": [
                    "A",
                    "B",
                    "C",
                    "D",
                    "E",
                    "F",
                    "G",
                    "H",
                    "I",
                    "J",
                    "K",
                    "L",
                    "M",
                    "N",
                    "O",
                    "P",
                    "Q",
                    "R",
                    "S",
                    "T",
                    "U",
                    "V",
                    "W",
                    "X",
                    "Y",
                    "Z"
                ]
            },
            "type": "add_fields"
        },
        {
            "index_of": "answer",
            "search_in": "numbering",
            "to_field": "answer",
            "type": "index_of"
        },
        {
            "field_to_field": {
                "article": "context",
                "options": "choices"
            },
            "type": "rename_fields"
        }
    ],
    "task": "tasks.qa.multiple_choice.contextual",
    "templates": "templates.qa.multiple_choice.contextual.all",
    "type": "task_card"
}