Update modalidades_tareas.json
Browse files- modalidades_tareas.json +12 -26
modalidades_tareas.json
CHANGED
|
@@ -1,48 +1,34 @@
|
|
| 1 |
{
|
| 2 |
"NLP": {
|
| 3 |
"tareas": {
|
| 4 |
-
"text-classification": ["text", "label"],
|
| 5 |
-
"token-classification": ["tokens", "ner_tags"],
|
| 6 |
-
"translation": ["source_lang", "target_lang", "source", "target"],
|
| 7 |
-
"summarization": ["document", "summary"]
|
| 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 |
-
"Code": {
|
| 35 |
-
"tareas": {
|
| 36 |
-
"code-generation": ["prompt", "code"], # Dataset: codeparrot
|
| 37 |
-
"code-summarization": ["code", "summary"] # Dataset: code_x_glue
|
| 38 |
-
},
|
| 39 |
-
"columnas_generales": ["code_input", "code_output"]
|
| 40 |
-
},
|
| 41 |
-
"Tabular": {
|
| 42 |
-
"tareas": {
|
| 43 |
-
"tabular-classification": ["features", "label"], # Dataset: titanic
|
| 44 |
-
"tabular-regression": ["features", "target"] # Dataset: california_housing
|
| 45 |
-
},
|
| 46 |
-
"columnas_generales": ["data_input", "prediction_output"]
|
| 47 |
}
|
| 48 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"NLP": {
|
| 3 |
"tareas": {
|
| 4 |
+
"text-classification": ["text", "label"],
|
| 5 |
+
"token-classification": ["tokens", "ner_tags"],
|
| 6 |
+
"translation": ["source_lang", "target_lang", "source", "target"],
|
| 7 |
+
"summarization": ["document", "summary"]
|
| 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 |
}
|