| { | |
| "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"] | |
| } | |
| } |