Updated BigBird Model card as per #36979.#37959
Conversation
|
Hi 👋, thank you for opening this pull request! The pull request is converted to draft by default. The CI will be paused while the PR is in draft mode. When it is ready for review, please click the |
stevhliu
left a comment
There was a problem hiding this comment.
Great job, only have minor comments to add! Feel free to mark it as ready once all comments have been resolved 🤗
| <hfoption id="transformers CLI"> | ||
|
|
||
| ```bash | ||
| !echo -e "Plants create [MASK] through a process known as photosynthesis." | transformers-cli run --task fill-mask --model google/bigbird-roberta-base --device 0 |
There was a problem hiding this comment.
| !echo -e "Plants create [MASK] through a process known as photosynthesis." | transformers-cli run --task fill-mask --model google/bigbird-roberta-base --device 0 | |
| !echo -e "Plants create [MASK] through a process known as photosynthesis." | transformers-cli run --task fill-mask --model google/bigbird-roberta-base --device 0 |
There was a problem hiding this comment.
Hi @stevhliu, in a previous PR (for BART) you mentioned that I should leave the transformers-cli cmd as is, should I do that here as well? I might have mis understood what you meant.
There was a problem hiding this comment.
Yeah, sorry about the misunderstanding. This should still be transformers-cli run .... It is only simplified for the chat command where you can do transformers chat ...
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
stevhliu
left a comment
There was a problem hiding this comment.
Thanks, we can merge once the transformers-cli run command is fixed!
| <hfoption id="transformers CLI"> | ||
|
|
||
| ```bash | ||
| !echo -e "Plants create [MASK] through a process known as photosynthesis." | transformers-cli run --task fill-mask --model google/bigbird-roberta-base --device 0 |
There was a problem hiding this comment.
Yeah, sorry about the misunderstanding. This should still be transformers-cli run .... It is only simplified for the chat command where you can do transformers chat ...
|
Hi @stevhliu so is there anything to be done from my side then? Thanks :) |
|
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. |
What does this PR do?
As mentioned in the issue #36979 this PR updates the documentation of the BigBird model, which will now be aligned with the standardized format for all the docs.
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