qnli
Note
ID: catalog.cards.qnli | Type: TaskCard
{
"loader": {
"name": "qnli",
"path": "glue",
"type": "load_hf"
},
"preprocess_steps": [
"splitters.large_no_test",
{
"mappers": {
"label": {
"0": "entailment",
"1": "not entailment"
}
},
"type": "map_instance_values"
},
{
"fields": {
"choices": [
"entailment",
"not entailment"
]
},
"type": "add_fields"
},
{
"field_to_field": {
"question": "premise",
"sentence": "hypothesis"
},
"type": "rename_fields"
}
],
"task": "tasks.nli",
"templates": "templates.classification.nli.all",
"type": "task_card"
}