|
@@ -1,11 +1,4 @@
|
|
|
|
|
|
-
|
|
|
-<p align="center">
|
|
|
- <br>
|
|
|
- <img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers_logo_name.png" width="400"/>
|
|
|
- <br>
|
|
|
-<p>
|
|
|
-
|
|
|
<h3 align="center">
|
|
|
<p>为 Jax、PyTorch 和 TensorFlow 打造的先进的自然语言处理</p>
|
|
|
</h3>
|
|
@@ -36,11 +29,6 @@
|
|
|
|
|
|
**[Write With Transformer](https://transformer.huggingface.co)**,由抱抱脸团队打造,是一个文本生成的官方 demo。
|
|
|
|
|
|
-## 如果你在寻找由抱抱脸团队提供的定制化支持服务
|
|
|
-
|
|
|
-<a target="_blank" href="https://huggingface.co/support">
|
|
|
- <img alt="HuggingFace Expert Acceleration Program" src="https://huggingface.co/front/thumbnails/support.png" style="max-width: 600px; border: 1px solid #eee; border-radius: 4px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);">
|
|
|
-</a><br>
|
|
|
|
|
|
## 快速上手
|
|
|
|
|
@@ -389,21 +377,3 @@ conda install -c huggingface transformers
|
|
|
| [快速上手:微调和用例脚本](https://github.com/huggingface/transformers/tree/main/examples) | 为各种任务提供的用例脚本 |
|
|
|
| [模型分享和上传](https://huggingface.co/docs/transformers/model_sharing) | 和社区上传和分享你微调的模型 |
|
|
|
| [迁移](https://huggingface.co/docs/transformers/migration) | 从 `pytorch-transformers` 或 `pytorch-pretrained-bert` 迁移到 🤗 Transformers |
|
|
|
-
|
|
|
-## 引用
|
|
|
-
|
|
|
-我们已将此库的[论文](https://www.aclweb.org/anthology/2020.emnlp-demos.6/)正式发表,如果你使用了 🤗 Transformers 库,请引用:
|
|
|
-
|
|
|
-```bibtex
|
|
|
-@inproceedings{wolf-etal-2020-transformers,
|
|
|
- title = "Transformers: State-of-the-Art Natural Language Processing",
|
|
|
- author = "Thomas Wolf and Lysandre Debut and Victor Sanh and Julien Chaumond and Clement Delangue and Anthony Moi and Pierric Cistac and Tim Rault and Rémi Louf and Morgan Funtowicz and Joe Davison and Sam Shleifer and Patrick von Platen and Clara Ma and Yacine Jernite and Julien Plu and Canwen Xu and Teven Le Scao and Sylvain Gugger and Mariama Drame and Quentin Lhoest and Alexander M. Rush",
|
|
|
- booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations",
|
|
|
- month = oct,
|
|
|
- year = "2020",
|
|
|
- address = "Online",
|
|
|
- publisher = "Association for Computational Linguistics",
|
|
|
- url = "https://www.aclweb.org/anthology/2020.emnlp-demos.6",
|
|
|
- pages = "38--45"
|
|
|
-}
|
|
|
-```
|