Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Text-to-video] Update modality #857

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NielsRogge
Copy link
Contributor

I noticed the "text-to-video" task is currently under computer vision, should be multimodal.

@NielsRogge NielsRogge changed the title [Text-to-vide] Update modality [Text-to-video] Update modality Aug 19, 2024
@pcuenca
Copy link
Member

pcuenca commented Aug 19, 2024

text-to-image is currently CV as well. There have been various discussions about what "multimodal" should include, the latest update was done in this PR where some comments were shared. cc @merveenoyan as well for opinions / clarifications.

@@ -585,7 +585,7 @@ export const PIPELINE_DATA = {
},
"text-to-video": {
name: "Text-to-Video",
modality: "cv",
modality: "multimodal",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was done in #477 as part of existing multimodal discussions in Slack (search for this PR). I'm happy to reconsider this specific case

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For me, multimodal is anything that is not single modality

  • If only images are involved => cv
  • if only text is involed => nlp
  • if image + text, or any other combination of modalities (like text and video) => multimodal

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image generation and captioning involve both text and images. I think the discussion had converged in cardinality of modalities of input or output. Please refer to the existing discussions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants