Update modalidades_tareas.json
Browse files- modalidades_tareas.json +8 -27
modalidades_tareas.json
CHANGED
|
@@ -1,34 +1,15 @@
|
|
| 1 |
{
|
| 2 |
"NLP": {
|
| 3 |
"tareas": {
|
| 4 |
-
"text-classification":
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
},
|
| 9 |
"columnas_generales": ["text_input", "text_output"]
|
| 10 |
-
},
|
| 11 |
-
"Audio": {
|
| 12 |
-
"tareas": {
|
| 13 |
-
"speech-recognition": ["audio", "text"],
|
| 14 |
-
"audio-classification": ["audio", "label"],
|
| 15 |
-
"music-classification": ["audio", "genre"]
|
| 16 |
-
},
|
| 17 |
-
"columnas_generales": ["audio_input", "audio_output"]
|
| 18 |
-
},
|
| 19 |
-
"Vision": {
|
| 20 |
-
"tareas": {
|
| 21 |
-
"image-classification": ["image", "label"],
|
| 22 |
-
"object-detection": ["image", "objects"],
|
| 23 |
-
"image-segmentation": ["image", "segmentation_map"]
|
| 24 |
-
},
|
| 25 |
-
"columnas_generales": ["image_input", "image_output"]
|
| 26 |
-
},
|
| 27 |
-
"RAG": {
|
| 28 |
-
"tareas": {
|
| 29 |
-
"question-answering": ["question", "answer"],
|
| 30 |
-
"information-retrieval": ["query", "document"]
|
| 31 |
-
},
|
| 32 |
-
"columnas_generales": ["query_input", "answer_output"]
|
| 33 |
}
|
| 34 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"NLP": {
|
| 3 |
"tareas": {
|
| 4 |
+
"text-classification": {
|
| 5 |
+
"nombre": "Clasificaci贸n de texto",
|
| 6 |
+
"columnas": ["text", "label"],
|
| 7 |
+
"datasets": {
|
| 8 |
+
"imdb": {"columnas": ["text", "label"], "licencia": "apache-2.0"},
|
| 9 |
+
"rotten_tomatoes": {"columnas": ["text", "label"], "licencia": "cc-by-4.0"}
|
| 10 |
+
}
|
| 11 |
+
}
|
| 12 |
},
|
| 13 |
"columnas_generales": ["text_input", "text_output"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
}
|
| 15 |
}
|