Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
1fc34aa6
Unverified
Commit
1fc34aa6
authored
Apr 08, 2024
by
Cylis
Committed by
GitHub
Apr 08, 2024
Browse files
doc: Correct spelling mistake (#30107)
parent
76fa17c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/zh/autoclass_tutorial.md
docs/source/zh/autoclass_tutorial.md
+1
-1
No files found.
docs/source/zh/autoclass_tutorial.md
View file @
1fc34aa6
...
...
@@ -83,7 +83,7 @@ rendered properly in your Markdown viewer.
## AutoProcessor
多模态任务需要一种
`processor`
,将两种类型的预处理工具结合起来。例如,
[
LayoutLMV2
](
model_doc/layoutlmv2
)
模型需要一个
`image processo`
来处理图像和一个
`tokenizer`
来处理文本;
`processor`
将两者结合起来。
多模态任务需要一种
`processor`
,将两种类型的预处理工具结合起来。例如,
[
LayoutLMV2
](
model_doc/layoutlmv2
)
模型需要一个
`image processo
r
`
来处理图像和一个
`tokenizer`
来处理文本;
`processor`
将两者结合起来。
使用[
`AutoProcessor.from_pretrained`
]加载
`processor`
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment