From dc06e4358042ba3f08b0403daf5fa062448e835e Mon Sep 17 00:00:00 2001 From: Kevin Canwen Xu Date: Tue, 13 Jul 2021 01:50:12 +0800 Subject: [PATCH] Fix typo in README_zh-hans.md (#12663) --- README_zh-hans.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh-hans.md b/README_zh-hans.md index ef5653deec2..0a3ff1a9d46 100644 --- a/README_zh-hans.md +++ b/README_zh-hans.md @@ -226,7 +226,7 @@ conda install -c huggingface transformers 目前的检查点数量: ![](https://img.shields.io/endpoint?url=https://huggingface.co/api/shields/models&color=brightgreen) -🤗 Transformers 目前支持如下的架构(模型概述请阅 [here](https://huggingface.co/transformers/model_summary.html)): +🤗 Transformers 目前支持如下的架构(模型概述请阅[这里](https://huggingface.co/transformers/model_summary.html)): 1. **[ALBERT](https://huggingface.co/transformers/model_doc/albert.html)** (来自 Google Research and the Toyota Technological Institute at Chicago) 伴随论文 [ALBERT: A Lite BERT for Self-supervised Learning of Language Representations](https://arxiv.org/abs/1909.11942), 由 Zhenzhong Lan, Mingda Chen, Sebastian Goodman, Kevin Gimpel, Piyush Sharma, Radu Soricut 发布。 1. **[BART](https://huggingface.co/transformers/model_doc/bart.html)** (来自 Facebook) 伴随论文 [BART: Denoising Sequence-to-Sequence Pre-training for Natural Language Generation, Translation, and Comprehension](https://arxiv.org/pdf/1910.13461.pdf) 由 Mike Lewis, Yinhan Liu, Naman Goyal, Marjan Ghazvininejad, Abdelrahman Mohamed, Omer Levy, Ves Stoyanov and Luke Zettlemoyer 发布。