copa
Note
ID: catalog.cards.copa | Type: TaskCard
{
"loader": {
"name": "copa",
"path": "super_glue",
"type": "load_hf"
},
"preprocess_steps": [
"splitters.small_no_test",
{
"fields": [
"choice1",
"choice2"
],
"to_field": "choices",
"type": "list_field_values"
},
{
"field_to_field": {
"label": "answer",
"premise": "context"
},
"type": "rename_fields"
},
{
"mappers": {
"question": {
"cause": "What was the cause of this?",
"effect": "What happened as a result?"
}
},
"type": "map_instance_values"
}
],
"task": "tasks.qa.multiple_choice.contextual",
"templates": "templates.qa.multiple_choice.context.all",
"type": "task_card"
}