l

Note

ID: catalog.cards.winogrande.l | Type: TaskCard

{
    "loader": {
        "name": "winogrande_l",
        "path": "winogrande",
        "type": "load_hf"
    },
    "preprocess_steps": [
        "splitters.small_no_test",
        {
            "fields": [
                "option1",
                "option2"
            ],
            "to_field": "choices",
            "type": "list_field_values"
        },
        {
            "fields": {
                "answer": "int"
            },
            "type": "cast_fields"
        },
        {
            "add": -1,
            "field": "answer",
            "type": "add_constant"
        },
        {
            "field_to_field": {
                "sentence": "question"
            },
            "type": "rename_fields"
        }
    ],
    "task": "tasks.qa.multiple_choice.original",
    "templates": "templates.qa.multiple_choice.no_intro.all",
    "type": "task_card"
}