Skip to content

Add molecules as task #1468

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add molecules as task #1468

wants to merge 2 commits into from

Conversation

merveenoyan
Copy link
Contributor

cc @NielsRogge @julien-c inspired by facebook OMol release I did a full text search "molecules" and saw 853 results in /models. I think it makes sense to add it as a task under "others"
Also opened another PR to add the icon

modality: "other",
color: "green",
hideInDatasets: true,
},
Copy link
Member

Choose a reason for hiding this comment

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

maybe it's more for domains where we have biology etc?

Copy link
Member

Choose a reason for hiding this comment

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

i.e. in there (internal codebase):

export const OTHER_TAGS_SUGGESTIONS = [
	"chemistry",
	"biology",
	"finance",
	"legal",
	"music",
	"art",
	"code",
	"climate",
	"medical",
	TAG_NFAA_CONTENT,
] as const;

Copy link
Member

Choose a reason for hiding this comment

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

+1 and doesn't Chemistry cover molecules? - a bit wary of adding too niche tags

Copy link
Contributor

Choose a reason for hiding this comment

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

Where are those domains meant to be displayed? I would prefer just a "Biology" tag next to the current "Graph machine learning" one to cover that domain (including protein folding, DNA sequence models, molecules and more).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it's a different output type with enough number of models (although represented by text), a bit like 3D in a way.

Copy link
Contributor Author

@merveenoyan merveenoyan May 21, 2025

Choose a reason for hiding this comment

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

this model for instance outputs structured output https://huggingface.co/facebook/OMol25

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.

4 participants