File size: 495 Bytes
267fdd2
fe3f53f
 
a9455bd
 
 
 
 
 
 
 
fe3f53f
65d0047
fe3f53f
267fdd2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "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"]
    }
}