almostEvilML_qa
Note
ID: catalog.cards.almostEvilML_qa | Type: TaskCard
{
"loader": {
"path": "0x22almostEvil/multilingual-wikihow-qa-16k",
"type": "load_hf"
},
"preprocess_steps": [
{
"mix": {
"test": "train[5%]",
"train": "train[90%]",
"validation": "train[5%]"
},
"type": "split_random_mix"
},
{
"field_to_field": {
"INSTRUCTION": "question"
},
"type": "rename_fields"
},
{
"fields": [
"RESPONSE"
],
"to_field": "answers",
"type": "list_field_values"
}
],
"task": {
"inputs": [
"question"
],
"metrics": [
"metrics.rouge"
],
"outputs": [
"answers"
],
"type": "form_task"
},
"templates": "templates.qa.open.all",
"type": "task_card"
}