hellaswag

Note

ID: catalog.cards.hellaswag | Type: TaskCard

{
    "loader": {
        "path": "hellaswag",
        "type": "load_hf"
    },
    "preprocess_steps": [
        "splitters.large_no_test",
        {
            "field_to_field": {
                "activity_label": "topic",
                "ctx": "context",
                "endings": "choices"
            },
            "type": "rename_fields"
        },
        {
            "field_to_field": {
                "label": "answer"
            },
            "type": "rename_fields"
        },
        {
            "fields": {
                "answer": "int"
            },
            "type": "cast_fields"
        }
    ],
    "task": "tasks.completion.multiple_choice.standard",
    "templates": "templates.completion.multiple_choice.all",
    "type": "task_card"
}