Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chapters/zh-CN/chapter1/3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ classifier(

目前 [可用的一些pipeline](https://huggingface.co/transformers/main_classes/pipelines) 有:

* `eature-extraction` (获取文本的向量表示)
* `feature-extraction` (获取文本的向量表示)
* `fill-mask` (完形填空)
* `ner` (命名实体识别)
* `question-answering` (问答)
Expand Down Expand Up @@ -315,4 +315,4 @@ translator("Ce cours est produit par Hugging Face.")

</Tip>

到目前为止显示的 pipeline 主要用于演示目的。它们是为特定任务而定制的,不能对他们进行自定义的修改。在下一章中,你将了解 `pipeline()` 函数内部的过程以及如何进行自定义的修改。
到目前为止显示的 pipeline 主要用于演示目的。它们是为特定任务而定制的,不能对他们进行自定义的修改。在下一章中,你将了解 `pipeline()` 函数内部的过程以及如何进行自定义的修改。