Add BERT resources#19852
Merged
Merged
Conversation
|
The documentation is not available anymore as the PR was closed or merged. |
sgugger
approved these changes
Oct 25, 2022
sgugger
left a comment
Collaborator
There was a problem hiding this comment.
Great, thanks a lot for kickstarting this effort! Re-using the task buttons from the hub sounds like a great idea!
Member
|
I really like this! |
Member
Author
|
Awesome, I'll start on some of the other models then! In the meantime, I'll check with @mishig25 if we can use the icons in the docs :) |
NielsRogge
reviewed
Oct 26, 2022
Member
Author
|
We don't have an icon for multiple choice, so would it be ok to add it under question answering (since its kind of a variant of question answering)? |
Collaborator
|
It's more a variant of sequence classification technically. |
Member
Author
|
Ah ok! Would it be too confusing to include it under sequence classification then? We can also just leave it as is 😄 |
mpierrau
pushed a commit
to mpierrau/transformers
that referenced
this pull request
Dec 15, 2022
* add resources for bert * add course chapters * apply reviews * add pipeline icons and community resource * fix buttons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR kicks off #19848 and adds official resources for BERT to the BERT model doc page. The resources are grouped by the types of tasks you can use the model for as well as using it for some other applications like inference and deployment.
If possible, I think it'd also be cool to use the task icons we use on the Hub and Tasks page (see below for example). What do you think?