-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Update OLMoE model card #39344
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
Update OLMoE model card #39344
Conversation
Hi @stevhliu, unfortunately I get to run only some of the code, not the pipeline and the quantization because of the reason above, i.e. too big checkpoints, I think that's the best I can do... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! I left a few notes and double-checked that the code examples work, so don't worry about it
docs/source/en/model_doc/olmoe.md
Outdated
> | ||
> Click on the OLMoE models in the right sidebar for more examples of how to apply OLMoE to different language tasks. | ||
|
||
The example below demonstrates how to generate text with [`Pipeline`] or the [`OlmoeForCausalLM`] class. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment still needs to be addressed
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
Hi, sorry for the delay, concerning this, I changed it already unless I made a mistake. |
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ty ❤️
What does this PR do?
Update OLMoE card
Unfortunately my computer do not have enough power to run the code and Colab too, making it a draft until I try a smaller OLMoE.
Before submitting
Pull Request section?
to it if that's the case : [Community contributions] Model cards #36979.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.