Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions packages/tasks/src/pipelines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,6 @@ export const PIPELINE_DATA = {
name: "Image-Text-to-Text",
modality: "multimodal",
color: "red",
hideInDatasets: true,
},
"visual-question-answering": {
name: "Visual Question Answering",
Expand Down Expand Up @@ -685,13 +684,11 @@ export const PIPELINE_DATA = {
name: "Visual Document Retrieval",
modality: "multimodal",
color: "yellow",
hideInDatasets: true,
},
"any-to-any": {
name: "Any-to-Any",
modality: "multimodal",
color: "yellow",
hideInDatasets: true,
},
other: {
name: "Other",
Expand Down
Loading