Translate pipeline_tutorial.md to chinese#26954
Merged
stevhliu merged 5 commits intohuggingface:mainfrom Oct 23, 2023
Merged
Conversation
Contributor
Author
|
I just updated my translation work. Here is a guileline during my translation:
|
pipeline_tutorial.md to chinese
stevhliu
reviewed
Oct 20, 2023
Member
stevhliu
left a comment
There was a problem hiding this comment.
Thanks, that makes sense to me! Last step is to add this file to the toctree so it gets built :)
| 对于视觉任务,使用[`pipeline`] 几乎是相同的。 | ||
|
|
||
| 指定您的任务并将图像传递给分类器。图像可以是链接、本地路径或base64编码的图像。例如,下面显示的是哪种品种的猫? | ||
|
|
Member
There was a problem hiding this comment.
Missing the image link here:
Suggested change
|  |
Contributor
Author
There was a problem hiding this comment.
fix it. Thanks for your reviw
Contributor
Author
|
@stevhliu Thansk for your review. I just fix these two problems. Would you mind having a check again? |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
EduardoPach
pushed a commit
to EduardoPach/transformers
that referenced
this pull request
Nov 19, 2023
* update translation of pipeline_tutorial and preprocessing(Version1.0) * update translation of pipeline_tutorial and preprocessing(Version2.0) * update translation docs * update to fix problems mentioned in review --------- Co-authored-by: jiaqiw <wangjiaqi50@huawei.com>
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.
What does this PR do?
Part of #26803
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