New bart model card#37858
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 |
| <hfoption id="transformers-cli"> | ||
|
|
||
| ```bash | ||
| echo -e "Plants create <mask> through a process known as photosynthesis." | transformers-cli run --task fill-mask --model facebook/bart-large --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 facebook/bart-large --device 0 | |
| echo -e "Plants create <mask> through a process known as photosynthesis." | transformers run --task fill-mask --model facebook/bart-large --device 0 |
There was a problem hiding this comment.
Hey just wanted to know the reason for this, I tried to run this command but got an error "transformers: command not found" @stevhliu
There was a problem hiding this comment.
Hi @stevhliu just wanted to ask you about this.
There was a problem hiding this comment.
Hi @stevhliu just wanted some clarity on this, thanks.
There was a problem hiding this comment.
Hey sorry, you can actually leave it as it is! This only applies to the chat command at the moment, and run will be updated later in the future.
There was a problem hiding this comment.
Sure no worries, so I'll leave it as is.
There was a problem hiding this comment.
Hi @stevhliu.
I think I have a doubt here. Do you want me to remove the '-cli' when you say I should leave it as is? If 'run' cmd will be updated in the future then wont the cli cmd not run right now?
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>
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, feel free to mark as ready for review and then we can merge!
| <hfoption id="transformers-cli"> | ||
|
|
||
| ```bash | ||
| echo -e "Plants create <mask> through a process known as photosynthesis." | transformers-cli run --task fill-mask --model facebook/bart-large --device 0 |
There was a problem hiding this comment.
Hey sorry, you can actually leave it as it is! This only applies to the chat command at the moment, and run will be updated later in the future.
|
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. |
|
Thanks again, can you push an empty commit to trigger the |
Hi, just did :) |
Hi @stevhliu, just a reminder for this. |
What does this PR do?
As mentioned in the issue #36979 this PR updates the documentation of the BART 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, please let me know if any changes are needed.