-
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
Model resources contribution #20055
Comments
Hi @stevhliu, I want to work on OpenAI GPT! |
Awesome! I'm looking forward to your contribution, and feel free to ping me if you have any questions! 🤗 |
@stevhliu I made a draft pull request although it doesn't have links of GitHub and blog. You can check it to see if my research has been good or not |
Hey @shogohida, thanks for starting on this! The easiest way I've found for searching the blog posts is to go to the blog repo and search for mentions of For GitHub materials, you only have to look at the example scripts, and notebooks and see what task your model can be applied to. For example, After the scripts, you can hop over to the notebooks and see what task your model can be applied to (language modeling, generate text) and do the same thing for the community notebooks! |
@stevhliu |
Hi, I would like to take CLIP from the list you have mentioned. :) |
That's great @ambujpawar! I'm looking forward to your contribution, and feel free to ping me if you have any questions! 🤗 |
@stevhliu I would like to work on DeBERTa |
Great, thanks for taking on DeBERTa @Saad135! 🤗 |
Hello, do you mind if I can tackle on ALBERT model? @stevhliu |
For sure, looking forward to your contribution @JuheonChu! 🤗 |
Hi! Could I try ViT? It might take me some time though as have some work projects to complete too. |
Hi, I would like to work on XLM-RoBERTa! @stevhliu |
Hey @stanleycai95, that would be great! Feel free to work on it when you have the time :) Awesome, XLM-RoBERTa is all yours @hazrulakmal! |
Okay then. Will proceed using the guidelines provided by @stevhliu and the example for DIstilBERT. |
@stevhliu - I saw that there is a resource for ALBERT at:
which is similar to the resources for DistilBERT you mentioned in the guidelines above at:
|
Yeah ALBERT only has the task guides, and it doesn't go quite as in-depth as DistilBERT. For example, DistilBERT includes links to the course, notebooks, and scripts. You can probably just copy over most of the content from DistilBERT that is relevant to ALBERT (in other words, replace |
Thanks :) @stevhliu |
Hello @stevhliu is Jukebox still available? |
Feel free to open a PR for Jukebox @daniela-basurto! 🤗 |
Hello @stevhliu may I please take up whisper with a few of the OSSCA mentees? Cc: tysm @ArthurZucker for the pointer! We'll start compiling models with incomplete resource tabs so our mentees can work on them. |
Yes absolutely, thanks for your interest @wonhyeongseo! |
I ran a simple Model Docs in need of resources [Updated 23-07-22]:
|
Ok. |
Thanks for checking @wonhyeongseo! I think it would be nice to eventually have Resources for all the models, so if you see other ones you're interested in contributing to, feel free to open a PR! I would focus on the more high-impact models first (like LLaMA) that get more pageviews/usage. For certain models (like BORT) that are in maintenance mode, we can skip those entirely. |
Awesome @stevhliu , thank you so much for your warm reception.
Thank you for the heads up for files under maintenance! I've deleted 8 of those from the above #20055 (comment) list by auto.md
bort.md
mctct.md
open-llama.md
retribert.md
tapex.md
trajectory_transformer.md
transfo-xl.md Thank you so much for your support @stevhliu . Best regards, |
For sure! 👍
I think maybe whenever you see some content, you can open a PR to add it to the model page. It's ok if it's just one guide/tutorial/blog post; we can gradually add to it as more content and resources get created. For example, Philipp has a blog post about fine-tuning LLaMA 2 on SageMaker here that can be added :)
By downloads, here are the next top 20 models (its okay to skip some of the models if there aren't any available resources for them): BART |
ok |
@stevhliu |
Hi @stevhliu can I work on LLaMA, can you please assign me? |
Hi @debrupf2946, we already have a resource section for Llama. Feel free to work on another model if you're interested! |
Hi @stevhliu Can I work on ALBERT, which is the only left model in the list? |
Hi @siddharth1012 I am almost done with ALBERT and about to open a PR. Issue is due to a doc-builder issue I encountered. Also the problem on Cython version. |
So I am working on ALBERT thanks |
Hi, is there anything that i can help with? i can see lot of diff models are being talked above, where can find open list ? |
Hi, thanks for your interest @jaykhatri0875! The open model list is here but I think we're close to completing it. If you're interested in making other contributions, feel free to check out the Good First Issues 🤗 |
All finished now! 🥳 |
Hi friends! 👋
There are a lot of cool existing resources for how to do x with x model, and we’d like to showcase and aggregate these resources on a model’s documentation. This’ll help users see how they can get started with a model for their own tasks since we know a lot of users check out the model documentation first. Take a look at a completed resource section for DistilBERT as an example.
I’ve identified the top 20 models by pageviews, and now I’d like to open it up to the community if anyone is interested in helping!
Anyone can contribute; you just need to comment and claim one of the models on this list. Contributing is super easy:
Open a Pull Request with the new resources for your chosen model and ping me for a review (if you’re just getting started with contributing to an open-source project, check out @merveenoyan's awesome GitHub Contribution Guide).
Congratulations, you just merged a PR into 🤗 Transformers, and your contribution will now help anyone who is looking at the model docs! 🎉
If you have any questions or need any help, don’t hesitate to ping me! 🤗❤️
The text was updated successfully, but these errors were encountered: