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

Support multi-modal items #587

Open
AlekseySh opened this issue Jun 10, 2024 · 1 comment
Open

Support multi-modal items #587

AlekseySh opened this issue Jun 10, 2024 · 1 comment

Comments

@AlekseySh
Copy link
Contributor

AlekseySh commented Jun 10, 2024

Currently we consider items as texts or images. But in some real world applications an item may be presented as a set of arbitrary number of images, texts and even categorical or continuous features. For example, in e-commerce an item in catalog may include a few images, a few text fields and some other variables. The idea is to implement Dataset and Model that support may support such kind of data, the rest of pipeline is modality agnostic, so it should not be changed.

Since such implementation has a lot of moving parts and design decisions, let's first discuss how the potential result may look like.

@AlekseySh AlekseySh added this to To do in OML-planning via automation Jun 10, 2024
@AlekseySh AlekseySh changed the title Support multi-modality items Support multi-modal items Jun 10, 2024
@AlekseySh
Copy link
Contributor Author

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

No branches or pull requests

1 participant