Skip to content

Commit 0e2b369

Browse files
merveenoyanpcuenca
andauthored
Remove hideInDatasets for multimodal tasks (#1495)
Co-authored-by: Pedro Cuenca <[email protected]>
1 parent 630483d commit 0e2b369

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/tasks/src/pipelines.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,6 @@ export const PIPELINE_DATA = {
558558
"image-text-to-text": {
559559
name: "Image-Text-to-Text",
560560
modality: "multimodal",
561-
hideInDatasets: true,
562561
},
563562
"visual-question-answering": {
564563
name: "Visual Question Answering",
@@ -628,12 +627,10 @@ export const PIPELINE_DATA = {
628627
"visual-document-retrieval": {
629628
name: "Visual Document Retrieval",
630629
modality: "multimodal",
631-
hideInDatasets: true,
632630
},
633631
"any-to-any": {
634632
name: "Any-to-Any",
635633
modality: "multimodal",
636-
hideInDatasets: true,
637634
},
638635
other: {
639636
name: "Other",

0 commit comments

Comments
 (0)