-
Notifications
You must be signed in to change notification settings - Fork 27.1k
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
[Docs] Add resources of OpenAI GPT #20084
[Docs] Add resources of OpenAI GPT #20084
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
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.
Great start @shogohida! 👍
If you can also add the relevant scripts and notebooks for the tasks your model is capable of, that'd be awesome!
Hi @stevhliu, I added relevant scripts and notebooks so please have a look! |
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
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.
Nice, thank you for adding those. Now you just have a few more to go! 😁
Take a look at the OpenAI GPT2 resources page and feel free to add over whatever is missing here since the usage for OpenAI GPT is practically the same.
Co-authored-by: Steven Liu <[email protected]>
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
@stevhliu |
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
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 so much for iterating and improving this, just one last change and I think we're good to go!
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.
Looks great, thanks for your contribution! Pinging @sgugger for a final look :)
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!
* Add resources of OpenAI GPT * Delete Deploy section and add . * Add scripts * Update docs/source/en/model_doc/openai-gpt.mdx Co-authored-by: Steven Liu <[email protected]> * Delete causal-language-modeling section * Add TFOpenAIGPTLMHeadModel * Add resources from community * Delete a link Co-authored-by: Steven Liu <[email protected]>
What does this PR do?
Adds resources of OpenAI GPT according to this issue
Fixes #20055 (partially)
Before submitting
Pull Request section?
to it if that's the case.
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.