Skip to content

fix sampling steps#2

Merged
ebetica merged 1 commit into
mainfrom
zlin/fix-sampling-steps
Jun 4, 2026
Merged

fix sampling steps#2
ebetica merged 1 commit into
mainfrom
zlin/fix-sampling-steps

Conversation

@ebetica
Copy link
Copy Markdown
Collaborator

@ebetica ebetica commented Jun 4, 2026

No description provided.

@ebetica ebetica requested a review from faustomilletari June 4, 2026 19:47

>>> model = ESMCModel.from_pretrained("Biohub/ESMC-600M-2024-12")
>>> tokenizer = AutoTokenizer.from_pretrained("Biohub/ESMC-600M-2024-12")
>>> model = ESMCModel.from_pretrained("biohub/ESMC-600M-2024-12")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

isn't capitalization wrong for this model?

>>> model = ESMCForMaskedLM.from_pretrained("Biohub/ESMC-600M-2024-12")
>>> tokenizer = AutoTokenizer.from_pretrained("Biohub/ESMC-600M-2024-12")
>>> model = ESMCForMaskedLM.from_pretrained("biohub/ESMC-600M-2024-12")
>>> tokenizer = AutoTokenizer.from_pretrained("biohub/ESMC-600M-2024-12")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

same here, model name should be biohub/esmc-600m-2024-12

@ebetica ebetica merged commit b435f1f into main Jun 4, 2026
13 checks passed
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.

2 participants