Skip to content

Commit

Permalink
[zh-CN/TW] pipeline name translation is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jks-liu committed May 15, 2024
1 parent b340fbf commit 4b729b9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions chapters/zh-CN/chapter1/3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ classifier(

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

* **特征提取**(获取文本的向量表示)
* **填充空缺**
* **ner**(命名实体识别)
* **问答**
* **情感分析**
* **文本摘要**
* **文本生成**
* **翻译**
* **零样本分类**
* `feature-extraction`(获取文本的向量表示)
* `fill-mask`
* `ner`(命名实体识别)
* `question-answering`
* `sentiment-analysis`
* `summarization`
* `text-generation`
* `translation`
* `zero-shot-classification`

让我们来看看其中的一些吧!

Expand Down
18 changes: 9 additions & 9 deletions chapters/zh-TW/chapter1/3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ classifier(

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

* **特徵提取**(獲取文本的向量表示)
* **填充空缺**
* **ner**(命名實體識別)
* **問答**
* **情感分析**
* **文本摘要**
* **文本生成**
* **翻譯**
* **零樣本分類**
* `feature-extraction`(獲取文本的向量表示)
* `fill-mask`
* `ner`(命名實體識別)
* `question-answering`
* `sentiment-analysis`
* `summarization`
* `text-generation`
* `translation`
* `zero-shot-classification`

讓我們來看看其中的一些吧!

Expand Down

0 comments on commit 4b729b9

Please sign in to comment.