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
96addecf
Unverified
Commit
96addecf
authored
Jan 30, 2023
by
简律纯
Committed by
GitHub
Jan 30, 2023
Browse files
Corrected (#21350)
parent
f3a7beff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README_zh-hans.md
README_zh-hans.md
+3
-3
No files found.
README_zh-hans.md
View file @
96addecf
...
@@ -26,7 +26,7 @@ token: 词符(并用括号标注原英文)
...
@@ -26,7 +26,7 @@ token: 词符(并用括号标注原英文)
tokenize: 词符化(并用括号标注原英文)
tokenize: 词符化(并用括号标注原英文)
tokenizer: 词符化器(并用括号标注原英文)
tokenizer: 词符化器(并用括号标注原英文)
transformer: transformer(不翻译)
transformer: transformer(不翻译)
pipeline: 流水线
pipeline: 流水线
API: API (不翻译)
API: API (不翻译)
inference: 推理
inference: 推理
Trainer: 训练器。当作为类名出现时不翻译。
Trainer: 训练器。当作为类名出现时不翻译。
...
@@ -83,11 +83,11 @@ checkpoint: 检查点
...
@@ -83,11 +83,11 @@ checkpoint: 检查点
<a
href=
"https://hf.co/course"
><img
src=
"https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/course_banner.png"
></a>
<a
href=
"https://hf.co/course"
><img
src=
"https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/course_banner.png"
></a>
</h3>
</h3>
🤗 Transformers 提供了数以千计的预训练模型,支持 100 多种语言的文本分类、信息抽取、问答、摘要、翻译、文本生成。它的宗旨让最先进的 NLP 技术人人易用。
🤗 Transformers 提供了数以千计的预训练模型,支持 100 多种语言的文本分类、信息抽取、问答、摘要、翻译、文本生成。它的宗旨
是
让最先进的 NLP 技术人人易用。
🤗 Transformers 提供了便于快速下载和使用的API,让你可以把预训练模型用在给定文本、在你的数据集上微调然后通过
[
model hub
](
https://huggingface.co/models
)
与社区共享。同时,每个定义的 Python 模块均完全独立,方便修改和快速研究实验。
🤗 Transformers 提供了便于快速下载和使用的API,让你可以把预训练模型用在给定文本、在你的数据集上微调然后通过
[
model hub
](
https://huggingface.co/models
)
与社区共享。同时,每个定义的 Python 模块均完全独立,方便修改和快速研究实验。
🤗 Transformers 支持三个最热门的深度学习库:
[
Jax
](
https://jax.readthedocs.io/en/latest/
)
,
[
PyTorch
](
https://pytorch.org/
)
and
[
TensorFlow
](
https://www.tensorflow.org/
)
— 并与之无缝整合。你可以直接使用一个框架训练你的模型然后用另一个加载和推理。
🤗 Transformers 支持三个最热门的深度学习库:
[
Jax
](
https://jax.readthedocs.io/en/latest/
)
,
[
PyTorch
](
https://pytorch.org/
)
以及
[
TensorFlow
](
https://www.tensorflow.org/
)
— 并与之无缝整合。你可以直接使用一个框架训练你的模型然后用另一个加载和推理。
## 在线演示
## 在线演示
...
...
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