-
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
Added resources for albert architecture #20717
Added resources for albert architecture #20717
Conversation
Co-authored-by: Adia Wu <[email protected]> Co-authored-by: mollerup23 <[email protected]>
…hub.com/JuheonChu/transformers into Added-resources-for-ALBERT-Architecture
I tried |
@michaelbenayoun , Best, |
Hi, |
Hello @michaelbenayoun, I think auto-formatting with Visual Studio Code resulted in inlining those [[autodoc]] code blocks. Do you think it is better to change those parts? |
You should set it back to the original version. |
docs/source/en/model_doc/albert.mdx
Outdated
@@ -67,22 +109,26 @@ This model was contributed by [lysandre](https://huggingface.co/lysandre). This | |||
|
|||
## AlbertModel | |||
|
|||
[[autodoc]] AlbertModel | |||
[[autodoc]] AlbertModel | |||
|
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.
nit: remove the line breaks
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 the new PR! 🙂
Please keep all the original formatting, or else you may find that the Build PR documentation job fails. For an example of what the finished page should look like, feel free to check out the BERT resources section and you can copy and paste some of the relevant notebook and script links from there.
<PipelineTag pipeline="introduce" /> | ||
- A blog post on [Getting Started with ALBERT](https://huggingface.co/albert-base-v2). | ||
- A blog post on [Albert-base-v2](https://huggingface.co/albert-base-v2). | ||
- A blog post on [albert-xlarge-v2](https://huggingface.co/albert-xlarge-v2). | ||
- A blog post on [Chinese Albert](https://huggingface.co/uer/albert-base-chinese-cluecorpussmall). | ||
- A blog post on [Albert-tiny](https://huggingface.co/clue/albert_chinese_tiny). | ||
- An article about [ALBERT: A Lite BERT for Self-supervised Learning of Language | ||
Representations](https://arxiv.org/abs/1909.11942). |
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 thinking outside the box here and suggesting an introduction section! But this isn't necessary since there is already an intro to ALBERT here with a link to the paper and abstract.
<PipelineTag pipeline="text-recognition" /> | ||
- A notebook on [Finetune T5 for Named Entity Recognition](https://github.com/ToluClassics/Notebooks/blob/main/T5_Ner_Finetuning.ipynb). | ||
|
||
<PipelineTag pipeline="token-classification" /> |
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.
You can remove this whole section since none of the links are directly relevant.
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
What does this PR do?
Co-authored-by: Adia Wu [email protected]
Co-authored-by: Mollerup23 [email protected]
Fixes #20055
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
@stevhliu @younesbelkada