Multimodal_Network_Designer / modalidades_tareas.json
SergioSCA's picture
Update modalidades_tareas.json
a9455bd verified
raw
history blame contribute delete
495 Bytes
{
"NLP": {
"tareas": {
"text-classification": {
"nombre": "Clasificación de texto",
"columnas": ["text", "label"],
"datasets": {
"imdb": {"columnas": ["text", "label"], "licencia": "apache-2.0"},
"rotten_tomatoes": {"columnas": ["text", "label"], "licencia": "cc-by-4.0"}
}
}
},
"columnas_generales": ["text_input", "text_output"]
}
}