diff --git a/modelcenter/community/CLTL/MedRoBERTa.nl/download_cn.md b/modelcenter/community/CLTL/MedRoBERTa.nl/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..99630cfd20a6a71a1c4c845b49cd6fdceb347db1
--- /dev/null
+++ b/modelcenter/community/CLTL/MedRoBERTa.nl/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## CLTL/MedRoBERTa.nl
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|CLTL/MedRoBERTa.nl| | 633.14MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/CLTL/MedRoBERTa.nl/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/CLTL/MedRoBERTa.nl/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/CLTL/MedRoBERTa.nl/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/CLTL/MedRoBERTa.nl/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/CLTL/MedRoBERTa.nl/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/CLTL/MedRoBERTa.nl/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models CLTL/MedRoBERTa.nl
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/CLTL/MedRoBERTa.nl/download_en.md b/modelcenter/community/CLTL/MedRoBERTa.nl/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..b894119dc6ac0a9671c67d1330a045a2f38f0bc0
--- /dev/null
+++ b/modelcenter/community/CLTL/MedRoBERTa.nl/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|CLTL/MedRoBERTa.nl| | 633.14MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/CLTL/MedRoBERTa.nl/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/CLTL/MedRoBERTa.nl/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/CLTL/MedRoBERTa.nl/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/CLTL/MedRoBERTa.nl/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/CLTL/MedRoBERTa.nl/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/CLTL/MedRoBERTa.nl/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models CLTL/MedRoBERTa.nl
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/CLTL/MedRoBERTa.nl/info.yaml b/modelcenter/community/CLTL/MedRoBERTa.nl/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..ce6be431bcfe392ab22ed7dd5a0465b2dce0d1a8
--- /dev/null
+++ b/modelcenter/community/CLTL/MedRoBERTa.nl/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "CLTL/MedRoBERTa.nl"
+ description: "MedRoBERTa.nl"
+ description_en: "MedRoBERTa.nl"
+ icon: ""
+ from_repo: "https://huggingface.co/CLTL/MedRoBERTa.nl"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: ""
+Pulisher: "CLTL"
+License: "mit"
+Language: "Dutch"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/Jean-Baptiste/roberta-large-ner-english/download_cn.md b/modelcenter/community/Jean-Baptiste/roberta-large-ner-english/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..2751c69ef4adbe60d32b457d714445fc601ae76d
--- /dev/null
+++ b/modelcenter/community/Jean-Baptiste/roberta-large-ner-english/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## Jean-Baptiste/roberta-large-ner-english
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|Jean-Baptiste/roberta-large-ner-english| | 1.32G | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/Jean-Baptiste/roberta-large-ner-english/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/Jean-Baptiste/roberta-large-ner-english/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/Jean-Baptiste/roberta-large-ner-english/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/Jean-Baptiste/roberta-large-ner-english/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/Jean-Baptiste/roberta-large-ner-english/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/Jean-Baptiste/roberta-large-ner-english/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models Jean-Baptiste/roberta-large-ner-english
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/Jean-Baptiste/roberta-large-ner-english/download_en.md b/modelcenter/community/Jean-Baptiste/roberta-large-ner-english/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..e0b8ac9939808e48cd87bc043015738d447ee8d8
--- /dev/null
+++ b/modelcenter/community/Jean-Baptiste/roberta-large-ner-english/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|Jean-Baptiste/roberta-large-ner-english| | 1.32G | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/Jean-Baptiste/roberta-large-ner-english/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/Jean-Baptiste/roberta-large-ner-english/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/Jean-Baptiste/roberta-large-ner-english/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/Jean-Baptiste/roberta-large-ner-english/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/Jean-Baptiste/roberta-large-ner-english/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/Jean-Baptiste/roberta-large-ner-english/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models Jean-Baptiste/roberta-large-ner-english
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/Jean-Baptiste/roberta-large-ner-english/info.yaml b/modelcenter/community/Jean-Baptiste/roberta-large-ner-english/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..2ed62122b04a869f09218c18996acc6f41d60f70
--- /dev/null
+++ b/modelcenter/community/Jean-Baptiste/roberta-large-ner-english/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "Jean-Baptiste/roberta-large-ner-english"
+ description: "roberta-large-ner-english: model fine-tuned from roberta-large for NER task"
+ description_en: "roberta-large-ner-english: model fine-tuned from roberta-large for NER task"
+ icon: ""
+ from_repo: "https://huggingface.co/Jean-Baptiste/roberta-large-ner-english"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Token Classification"
+ sub_tag: "Token分类"
+
+Example:
+
+Datasets: "conll2003"
+Pulisher: "Jean-Baptiste"
+License: "mit"
+Language: "English"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/Langboat/mengzi-bert-base-fin/download_cn.md b/modelcenter/community/Langboat/mengzi-bert-base-fin/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..daad65ac38d4b94aa7dc85d70b2f3ef9a782f7f3
--- /dev/null
+++ b/modelcenter/community/Langboat/mengzi-bert-base-fin/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## Langboat/mengzi-bert-base-fin
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|Langboat/mengzi-bert-base-fin| | 456.84MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/Langboat/mengzi-bert-base-fin/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/Langboat/mengzi-bert-base-fin/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/Langboat/mengzi-bert-base-fin/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/Langboat/mengzi-bert-base-fin/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models Langboat/mengzi-bert-base-fin
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/Langboat/mengzi-bert-base-fin/download_en.md b/modelcenter/community/Langboat/mengzi-bert-base-fin/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..da449025144efa3daf974888154ccbb3a5a0b28d
--- /dev/null
+++ b/modelcenter/community/Langboat/mengzi-bert-base-fin/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|Langboat/mengzi-bert-base-fin| | 456.84MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/Langboat/mengzi-bert-base-fin/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/Langboat/mengzi-bert-base-fin/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/Langboat/mengzi-bert-base-fin/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/Langboat/mengzi-bert-base-fin/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models Langboat/mengzi-bert-base-fin
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/Langboat/mengzi-bert-base-fin/info.yaml b/modelcenter/community/Langboat/mengzi-bert-base-fin/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..cdfe064ab647bc8c2e765db6e2b152a824a8cd8e
--- /dev/null
+++ b/modelcenter/community/Langboat/mengzi-bert-base-fin/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "Langboat/mengzi-bert-base-fin"
+ description: "Mengzi-BERT base fin model (Chinese)"
+ description_en: "Mengzi-BERT base fin model (Chinese)"
+ icon: ""
+ from_repo: "https://huggingface.co/Langboat/mengzi-bert-base-fin"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: ""
+Pulisher: "Langboat"
+License: "apache-2.0"
+Language: "Chinese"
+Paper:
+ - title: 'Mengzi: Towards Lightweight yet Ingenious Pre-trained Models for Chinese'
+ url: 'http://arxiv.org/abs/2110.06696v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/download_cn.md b/modelcenter/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..2c18bc597ce856d56119006a4be1bb461da867f5
--- /dev/null
+++ b/modelcenter/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## PlanTL-GOB-ES/roberta-base-biomedical-clinical-es
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|PlanTL-GOB-ES/roberta-base-biomedical-clinical-es| | 633.14MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models PlanTL-GOB-ES/roberta-base-biomedical-clinical-es
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/download_en.md b/modelcenter/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..e02124c15a2b866e2eea8c7bb13204b6b7fbad86
--- /dev/null
+++ b/modelcenter/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|PlanTL-GOB-ES/roberta-base-biomedical-clinical-es| | 633.14MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models PlanTL-GOB-ES/roberta-base-biomedical-clinical-es
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/info.yaml b/modelcenter/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..d13b1c686f9bc4b215269313ca089dbcb81cfc49
--- /dev/null
+++ b/modelcenter/community/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es/info.yaml
@@ -0,0 +1,26 @@
+Model_Info:
+ name: "PlanTL-GOB-ES/roberta-base-biomedical-clinical-es"
+ description: "Biomedical-clinical language model for Spanish"
+ description_en: "Biomedical-clinical language model for Spanish"
+ icon: ""
+ from_repo: "https://huggingface.co/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: ""
+Pulisher: "PlanTL-GOB-ES"
+License: "apache-2.0"
+Language: "Spanish"
+Paper:
+ - title: 'Biomedical and Clinical Language Models for Spanish: On the Benefits of Domain-Specific Pretraining in a Mid-Resource Scenario'
+ url: 'http://arxiv.org/abs/2109.03570v2'
+ - title: 'Spanish Biomedical Crawled Corpus: A Large, Diverse Dataset for Spanish Biomedical Language Models'
+ url: 'http://arxiv.org/abs/2109.07765v1'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/PlanTL-GOB-ES/roberta-base-biomedical-es/download_cn.md b/modelcenter/community/PlanTL-GOB-ES/roberta-base-biomedical-es/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..8c00871a8905a888d22a896578b33c5769ead066
--- /dev/null
+++ b/modelcenter/community/PlanTL-GOB-ES/roberta-base-biomedical-es/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## PlanTL-GOB-ES/roberta-base-biomedical-es
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|PlanTL-GOB-ES/roberta-base-biomedical-es| | 633.14MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-es/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-es/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-es/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-es/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-es/vocab.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models PlanTL-GOB-ES/roberta-base-biomedical-es
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/PlanTL-GOB-ES/roberta-base-biomedical-es/download_en.md b/modelcenter/community/PlanTL-GOB-ES/roberta-base-biomedical-es/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..fd457877b15aee403be205ffbcaf3cd8fd0bb9ca
--- /dev/null
+++ b/modelcenter/community/PlanTL-GOB-ES/roberta-base-biomedical-es/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|PlanTL-GOB-ES/roberta-base-biomedical-es| | 633.14MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-es/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-es/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-es/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-es/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-biomedical-es/vocab.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models PlanTL-GOB-ES/roberta-base-biomedical-es
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/PlanTL-GOB-ES/roberta-base-biomedical-es/info.yaml b/modelcenter/community/PlanTL-GOB-ES/roberta-base-biomedical-es/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..990db0a7dd65057b65d5ee4faabd3b6fb51a687d
--- /dev/null
+++ b/modelcenter/community/PlanTL-GOB-ES/roberta-base-biomedical-es/info.yaml
@@ -0,0 +1,26 @@
+Model_Info:
+ name: "PlanTL-GOB-ES/roberta-base-biomedical-es"
+ description: "Biomedical language model for Spanish"
+ description_en: "Biomedical language model for Spanish"
+ icon: ""
+ from_repo: "https://huggingface.co/PlanTL-GOB-ES/roberta-base-biomedical-es"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: ""
+Pulisher: "PlanTL-GOB-ES"
+License: "apache-2.0"
+Language: "Spanish"
+Paper:
+ - title: 'Biomedical and Clinical Language Models for Spanish: On the Benefits of Domain-Specific Pretraining in a Mid-Resource Scenario'
+ url: 'http://arxiv.org/abs/2109.03570v2'
+ - title: 'Spanish Biomedical Crawled Corpus: A Large, Diverse Dataset for Spanish Biomedical Language Models'
+ url: 'http://arxiv.org/abs/2109.07765v1'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/PlanTL-GOB-ES/roberta-base-ca/download_cn.md b/modelcenter/community/PlanTL-GOB-ES/roberta-base-ca/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..fd0c67bd9b9b554ee4cc92c852ebf251107bc717
--- /dev/null
+++ b/modelcenter/community/PlanTL-GOB-ES/roberta-base-ca/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## PlanTL-GOB-ES/roberta-base-ca
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|PlanTL-GOB-ES/roberta-base-ca| | 633.14MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-ca/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-ca/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-ca/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-ca/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-ca/vocab.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models PlanTL-GOB-ES/roberta-base-ca
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/PlanTL-GOB-ES/roberta-base-ca/download_en.md b/modelcenter/community/PlanTL-GOB-ES/roberta-base-ca/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..d40a5d8178c34df23cf16559556c829d2fc05080
--- /dev/null
+++ b/modelcenter/community/PlanTL-GOB-ES/roberta-base-ca/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|PlanTL-GOB-ES/roberta-base-ca| | 633.14MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-ca/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-ca/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-ca/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-ca/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/PlanTL-GOB-ES/roberta-base-ca/vocab.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models PlanTL-GOB-ES/roberta-base-ca
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/PlanTL-GOB-ES/roberta-base-ca/info.yaml b/modelcenter/community/PlanTL-GOB-ES/roberta-base-ca/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..a59f0dbb203cf3c7a3c0882d49ef17c4695332ea
--- /dev/null
+++ b/modelcenter/community/PlanTL-GOB-ES/roberta-base-ca/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "PlanTL-GOB-ES/roberta-base-ca"
+ description: "BERTa: RoBERTa-based Catalan language model"
+ description_en: "BERTa: RoBERTa-based Catalan language model"
+ icon: ""
+ from_repo: "https://huggingface.co/PlanTL-GOB-ES/roberta-base-ca"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: ""
+Pulisher: "PlanTL-GOB-ES"
+License: "apache-2.0"
+Language: "Catalan"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/Recognai/bert-base-spanish-wwm-cased-xnli/download_cn.md b/modelcenter/community/Recognai/bert-base-spanish-wwm-cased-xnli/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..5a9b0e52af9730154ddea067d9849853446a2f3e
--- /dev/null
+++ b/modelcenter/community/Recognai/bert-base-spanish-wwm-cased-xnli/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## Recognai/bert-base-spanish-wwm-cased-xnli
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|Recognai/bert-base-spanish-wwm-cased-xnli| | 419.08MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/Recognai/bert-base-spanish-wwm-cased-xnli/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/Recognai/bert-base-spanish-wwm-cased-xnli/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/Recognai/bert-base-spanish-wwm-cased-xnli/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/Recognai/bert-base-spanish-wwm-cased-xnli/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models Recognai/bert-base-spanish-wwm-cased-xnli
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/Recognai/bert-base-spanish-wwm-cased-xnli/download_en.md b/modelcenter/community/Recognai/bert-base-spanish-wwm-cased-xnli/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..7479b0c0ec0c9493cc6a50ca98b4b2e25ba9817d
--- /dev/null
+++ b/modelcenter/community/Recognai/bert-base-spanish-wwm-cased-xnli/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|Recognai/bert-base-spanish-wwm-cased-xnli| | 419.08MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/Recognai/bert-base-spanish-wwm-cased-xnli/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/Recognai/bert-base-spanish-wwm-cased-xnli/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/Recognai/bert-base-spanish-wwm-cased-xnli/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/Recognai/bert-base-spanish-wwm-cased-xnli/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models Recognai/bert-base-spanish-wwm-cased-xnli
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/Recognai/bert-base-spanish-wwm-cased-xnli/info.yaml b/modelcenter/community/Recognai/bert-base-spanish-wwm-cased-xnli/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..88bd6d4a44f97725287411bd2db0375b8f369378
--- /dev/null
+++ b/modelcenter/community/Recognai/bert-base-spanish-wwm-cased-xnli/info.yaml
@@ -0,0 +1,27 @@
+Model_Info:
+ name: "Recognai/bert-base-spanish-wwm-cased-xnli"
+ description: "bert-base-spanish-wwm-cased-xnli"
+ description_en: "bert-base-spanish-wwm-cased-xnli"
+ icon: ""
+ from_repo: "https://huggingface.co/Recognai/bert-base-spanish-wwm-cased-xnli"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Zero-Shot Classification"
+ sub_tag: "零样本分类"
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Classification"
+ sub_tag: "文本分类"
+
+Example:
+
+Datasets: "xnli"
+Pulisher: "Recognai"
+License: "mit"
+Language: "Spanish"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/allenai/macaw-3b/download_cn.md b/modelcenter/community/allenai/macaw-3b/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..ea3e3a94233f93f84b610d428b369671eaa2f5a0
--- /dev/null
+++ b/modelcenter/community/allenai/macaw-3b/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## allenai/macaw-3b
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|allenai/macaw-3b| | 10.99G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/allenai/macaw-3b/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/allenai/macaw-3b/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/allenai/macaw-3b/tokenizer_config.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models allenai/macaw-3b
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/allenai/macaw-3b/download_en.md b/modelcenter/community/allenai/macaw-3b/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..2744e84a97f39490321a1ee9b93397f5318e0c6f
--- /dev/null
+++ b/modelcenter/community/allenai/macaw-3b/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|allenai/macaw-3b| | 10.99G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/allenai/macaw-3b/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/allenai/macaw-3b/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/allenai/macaw-3b/tokenizer_config.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models allenai/macaw-3b
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/allenai/macaw-3b/info.yaml b/modelcenter/community/allenai/macaw-3b/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..83a57784114fc7ce8ae3427519e62dc4ac7b1bbb
--- /dev/null
+++ b/modelcenter/community/allenai/macaw-3b/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "allenai/macaw-3b"
+ description: "macaw-3b"
+ description_en: "macaw-3b"
+ icon: ""
+ from_repo: "https://huggingface.co/allenai/macaw-3b"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text2Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: ""
+Pulisher: "allenai"
+License: "apache-2.0"
+Language: "English"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/allenai/macaw-large/download_cn.md b/modelcenter/community/allenai/macaw-large/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..0abb8440b03bf70621e68b3d6de550782e3d9497
--- /dev/null
+++ b/modelcenter/community/allenai/macaw-large/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## allenai/macaw-large
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|allenai/macaw-large| | 3.12G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/allenai/macaw-large/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/allenai/macaw-large/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/allenai/macaw-large/tokenizer_config.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models allenai/macaw-large
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/allenai/macaw-large/download_en.md b/modelcenter/community/allenai/macaw-large/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..4e55d45745886dc83f021da3967b96f8967b790c
--- /dev/null
+++ b/modelcenter/community/allenai/macaw-large/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|allenai/macaw-large| | 3.12G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/allenai/macaw-large/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/allenai/macaw-large/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/allenai/macaw-large/tokenizer_config.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models allenai/macaw-large
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/allenai/macaw-large/info.yaml b/modelcenter/community/allenai/macaw-large/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..8febc7e271c73428b0f85326b73d06ca62adeab5
--- /dev/null
+++ b/modelcenter/community/allenai/macaw-large/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "allenai/macaw-large"
+ description: "macaw-large"
+ description_en: "macaw-large"
+ icon: ""
+ from_repo: "https://huggingface.co/allenai/macaw-large"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text2Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: ""
+Pulisher: "allenai"
+License: "apache-2.0"
+Language: "English"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/allenai/specter/download_cn.md b/modelcenter/community/allenai/specter/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..9dfb9ee220c91eecc80a5d83a549c6f3fef7ad28
--- /dev/null
+++ b/modelcenter/community/allenai/specter/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## allenai/specter
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|allenai/specter| | 419.41MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/allenai/specter/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/allenai/specter/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/allenai/specter/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/allenai/specter/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models allenai/specter
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/allenai/specter/download_en.md b/modelcenter/community/allenai/specter/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..67b05cf2e1b685cee37361609ae8ca6e3b31d047
--- /dev/null
+++ b/modelcenter/community/allenai/specter/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|allenai/specter| | 419.41MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/allenai/specter/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/allenai/specter/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/allenai/specter/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/allenai/specter/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models allenai/specter
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/allenai/specter/info.yaml b/modelcenter/community/allenai/specter/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..396d31448dfa74d975d2c6b52d77a389f8ef1ac1
--- /dev/null
+++ b/modelcenter/community/allenai/specter/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "allenai/specter"
+ description: "SPECTER"
+ description_en: "SPECTER"
+ icon: ""
+ from_repo: "https://huggingface.co/allenai/specter"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Feature Extraction"
+ sub_tag: "特征抽取"
+
+Example:
+
+Datasets: ""
+Pulisher: "allenai"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'SPECTER: Document-level Representation Learning using Citation-informed Transformers'
+ url: 'http://arxiv.org/abs/2004.07180v4'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/alvaroalon2/biobert_chemical_ner/download_cn.md b/modelcenter/community/alvaroalon2/biobert_chemical_ner/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..fa798c5fe2b47c8f9694ecbdc350c33dcac66389
--- /dev/null
+++ b/modelcenter/community/alvaroalon2/biobert_chemical_ner/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## alvaroalon2/biobert_chemical_ner
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|alvaroalon2/biobert_chemical_ner| | 410.95MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_chemical_ner/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_chemical_ner/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_chemical_ner/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_chemical_ner/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models alvaroalon2/biobert_chemical_ner
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/alvaroalon2/biobert_chemical_ner/download_en.md b/modelcenter/community/alvaroalon2/biobert_chemical_ner/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..8959036dff0d3a5eeb804a659cfbeb720f1e557e
--- /dev/null
+++ b/modelcenter/community/alvaroalon2/biobert_chemical_ner/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|alvaroalon2/biobert_chemical_ner| | 410.95MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_chemical_ner/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_chemical_ner/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_chemical_ner/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_chemical_ner/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models alvaroalon2/biobert_chemical_ner
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/alvaroalon2/biobert_chemical_ner/info.yaml b/modelcenter/community/alvaroalon2/biobert_chemical_ner/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..bd33f34618ba79de62ca0fb12f91f5373ddd848d
--- /dev/null
+++ b/modelcenter/community/alvaroalon2/biobert_chemical_ner/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "alvaroalon2/biobert_chemical_ner"
+ description: ""
+ description_en: ""
+ icon: ""
+ from_repo: "https://huggingface.co/alvaroalon2/biobert_chemical_ner"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Token Classification"
+ sub_tag: "Token分类"
+
+Example:
+
+Datasets: ""
+Pulisher: "alvaroalon2"
+License: "apache-2.0"
+Language: "English"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/alvaroalon2/biobert_diseases_ner/download_cn.md b/modelcenter/community/alvaroalon2/biobert_diseases_ner/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..d9d5c108b58ddec2ba32e002028a582b8f02c726
--- /dev/null
+++ b/modelcenter/community/alvaroalon2/biobert_diseases_ner/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## alvaroalon2/biobert_diseases_ner
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|alvaroalon2/biobert_diseases_ner| | 410.95MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_diseases_ner/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_diseases_ner/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_diseases_ner/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_diseases_ner/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models alvaroalon2/biobert_diseases_ner
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/alvaroalon2/biobert_diseases_ner/download_en.md b/modelcenter/community/alvaroalon2/biobert_diseases_ner/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..c2b7e179dda6ad2e72b7f7970da3940708c9070e
--- /dev/null
+++ b/modelcenter/community/alvaroalon2/biobert_diseases_ner/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|alvaroalon2/biobert_diseases_ner| | 410.95MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_diseases_ner/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_diseases_ner/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_diseases_ner/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_diseases_ner/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models alvaroalon2/biobert_diseases_ner
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/alvaroalon2/biobert_diseases_ner/info.yaml b/modelcenter/community/alvaroalon2/biobert_diseases_ner/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..f191a4ab2fad745a9378735294deefb49db4c982
--- /dev/null
+++ b/modelcenter/community/alvaroalon2/biobert_diseases_ner/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "alvaroalon2/biobert_diseases_ner"
+ description: ""
+ description_en: ""
+ icon: ""
+ from_repo: "https://huggingface.co/alvaroalon2/biobert_diseases_ner"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Token Classification"
+ sub_tag: "Token分类"
+
+Example:
+
+Datasets: "ncbi_disease"
+Pulisher: "alvaroalon2"
+License: "apache-2.0"
+Language: "English"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/alvaroalon2/biobert_genetic_ner/download_cn.md b/modelcenter/community/alvaroalon2/biobert_genetic_ner/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..3f46c24b62134f7231bc3a82001da80b3cdcea14
--- /dev/null
+++ b/modelcenter/community/alvaroalon2/biobert_genetic_ner/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## alvaroalon2/biobert_genetic_ner
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|alvaroalon2/biobert_genetic_ner| | 410.95MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_genetic_ner/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_genetic_ner/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_genetic_ner/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_genetic_ner/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models alvaroalon2/biobert_genetic_ner
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/alvaroalon2/biobert_genetic_ner/download_en.md b/modelcenter/community/alvaroalon2/biobert_genetic_ner/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..dbca9c49adf4668600af8905c0aa6994f89f4f74
--- /dev/null
+++ b/modelcenter/community/alvaroalon2/biobert_genetic_ner/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|alvaroalon2/biobert_genetic_ner| | 410.95MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_genetic_ner/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_genetic_ner/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_genetic_ner/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/alvaroalon2/biobert_genetic_ner/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models alvaroalon2/biobert_genetic_ner
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/alvaroalon2/biobert_genetic_ner/info.yaml b/modelcenter/community/alvaroalon2/biobert_genetic_ner/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..4275d0790e6803f3506cbee13fdb1a1d601c0ccf
--- /dev/null
+++ b/modelcenter/community/alvaroalon2/biobert_genetic_ner/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "alvaroalon2/biobert_genetic_ner"
+ description: ""
+ description_en: ""
+ icon: ""
+ from_repo: "https://huggingface.co/alvaroalon2/biobert_genetic_ner"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Token Classification"
+ sub_tag: "Token分类"
+
+Example:
+
+Datasets: ""
+Pulisher: "alvaroalon2"
+License: "apache-2.0"
+Language: "English"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/amberoad/bert-multilingual-passage-reranking-msmarco/download_cn.md b/modelcenter/community/amberoad/bert-multilingual-passage-reranking-msmarco/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..488e319136283b107ae5c36f490132a8b3c1ea99
--- /dev/null
+++ b/modelcenter/community/amberoad/bert-multilingual-passage-reranking-msmarco/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## amberoad/bert-multilingual-passage-reranking-msmarco
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|amberoad/bert-multilingual-passage-reranking-msmarco| | 638.44MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/amberoad/bert-multilingual-passage-reranking-msmarco/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/amberoad/bert-multilingual-passage-reranking-msmarco/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/amberoad/bert-multilingual-passage-reranking-msmarco/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/amberoad/bert-multilingual-passage-reranking-msmarco/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models amberoad/bert-multilingual-passage-reranking-msmarco
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/amberoad/bert-multilingual-passage-reranking-msmarco/download_en.md b/modelcenter/community/amberoad/bert-multilingual-passage-reranking-msmarco/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..032a603e8c81cb0bc74b072e575e44e9584331e6
--- /dev/null
+++ b/modelcenter/community/amberoad/bert-multilingual-passage-reranking-msmarco/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|amberoad/bert-multilingual-passage-reranking-msmarco| | 638.44MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/amberoad/bert-multilingual-passage-reranking-msmarco/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/amberoad/bert-multilingual-passage-reranking-msmarco/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/amberoad/bert-multilingual-passage-reranking-msmarco/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/amberoad/bert-multilingual-passage-reranking-msmarco/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models amberoad/bert-multilingual-passage-reranking-msmarco
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/amberoad/bert-multilingual-passage-reranking-msmarco/info.yaml b/modelcenter/community/amberoad/bert-multilingual-passage-reranking-msmarco/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..7261eecccc88b8a5ee359f26dd4b34a09bf3ae89
--- /dev/null
+++ b/modelcenter/community/amberoad/bert-multilingual-passage-reranking-msmarco/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "amberoad/bert-multilingual-passage-reranking-msmarco"
+ description: "Passage Reranking Multilingual BERT 🔃 🌍"
+ description_en: "Passage Reranking Multilingual BERT 🔃 🌍"
+ icon: ""
+ from_repo: "https://huggingface.co/amberoad/bert-multilingual-passage-reranking-msmarco"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Classification"
+ sub_tag: "文本分类"
+
+Example:
+
+Datasets: ""
+Pulisher: "amberoad"
+License: "apache-2.0"
+Language: ""
+Paper:
+ - title: 'Passage Re-ranking with BERT'
+ url: 'http://arxiv.org/abs/1901.04085v5'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/asi/gpt-fr-cased-base/download_cn.md b/modelcenter/community/asi/gpt-fr-cased-base/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..9d84603a41c82d5e6d8d7f2311abf791b34190fb
--- /dev/null
+++ b/modelcenter/community/asi/gpt-fr-cased-base/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## asi/gpt-fr-cased-base
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|asi/gpt-fr-cased-base| | 4.12G | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-base/vocab.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models asi/gpt-fr-cased-base
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/asi/gpt-fr-cased-base/download_en.md b/modelcenter/community/asi/gpt-fr-cased-base/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..ef91aa99d6b45695d3b53c36d9ea6356ce7803f0
--- /dev/null
+++ b/modelcenter/community/asi/gpt-fr-cased-base/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|asi/gpt-fr-cased-base| | 4.12G | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-base/vocab.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models asi/gpt-fr-cased-base
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/asi/gpt-fr-cased-base/info.yaml b/modelcenter/community/asi/gpt-fr-cased-base/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..e03d2167267d51a5d12f8a245d406acb7d583ef4
--- /dev/null
+++ b/modelcenter/community/asi/gpt-fr-cased-base/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "asi/gpt-fr-cased-base"
+ description: "Model description"
+ description_en: "Model description"
+ icon: ""
+ from_repo: "https://huggingface.co/asi/gpt-fr-cased-base"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: ""
+Pulisher: "asi"
+License: "apache-2.0"
+Language: "French"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/asi/gpt-fr-cased-small/download_cn.md b/modelcenter/community/asi/gpt-fr-cased-small/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..2612b89c4fd2722663f49e946c8e3114db240fd9
--- /dev/null
+++ b/modelcenter/community/asi/gpt-fr-cased-small/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## asi/gpt-fr-cased-small
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|asi/gpt-fr-cased-small| | 620.45MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-small/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-small/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-small/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-small/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-small/vocab.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models asi/gpt-fr-cased-small
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/asi/gpt-fr-cased-small/download_en.md b/modelcenter/community/asi/gpt-fr-cased-small/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..90fc068c2fa8a27dee691e2d2523e183ae8e0201
--- /dev/null
+++ b/modelcenter/community/asi/gpt-fr-cased-small/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|asi/gpt-fr-cased-small| | 620.45MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-small/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-small/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-small/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-small/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/asi/gpt-fr-cased-small/vocab.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models asi/gpt-fr-cased-small
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/asi/gpt-fr-cased-small/info.yaml b/modelcenter/community/asi/gpt-fr-cased-small/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..e46e5a251dc2b0c0792c5dda1f651c4a855f13ce
--- /dev/null
+++ b/modelcenter/community/asi/gpt-fr-cased-small/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "asi/gpt-fr-cased-small"
+ description: "Model description"
+ description_en: "Model description"
+ icon: ""
+ from_repo: "https://huggingface.co/asi/gpt-fr-cased-small"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: ""
+Pulisher: "asi"
+License: "apache-2.0"
+Language: "French"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/benjamin/gerpt2-large/download_cn.md b/modelcenter/community/benjamin/gerpt2-large/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..837f434192839b7be0efb7e6f748a0c6030a1b41
--- /dev/null
+++ b/modelcenter/community/benjamin/gerpt2-large/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## benjamin/gerpt2-large
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|benjamin/gerpt2-large| | 3.12G | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2-large/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2-large/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2-large/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2-large/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2-large/vocab.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models benjamin/gerpt2-large
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/benjamin/gerpt2-large/download_en.md b/modelcenter/community/benjamin/gerpt2-large/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..6aa85e42b6f4f48cfb015227e24531848b6108f9
--- /dev/null
+++ b/modelcenter/community/benjamin/gerpt2-large/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|benjamin/gerpt2-large| | 3.12G | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2-large/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2-large/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2-large/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2-large/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2-large/vocab.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models benjamin/gerpt2-large
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/benjamin/gerpt2-large/info.yaml b/modelcenter/community/benjamin/gerpt2-large/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..6d939d30f5da9c694760cabd8025f23fe5521130
--- /dev/null
+++ b/modelcenter/community/benjamin/gerpt2-large/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "benjamin/gerpt2-large"
+ description: "GerPT2"
+ description_en: "GerPT2"
+ icon: ""
+ from_repo: "https://huggingface.co/benjamin/gerpt2-large"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: ""
+Pulisher: "benjamin"
+License: "mit"
+Language: "German"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/benjamin/gerpt2/download_cn.md b/modelcenter/community/benjamin/gerpt2/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..bf32fc75643592b38db361514687daf7f38ebd0c
--- /dev/null
+++ b/modelcenter/community/benjamin/gerpt2/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## benjamin/gerpt2
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|benjamin/gerpt2| | 621.95MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2/vocab.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models benjamin/gerpt2
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/benjamin/gerpt2/download_en.md b/modelcenter/community/benjamin/gerpt2/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..8612e1bd3b50d2db10ac5f30c9bb82c756db654e
--- /dev/null
+++ b/modelcenter/community/benjamin/gerpt2/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|benjamin/gerpt2| | 621.95MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/benjamin/gerpt2/vocab.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models benjamin/gerpt2
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/benjamin/gerpt2/info.yaml b/modelcenter/community/benjamin/gerpt2/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..9a07e90afece13f96b828575bb167855918ba9e5
--- /dev/null
+++ b/modelcenter/community/benjamin/gerpt2/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "benjamin/gerpt2"
+ description: "GerPT2"
+ description_en: "GerPT2"
+ icon: ""
+ from_repo: "https://huggingface.co/benjamin/gerpt2"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: ""
+Pulisher: "benjamin"
+License: "mit"
+Language: "German"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/beomi/kcbert-base/download_cn.md b/modelcenter/community/beomi/kcbert-base/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..3f5c3b7c51525f69210ff14d960e25a355f07687
--- /dev/null
+++ b/modelcenter/community/beomi/kcbert-base/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## beomi/kcbert-base
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|beomi/kcbert-base| | 505.90MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/beomi/kcbert-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/beomi/kcbert-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/beomi/kcbert-base/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/beomi/kcbert-base/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models beomi/kcbert-base
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/beomi/kcbert-base/download_en.md b/modelcenter/community/beomi/kcbert-base/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..bc02e03764dcedeaa1e053f7b6e7e3c6f5427691
--- /dev/null
+++ b/modelcenter/community/beomi/kcbert-base/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|beomi/kcbert-base| | 505.90MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/beomi/kcbert-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/beomi/kcbert-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/beomi/kcbert-base/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/beomi/kcbert-base/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models beomi/kcbert-base
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/beomi/kcbert-base/info.yaml b/modelcenter/community/beomi/kcbert-base/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..a678c4cacec3f43267125565edea6e957dc7b9bb
--- /dev/null
+++ b/modelcenter/community/beomi/kcbert-base/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "beomi/kcbert-base"
+ description: "KcBERT: Korean comments BERT"
+ description_en: "KcBERT: Korean comments BERT"
+ icon: ""
+ from_repo: "https://huggingface.co/beomi/kcbert-base"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: ""
+Pulisher: "beomi"
+License: "apache-2.0"
+Language: "Korean"
+Paper:
+ - title: 'BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding'
+ url: 'http://arxiv.org/abs/1810.04805v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/bhadresh-savani/roberta-base-emotion/download_cn.md b/modelcenter/community/bhadresh-savani/roberta-base-emotion/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..84defcc07ef87a0d568ed8403f4bc994c9035ad1
--- /dev/null
+++ b/modelcenter/community/bhadresh-savani/roberta-base-emotion/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## bhadresh-savani/roberta-base-emotion
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|bhadresh-savani/roberta-base-emotion| | 475.53MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/bhadresh-savani/roberta-base-emotion/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bhadresh-savani/roberta-base-emotion/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bhadresh-savani/roberta-base-emotion/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bhadresh-savani/roberta-base-emotion/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/bhadresh-savani/roberta-base-emotion/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bhadresh-savani/roberta-base-emotion/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bhadresh-savani/roberta-base-emotion
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/bhadresh-savani/roberta-base-emotion/download_en.md b/modelcenter/community/bhadresh-savani/roberta-base-emotion/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..4e7025b83ca817de0f8d8672c9d02268db31dac6
--- /dev/null
+++ b/modelcenter/community/bhadresh-savani/roberta-base-emotion/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|bhadresh-savani/roberta-base-emotion| | 475.53MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/bhadresh-savani/roberta-base-emotion/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bhadresh-savani/roberta-base-emotion/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bhadresh-savani/roberta-base-emotion/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bhadresh-savani/roberta-base-emotion/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/bhadresh-savani/roberta-base-emotion/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bhadresh-savani/roberta-base-emotion/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bhadresh-savani/roberta-base-emotion
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/bhadresh-savani/roberta-base-emotion/info.yaml b/modelcenter/community/bhadresh-savani/roberta-base-emotion/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..442ae16a30ab19ddbf340ca7e354c6957f2d8cd8
--- /dev/null
+++ b/modelcenter/community/bhadresh-savani/roberta-base-emotion/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "bhadresh-savani/roberta-base-emotion"
+ description: "robert-base-emotion"
+ description_en: "robert-base-emotion"
+ icon: ""
+ from_repo: "https://huggingface.co/bhadresh-savani/roberta-base-emotion"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Classification"
+ sub_tag: "文本分类"
+
+Example:
+
+Datasets: "emotion,emotion"
+Pulisher: "bhadresh-savani"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'RoBERTa: A Robustly Optimized BERT Pretraining Approach'
+ url: 'http://arxiv.org/abs/1907.11692v1'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/cahya/bert-base-indonesian-522M/download_cn.md b/modelcenter/community/cahya/bert-base-indonesian-522M/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..ad0333de1ccd81086766419871c13fe4b60489c9
--- /dev/null
+++ b/modelcenter/community/cahya/bert-base-indonesian-522M/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## cahya/bert-base-indonesian-522M
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|cahya/bert-base-indonesian-522M| | 518.25MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cahya/bert-base-indonesian-522M/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cahya/bert-base-indonesian-522M/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cahya/bert-base-indonesian-522M/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cahya/bert-base-indonesian-522M/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cahya/bert-base-indonesian-522M
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/cahya/bert-base-indonesian-522M/download_en.md b/modelcenter/community/cahya/bert-base-indonesian-522M/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..762ba78ecfdbb1c8f91f75be08f39a8fedbe7c61
--- /dev/null
+++ b/modelcenter/community/cahya/bert-base-indonesian-522M/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|cahya/bert-base-indonesian-522M| | 518.25MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cahya/bert-base-indonesian-522M/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cahya/bert-base-indonesian-522M/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cahya/bert-base-indonesian-522M/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cahya/bert-base-indonesian-522M/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cahya/bert-base-indonesian-522M
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/cahya/bert-base-indonesian-522M/info.yaml b/modelcenter/community/cahya/bert-base-indonesian-522M/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..87a7c2041da0e3b18bc25274bd9b441d86ab2bcf
--- /dev/null
+++ b/modelcenter/community/cahya/bert-base-indonesian-522M/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "cahya/bert-base-indonesian-522M"
+ description: "Indonesian BERT base model (uncased)"
+ description_en: "Indonesian BERT base model (uncased)"
+ icon: ""
+ from_repo: "https://huggingface.co/cahya/bert-base-indonesian-522M"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: "wikipedia"
+Pulisher: "cahya"
+License: "mit"
+Language: "Indonesian"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/cahya/gpt2-small-indonesian-522M/download_cn.md b/modelcenter/community/cahya/gpt2-small-indonesian-522M/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..da188584b3750b26c1be0ba61295eb585f7a8f7a
--- /dev/null
+++ b/modelcenter/community/cahya/gpt2-small-indonesian-522M/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## cahya/gpt2-small-indonesian-522M
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|cahya/gpt2-small-indonesian-522M| | 621.95MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cahya/gpt2-small-indonesian-522M/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cahya/gpt2-small-indonesian-522M/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cahya/gpt2-small-indonesian-522M/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cahya/gpt2-small-indonesian-522M/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cahya/gpt2-small-indonesian-522M/vocab.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cahya/gpt2-small-indonesian-522M
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/cahya/gpt2-small-indonesian-522M/download_en.md b/modelcenter/community/cahya/gpt2-small-indonesian-522M/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..8d6207658658bde255fa3d88790c667131c2d30c
--- /dev/null
+++ b/modelcenter/community/cahya/gpt2-small-indonesian-522M/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|cahya/gpt2-small-indonesian-522M| | 621.95MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cahya/gpt2-small-indonesian-522M/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cahya/gpt2-small-indonesian-522M/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cahya/gpt2-small-indonesian-522M/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cahya/gpt2-small-indonesian-522M/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cahya/gpt2-small-indonesian-522M/vocab.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cahya/gpt2-small-indonesian-522M
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/cahya/gpt2-small-indonesian-522M/info.yaml b/modelcenter/community/cahya/gpt2-small-indonesian-522M/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..bb36aea38978e79e612b3ee2aff75955eef625e3
--- /dev/null
+++ b/modelcenter/community/cahya/gpt2-small-indonesian-522M/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "cahya/gpt2-small-indonesian-522M"
+ description: "Indonesian GPT2 small model"
+ description_en: "Indonesian GPT2 small model"
+ icon: ""
+ from_repo: "https://huggingface.co/cahya/gpt2-small-indonesian-522M"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: ""
+Pulisher: "cahya"
+License: "mit"
+Language: "Indonesian"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/ceshine/t5-paraphrase-paws-msrp-opinosis/download_cn.md b/modelcenter/community/ceshine/t5-paraphrase-paws-msrp-opinosis/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..4a338586c27d4cfa3426f8c05544f88477f4f72d
--- /dev/null
+++ b/modelcenter/community/ceshine/t5-paraphrase-paws-msrp-opinosis/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## ceshine/t5-paraphrase-paws-msrp-opinosis
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|ceshine/t5-paraphrase-paws-msrp-opinosis| | 1.11G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/ceshine/t5-paraphrase-paws-msrp-opinosis/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/ceshine/t5-paraphrase-paws-msrp-opinosis/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/ceshine/t5-paraphrase-paws-msrp-opinosis/tokenizer_config.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models ceshine/t5-paraphrase-paws-msrp-opinosis
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/ceshine/t5-paraphrase-paws-msrp-opinosis/download_en.md b/modelcenter/community/ceshine/t5-paraphrase-paws-msrp-opinosis/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..0a0042908ef99fa559d5f4a1086d2ae6df0d1a03
--- /dev/null
+++ b/modelcenter/community/ceshine/t5-paraphrase-paws-msrp-opinosis/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|ceshine/t5-paraphrase-paws-msrp-opinosis| | 1.11G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/ceshine/t5-paraphrase-paws-msrp-opinosis/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/ceshine/t5-paraphrase-paws-msrp-opinosis/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/ceshine/t5-paraphrase-paws-msrp-opinosis/tokenizer_config.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models ceshine/t5-paraphrase-paws-msrp-opinosis
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/ceshine/t5-paraphrase-paws-msrp-opinosis/info.yaml b/modelcenter/community/ceshine/t5-paraphrase-paws-msrp-opinosis/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..6cb48bbd97aa1cb76571eaf258edc27bd87c2820
--- /dev/null
+++ b/modelcenter/community/ceshine/t5-paraphrase-paws-msrp-opinosis/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "ceshine/t5-paraphrase-paws-msrp-opinosis"
+ description: "T5-base Parapharasing model fine-tuned on PAWS, MSRP, and Opinosis"
+ description_en: "T5-base Parapharasing model fine-tuned on PAWS, MSRP, and Opinosis"
+ icon: ""
+ from_repo: "https://huggingface.co/ceshine/t5-paraphrase-paws-msrp-opinosis"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text2Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: ""
+Pulisher: "ceshine"
+License: "apache-2.0"
+Language: "English"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/ceshine/t5-paraphrase-quora-paws/download_cn.md b/modelcenter/community/ceshine/t5-paraphrase-quora-paws/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..97ddbbe242598e2c96f13587805deff3fc5baa23
--- /dev/null
+++ b/modelcenter/community/ceshine/t5-paraphrase-quora-paws/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## ceshine/t5-paraphrase-quora-paws
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|ceshine/t5-paraphrase-quora-paws| | 1.11G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/ceshine/t5-paraphrase-quora-paws/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/ceshine/t5-paraphrase-quora-paws/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/ceshine/t5-paraphrase-quora-paws/tokenizer_config.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models ceshine/t5-paraphrase-quora-paws
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/ceshine/t5-paraphrase-quora-paws/download_en.md b/modelcenter/community/ceshine/t5-paraphrase-quora-paws/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..d481b194b19cea40791e57ee183ee16a1a809a72
--- /dev/null
+++ b/modelcenter/community/ceshine/t5-paraphrase-quora-paws/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|ceshine/t5-paraphrase-quora-paws| | 1.11G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/ceshine/t5-paraphrase-quora-paws/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/ceshine/t5-paraphrase-quora-paws/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/ceshine/t5-paraphrase-quora-paws/tokenizer_config.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models ceshine/t5-paraphrase-quora-paws
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/ceshine/t5-paraphrase-quora-paws/info.yaml b/modelcenter/community/ceshine/t5-paraphrase-quora-paws/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..ab0df2ce1000afcf725c3e2be5a5664ff669eec1
--- /dev/null
+++ b/modelcenter/community/ceshine/t5-paraphrase-quora-paws/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "ceshine/t5-paraphrase-quora-paws"
+ description: "T5-base Parapharasing model fine-tuned on PAWS and Quora"
+ description_en: "T5-base Parapharasing model fine-tuned on PAWS and Quora"
+ icon: ""
+ from_repo: "https://huggingface.co/ceshine/t5-paraphrase-quora-paws"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text2Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: ""
+Pulisher: "ceshine"
+License: "apache-2.0"
+Language: "English"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/cointegrated/rubert-tiny/download_cn.md b/modelcenter/community/cointegrated/rubert-tiny/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..426a6147c0abdf62ed9feb5d3e7878508b39d4e6
--- /dev/null
+++ b/modelcenter/community/cointegrated/rubert-tiny/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## cointegrated/rubert-tiny
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|cointegrated/rubert-tiny| | 80.75MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cointegrated/rubert-tiny/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cointegrated/rubert-tiny/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cointegrated/rubert-tiny/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cointegrated/rubert-tiny/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cointegrated/rubert-tiny
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/cointegrated/rubert-tiny/download_en.md b/modelcenter/community/cointegrated/rubert-tiny/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..db61b0d826195ac9dd1e2477ae9a0912098d672a
--- /dev/null
+++ b/modelcenter/community/cointegrated/rubert-tiny/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|cointegrated/rubert-tiny| | 80.75MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cointegrated/rubert-tiny/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cointegrated/rubert-tiny/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cointegrated/rubert-tiny/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cointegrated/rubert-tiny/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cointegrated/rubert-tiny
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/cointegrated/rubert-tiny/info.yaml b/modelcenter/community/cointegrated/rubert-tiny/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..30e52da32bf39062dda0bff12fa8655295a7f873
--- /dev/null
+++ b/modelcenter/community/cointegrated/rubert-tiny/info.yaml
@@ -0,0 +1,31 @@
+Model_Info:
+ name: "cointegrated/rubert-tiny"
+ description: "pip install transformers sentencepiece"
+ description_en: "pip install transformers sentencepiece"
+ icon: ""
+ from_repo: "https://huggingface.co/cointegrated/rubert-tiny"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Feature Extraction"
+ sub_tag: "特征抽取"
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Sentence Similarity"
+ sub_tag: "句子相似度"
+
+Example:
+
+Datasets: ""
+Pulisher: "cointegrated"
+License: "mit"
+Language: "Russian,English"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/cointegrated/rubert-tiny2/download_cn.md b/modelcenter/community/cointegrated/rubert-tiny2/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..a93a886aed396e88205d51f171e5a1a923344292
--- /dev/null
+++ b/modelcenter/community/cointegrated/rubert-tiny2/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## cointegrated/rubert-tiny2
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|cointegrated/rubert-tiny2| | 212.18MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cointegrated/rubert-tiny2/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cointegrated/rubert-tiny2/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cointegrated/rubert-tiny2/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cointegrated/rubert-tiny2/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cointegrated/rubert-tiny2
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/cointegrated/rubert-tiny2/download_en.md b/modelcenter/community/cointegrated/rubert-tiny2/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..012bd1d7139a8b8caf2019a4ef95824c47c8230f
--- /dev/null
+++ b/modelcenter/community/cointegrated/rubert-tiny2/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|cointegrated/rubert-tiny2| | 212.18MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cointegrated/rubert-tiny2/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cointegrated/rubert-tiny2/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cointegrated/rubert-tiny2/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cointegrated/rubert-tiny2/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cointegrated/rubert-tiny2
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/cointegrated/rubert-tiny2/info.yaml b/modelcenter/community/cointegrated/rubert-tiny2/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..61c99492ba29a8948920f511553f247a6b0ea9c7
--- /dev/null
+++ b/modelcenter/community/cointegrated/rubert-tiny2/info.yaml
@@ -0,0 +1,31 @@
+Model_Info:
+ name: "cointegrated/rubert-tiny2"
+ description: "pip install transformers sentencepiece"
+ description_en: "pip install transformers sentencepiece"
+ icon: ""
+ from_repo: "https://huggingface.co/cointegrated/rubert-tiny2"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Feature Extraction"
+ sub_tag: "特征抽取"
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Sentence Similarity"
+ sub_tag: "句子相似度"
+
+Example:
+
+Datasets: ""
+Pulisher: "cointegrated"
+License: "mit"
+Language: "Russian"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/ms-marco-MiniLM-L-12-v2/download_cn.md b/modelcenter/community/cross-encoder/ms-marco-MiniLM-L-12-v2/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..8b964f2a4272eed62719154ed626f06cf51f052f
--- /dev/null
+++ b/modelcenter/community/cross-encoder/ms-marco-MiniLM-L-12-v2/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## cross-encoder/ms-marco-MiniLM-L-12-v2
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|cross-encoder/ms-marco-MiniLM-L-12-v2| | 127.28MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/ms-marco-MiniLM-L-12-v2/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/ms-marco-MiniLM-L-12-v2/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/ms-marco-MiniLM-L-12-v2/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/ms-marco-MiniLM-L-12-v2/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/ms-marco-MiniLM-L-12-v2
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/ms-marco-MiniLM-L-12-v2/download_en.md b/modelcenter/community/cross-encoder/ms-marco-MiniLM-L-12-v2/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..b86eba445ee1a553f4bdb513b79401f8197b5d53
--- /dev/null
+++ b/modelcenter/community/cross-encoder/ms-marco-MiniLM-L-12-v2/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|cross-encoder/ms-marco-MiniLM-L-12-v2| | 127.28MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/ms-marco-MiniLM-L-12-v2/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/ms-marco-MiniLM-L-12-v2/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/ms-marco-MiniLM-L-12-v2/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/ms-marco-MiniLM-L-12-v2/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/ms-marco-MiniLM-L-12-v2
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/cross-encoder/ms-marco-MiniLM-L-12-v2/info.yaml b/modelcenter/community/cross-encoder/ms-marco-MiniLM-L-12-v2/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..942dd457a86a7262e19864199970736be488a57c
--- /dev/null
+++ b/modelcenter/community/cross-encoder/ms-marco-MiniLM-L-12-v2/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "cross-encoder/ms-marco-MiniLM-L-12-v2"
+ description: "Cross-Encoder for MS Marco"
+ description_en: "Cross-Encoder for MS Marco"
+ icon: ""
+ from_repo: "https://huggingface.co/cross-encoder/ms-marco-MiniLM-L-12-v2"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Classification"
+ sub_tag: "文本分类"
+
+Example:
+
+Datasets: ""
+Pulisher: "cross-encoder"
+License: "apache-2.0"
+Language: ""
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/ms-marco-TinyBERT-L-2/download_cn.md b/modelcenter/community/cross-encoder/ms-marco-TinyBERT-L-2/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..dfbc23020a0ed4395d5e6b75c5163cb1b4c6014f
--- /dev/null
+++ b/modelcenter/community/cross-encoder/ms-marco-TinyBERT-L-2/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## cross-encoder/ms-marco-TinyBERT-L-2
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|cross-encoder/ms-marco-TinyBERT-L-2| | 16.74MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/ms-marco-TinyBERT-L-2/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/ms-marco-TinyBERT-L-2/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/ms-marco-TinyBERT-L-2/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/ms-marco-TinyBERT-L-2/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/ms-marco-TinyBERT-L-2
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/ms-marco-TinyBERT-L-2/download_en.md b/modelcenter/community/cross-encoder/ms-marco-TinyBERT-L-2/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..bf99dc4ff4927d1287f4d7cdd9bea4d43f382ddf
--- /dev/null
+++ b/modelcenter/community/cross-encoder/ms-marco-TinyBERT-L-2/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|cross-encoder/ms-marco-TinyBERT-L-2| | 16.74MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/ms-marco-TinyBERT-L-2/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/ms-marco-TinyBERT-L-2/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/ms-marco-TinyBERT-L-2/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/ms-marco-TinyBERT-L-2/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/ms-marco-TinyBERT-L-2
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/cross-encoder/ms-marco-TinyBERT-L-2/info.yaml b/modelcenter/community/cross-encoder/ms-marco-TinyBERT-L-2/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..9d2722e59803203c476ab94b620f49e056ac757a
--- /dev/null
+++ b/modelcenter/community/cross-encoder/ms-marco-TinyBERT-L-2/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "cross-encoder/ms-marco-TinyBERT-L-2"
+ description: "Cross-Encoder for MS Marco"
+ description_en: "Cross-Encoder for MS Marco"
+ icon: ""
+ from_repo: "https://huggingface.co/cross-encoder/ms-marco-TinyBERT-L-2"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Classification"
+ sub_tag: "文本分类"
+
+Example:
+
+Datasets: ""
+Pulisher: "cross-encoder"
+License: "apache-2.0"
+Language: ""
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/nli-MiniLM2-L6-H768/download_cn.md b/modelcenter/community/cross-encoder/nli-MiniLM2-L6-H768/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..a8baf5a1554b5ae615cab29e9f6809e60953ce03
--- /dev/null
+++ b/modelcenter/community/cross-encoder/nli-MiniLM2-L6-H768/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## cross-encoder/nli-MiniLM2-L6-H768
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|cross-encoder/nli-MiniLM2-L6-H768| | 313.28MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-MiniLM2-L6-H768/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-MiniLM2-L6-H768/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-MiniLM2-L6-H768/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-MiniLM2-L6-H768/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-MiniLM2-L6-H768/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-MiniLM2-L6-H768/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/nli-MiniLM2-L6-H768
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/nli-MiniLM2-L6-H768/download_en.md b/modelcenter/community/cross-encoder/nli-MiniLM2-L6-H768/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..65f35cbbc80c90631eda62ffc48176478be6094d
--- /dev/null
+++ b/modelcenter/community/cross-encoder/nli-MiniLM2-L6-H768/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|cross-encoder/nli-MiniLM2-L6-H768| | 313.28MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-MiniLM2-L6-H768/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-MiniLM2-L6-H768/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-MiniLM2-L6-H768/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-MiniLM2-L6-H768/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-MiniLM2-L6-H768/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-MiniLM2-L6-H768/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/nli-MiniLM2-L6-H768
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/cross-encoder/nli-MiniLM2-L6-H768/info.yaml b/modelcenter/community/cross-encoder/nli-MiniLM2-L6-H768/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..cee3c43bf25f338ffae1748b34769731e481e78d
--- /dev/null
+++ b/modelcenter/community/cross-encoder/nli-MiniLM2-L6-H768/info.yaml
@@ -0,0 +1,27 @@
+Model_Info:
+ name: "cross-encoder/nli-MiniLM2-L6-H768"
+ description: "Cross-Encoder for Natural Language Inference"
+ description_en: "Cross-Encoder for Natural Language Inference"
+ icon: ""
+ from_repo: "https://huggingface.co/cross-encoder/nli-MiniLM2-L6-H768"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Zero-Shot Classification"
+ sub_tag: "零样本分类"
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Classification"
+ sub_tag: "文本分类"
+
+Example:
+
+Datasets: "multi_nli,snli"
+Pulisher: "cross-encoder"
+License: "apache-2.0"
+Language: "English"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/nli-distilroberta-base/download_cn.md b/modelcenter/community/cross-encoder/nli-distilroberta-base/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..b00d5c3c45819906616e85da5813f40b26018bb3
--- /dev/null
+++ b/modelcenter/community/cross-encoder/nli-distilroberta-base/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## cross-encoder/nli-distilroberta-base
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|cross-encoder/nli-distilroberta-base| | 313.28MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-distilroberta-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-distilroberta-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-distilroberta-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-distilroberta-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-distilroberta-base/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-distilroberta-base/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/nli-distilroberta-base
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/nli-distilroberta-base/download_en.md b/modelcenter/community/cross-encoder/nli-distilroberta-base/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..0c6ff8aeeab1c560256eb28d8f2809bbf4495366
--- /dev/null
+++ b/modelcenter/community/cross-encoder/nli-distilroberta-base/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|cross-encoder/nli-distilroberta-base| | 313.28MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-distilroberta-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-distilroberta-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-distilroberta-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-distilroberta-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-distilroberta-base/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-distilroberta-base/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/nli-distilroberta-base
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/cross-encoder/nli-distilroberta-base/info.yaml b/modelcenter/community/cross-encoder/nli-distilroberta-base/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..83ca754479a5de7daafcd5566d55b422d7887b8f
--- /dev/null
+++ b/modelcenter/community/cross-encoder/nli-distilroberta-base/info.yaml
@@ -0,0 +1,27 @@
+Model_Info:
+ name: "cross-encoder/nli-distilroberta-base"
+ description: "Cross-Encoder for Natural Language Inference"
+ description_en: "Cross-Encoder for Natural Language Inference"
+ icon: ""
+ from_repo: "https://huggingface.co/cross-encoder/nli-distilroberta-base"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Zero-Shot Classification"
+ sub_tag: "零样本分类"
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Classification"
+ sub_tag: "文本分类"
+
+Example:
+
+Datasets: "multi_nli,snli"
+Pulisher: "cross-encoder"
+License: "apache-2.0"
+Language: "English"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/nli-roberta-base/download_cn.md b/modelcenter/community/cross-encoder/nli-roberta-base/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..b061c5b1aa3f4753b29d748366cd47ddb68bd727
--- /dev/null
+++ b/modelcenter/community/cross-encoder/nli-roberta-base/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## cross-encoder/nli-roberta-base
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|cross-encoder/nli-roberta-base| | 475.52MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-roberta-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-roberta-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-roberta-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-roberta-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-roberta-base/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-roberta-base/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/nli-roberta-base
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/nli-roberta-base/download_en.md b/modelcenter/community/cross-encoder/nli-roberta-base/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..25d560d1c0867567daf8eb2e9c448b29f4e772ce
--- /dev/null
+++ b/modelcenter/community/cross-encoder/nli-roberta-base/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|cross-encoder/nli-roberta-base| | 475.52MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-roberta-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-roberta-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-roberta-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-roberta-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-roberta-base/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/nli-roberta-base/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/nli-roberta-base
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/cross-encoder/nli-roberta-base/info.yaml b/modelcenter/community/cross-encoder/nli-roberta-base/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..62f1493e138bbf6d5353ea50abba863383356c62
--- /dev/null
+++ b/modelcenter/community/cross-encoder/nli-roberta-base/info.yaml
@@ -0,0 +1,27 @@
+Model_Info:
+ name: "cross-encoder/nli-roberta-base"
+ description: "Cross-Encoder for Natural Language Inference"
+ description_en: "Cross-Encoder for Natural Language Inference"
+ icon: ""
+ from_repo: "https://huggingface.co/cross-encoder/nli-roberta-base"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Zero-Shot Classification"
+ sub_tag: "零样本分类"
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Classification"
+ sub_tag: "文本分类"
+
+Example:
+
+Datasets: "multi_nli,snli"
+Pulisher: "cross-encoder"
+License: "apache-2.0"
+Language: "English"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/qnli-distilroberta-base/download_cn.md b/modelcenter/community/cross-encoder/qnli-distilroberta-base/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..28d383d810a80bebc2d19cd7bbb989570bb48408
--- /dev/null
+++ b/modelcenter/community/cross-encoder/qnli-distilroberta-base/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## cross-encoder/qnli-distilroberta-base
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|cross-encoder/qnli-distilroberta-base| | 313.28MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/qnli-distilroberta-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/qnli-distilroberta-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/qnli-distilroberta-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/qnli-distilroberta-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/qnli-distilroberta-base/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/qnli-distilroberta-base/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/qnli-distilroberta-base
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/qnli-distilroberta-base/download_en.md b/modelcenter/community/cross-encoder/qnli-distilroberta-base/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..af6cf7e099eddc626b55eceaefde57d7cebd37fa
--- /dev/null
+++ b/modelcenter/community/cross-encoder/qnli-distilroberta-base/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|cross-encoder/qnli-distilroberta-base| | 313.28MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/qnli-distilroberta-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/qnli-distilroberta-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/qnli-distilroberta-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/qnli-distilroberta-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/qnli-distilroberta-base/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/qnli-distilroberta-base/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/qnli-distilroberta-base
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/cross-encoder/qnli-distilroberta-base/info.yaml b/modelcenter/community/cross-encoder/qnli-distilroberta-base/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..4cb01bec24fd90cb2eb32875413a17d3eb70c13e
--- /dev/null
+++ b/modelcenter/community/cross-encoder/qnli-distilroberta-base/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "cross-encoder/qnli-distilroberta-base"
+ description: "Cross-Encoder for Quora Duplicate Questions Detection"
+ description_en: "Cross-Encoder for Quora Duplicate Questions Detection"
+ icon: ""
+ from_repo: "https://huggingface.co/cross-encoder/qnli-distilroberta-base"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Classification"
+ sub_tag: "文本分类"
+
+Example:
+
+Datasets: ""
+Pulisher: "cross-encoder"
+License: "apache-2.0"
+Language: ""
+Paper:
+ - title: 'GLUE: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding'
+ url: 'http://arxiv.org/abs/1804.07461v3'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/quora-distilroberta-base/download_cn.md b/modelcenter/community/cross-encoder/quora-distilroberta-base/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..4c7f676d89a66cbe4737a50bd3a5323e4ee873e7
--- /dev/null
+++ b/modelcenter/community/cross-encoder/quora-distilroberta-base/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## cross-encoder/quora-distilroberta-base
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|cross-encoder/quora-distilroberta-base| | 313.28MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-distilroberta-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-distilroberta-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-distilroberta-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-distilroberta-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-distilroberta-base/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-distilroberta-base/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/quora-distilroberta-base
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/quora-distilroberta-base/download_en.md b/modelcenter/community/cross-encoder/quora-distilroberta-base/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..863edb976439de0eeb31f31e56ab65a63b88de63
--- /dev/null
+++ b/modelcenter/community/cross-encoder/quora-distilroberta-base/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|cross-encoder/quora-distilroberta-base| | 313.28MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-distilroberta-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-distilroberta-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-distilroberta-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-distilroberta-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-distilroberta-base/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-distilroberta-base/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/quora-distilroberta-base
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/cross-encoder/quora-distilroberta-base/info.yaml b/modelcenter/community/cross-encoder/quora-distilroberta-base/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..f2234fa8bee8a1ae689e6aafa6cbb71ea4c02f2c
--- /dev/null
+++ b/modelcenter/community/cross-encoder/quora-distilroberta-base/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "cross-encoder/quora-distilroberta-base"
+ description: "Cross-Encoder for Quora Duplicate Questions Detection"
+ description_en: "Cross-Encoder for Quora Duplicate Questions Detection"
+ icon: ""
+ from_repo: "https://huggingface.co/cross-encoder/quora-distilroberta-base"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Classification"
+ sub_tag: "文本分类"
+
+Example:
+
+Datasets: ""
+Pulisher: "cross-encoder"
+License: "apache-2.0"
+Language: ""
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/quora-roberta-base/download_cn.md b/modelcenter/community/cross-encoder/quora-roberta-base/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..7bb437d099410137882c92c2480f89eedc568d83
--- /dev/null
+++ b/modelcenter/community/cross-encoder/quora-roberta-base/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## cross-encoder/quora-roberta-base
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|cross-encoder/quora-roberta-base| | 475.51MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-roberta-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-roberta-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-roberta-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-roberta-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-roberta-base/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-roberta-base/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/quora-roberta-base
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/quora-roberta-base/download_en.md b/modelcenter/community/cross-encoder/quora-roberta-base/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..ebd6a3f33d03e0aea019bebdb9d53a1c88634336
--- /dev/null
+++ b/modelcenter/community/cross-encoder/quora-roberta-base/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|cross-encoder/quora-roberta-base| | 475.51MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-roberta-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-roberta-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-roberta-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-roberta-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-roberta-base/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/quora-roberta-base/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/quora-roberta-base
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/cross-encoder/quora-roberta-base/info.yaml b/modelcenter/community/cross-encoder/quora-roberta-base/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..f0b16640e5eb140f72e5ce4b2e766ace3084a8e7
--- /dev/null
+++ b/modelcenter/community/cross-encoder/quora-roberta-base/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "cross-encoder/quora-roberta-base"
+ description: "Cross-Encoder for Quora Duplicate Questions Detection"
+ description_en: "Cross-Encoder for Quora Duplicate Questions Detection"
+ icon: ""
+ from_repo: "https://huggingface.co/cross-encoder/quora-roberta-base"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Classification"
+ sub_tag: "文本分类"
+
+Example:
+
+Datasets: ""
+Pulisher: "cross-encoder"
+License: "apache-2.0"
+Language: ""
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/stsb-TinyBERT-L-4/download_cn.md b/modelcenter/community/cross-encoder/stsb-TinyBERT-L-4/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..6acd2afedfffe8de35270e96a8d0a07baa25cd90
--- /dev/null
+++ b/modelcenter/community/cross-encoder/stsb-TinyBERT-L-4/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## cross-encoder/stsb-TinyBERT-L-4
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|cross-encoder/stsb-TinyBERT-L-4| | 54.75MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-TinyBERT-L-4/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-TinyBERT-L-4/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-TinyBERT-L-4/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-TinyBERT-L-4/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/stsb-TinyBERT-L-4
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/stsb-TinyBERT-L-4/download_en.md b/modelcenter/community/cross-encoder/stsb-TinyBERT-L-4/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..107461b2553a8837bc288ef27e4910ec45c83956
--- /dev/null
+++ b/modelcenter/community/cross-encoder/stsb-TinyBERT-L-4/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|cross-encoder/stsb-TinyBERT-L-4| | 54.75MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-TinyBERT-L-4/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-TinyBERT-L-4/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-TinyBERT-L-4/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-TinyBERT-L-4/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/stsb-TinyBERT-L-4
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/cross-encoder/stsb-TinyBERT-L-4/info.yaml b/modelcenter/community/cross-encoder/stsb-TinyBERT-L-4/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..2c9ec0b490f4f3b783aec1bc6446281636e523b9
--- /dev/null
+++ b/modelcenter/community/cross-encoder/stsb-TinyBERT-L-4/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "cross-encoder/stsb-TinyBERT-L-4"
+ description: "Cross-Encoder for Quora Duplicate Questions Detection"
+ description_en: "Cross-Encoder for Quora Duplicate Questions Detection"
+ icon: ""
+ from_repo: "https://huggingface.co/cross-encoder/stsb-TinyBERT-L-4"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Classification"
+ sub_tag: "文本分类"
+
+Example:
+
+Datasets: ""
+Pulisher: "cross-encoder"
+License: "apache-2.0"
+Language: ""
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/stsb-distilroberta-base/download_cn.md b/modelcenter/community/cross-encoder/stsb-distilroberta-base/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..2cf4624a86b610d5e79fb8166584f7b7bd0755d0
--- /dev/null
+++ b/modelcenter/community/cross-encoder/stsb-distilroberta-base/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## cross-encoder/stsb-distilroberta-base
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|cross-encoder/stsb-distilroberta-base| | 313.28MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-distilroberta-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-distilroberta-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-distilroberta-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-distilroberta-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-distilroberta-base/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-distilroberta-base/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/stsb-distilroberta-base
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/stsb-distilroberta-base/download_en.md b/modelcenter/community/cross-encoder/stsb-distilroberta-base/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..4422a3107f172787e7097320b62503416989c231
--- /dev/null
+++ b/modelcenter/community/cross-encoder/stsb-distilroberta-base/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|cross-encoder/stsb-distilroberta-base| | 313.28MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-distilroberta-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-distilroberta-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-distilroberta-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-distilroberta-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-distilroberta-base/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-distilroberta-base/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/stsb-distilroberta-base
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/cross-encoder/stsb-distilroberta-base/info.yaml b/modelcenter/community/cross-encoder/stsb-distilroberta-base/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..ba920373c1bfc69fa9617e5349f2e20cd9863017
--- /dev/null
+++ b/modelcenter/community/cross-encoder/stsb-distilroberta-base/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "cross-encoder/stsb-distilroberta-base"
+ description: "Cross-Encoder for Quora Duplicate Questions Detection"
+ description_en: "Cross-Encoder for Quora Duplicate Questions Detection"
+ icon: ""
+ from_repo: "https://huggingface.co/cross-encoder/stsb-distilroberta-base"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Classification"
+ sub_tag: "文本分类"
+
+Example:
+
+Datasets: ""
+Pulisher: "cross-encoder"
+License: "apache-2.0"
+Language: ""
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/stsb-roberta-base/download_cn.md b/modelcenter/community/cross-encoder/stsb-roberta-base/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..4142d3e781671a858f6b65b0af406482df667824
--- /dev/null
+++ b/modelcenter/community/cross-encoder/stsb-roberta-base/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## cross-encoder/stsb-roberta-base
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|cross-encoder/stsb-roberta-base| | 475.51MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-base/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-base/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/stsb-roberta-base
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/stsb-roberta-base/download_en.md b/modelcenter/community/cross-encoder/stsb-roberta-base/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..bbb078ec3258eb7950eaaaebe38399abdca2c215
--- /dev/null
+++ b/modelcenter/community/cross-encoder/stsb-roberta-base/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|cross-encoder/stsb-roberta-base| | 475.51MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-base/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-base/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/stsb-roberta-base
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/cross-encoder/stsb-roberta-base/info.yaml b/modelcenter/community/cross-encoder/stsb-roberta-base/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..0802ccb9352bd0da7b5a413d5f1217316aeb725d
--- /dev/null
+++ b/modelcenter/community/cross-encoder/stsb-roberta-base/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "cross-encoder/stsb-roberta-base"
+ description: "Cross-Encoder for Quora Duplicate Questions Detection"
+ description_en: "Cross-Encoder for Quora Duplicate Questions Detection"
+ icon: ""
+ from_repo: "https://huggingface.co/cross-encoder/stsb-roberta-base"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Classification"
+ sub_tag: "文本分类"
+
+Example:
+
+Datasets: ""
+Pulisher: "cross-encoder"
+License: "apache-2.0"
+Language: ""
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/stsb-roberta-large/download_cn.md b/modelcenter/community/cross-encoder/stsb-roberta-large/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..d560f2a6b6fa048d09115561d4e1528b8d75ec92
--- /dev/null
+++ b/modelcenter/community/cross-encoder/stsb-roberta-large/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## cross-encoder/stsb-roberta-large
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|cross-encoder/stsb-roberta-large| | 1.32G | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-large/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-large/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-large/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-large/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-large/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-large/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/stsb-roberta-large
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/cross-encoder/stsb-roberta-large/download_en.md b/modelcenter/community/cross-encoder/stsb-roberta-large/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..2b4e1e1fa9d8aef5d1c9e184a25bed0362c3b210
--- /dev/null
+++ b/modelcenter/community/cross-encoder/stsb-roberta-large/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|cross-encoder/stsb-roberta-large| | 1.32G | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-large/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-large/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-large/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-large/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-large/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/cross-encoder/stsb-roberta-large/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models cross-encoder/stsb-roberta-large
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/cross-encoder/stsb-roberta-large/info.yaml b/modelcenter/community/cross-encoder/stsb-roberta-large/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..752d5d63294a0e707e12d7c82404175535d62e63
--- /dev/null
+++ b/modelcenter/community/cross-encoder/stsb-roberta-large/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "cross-encoder/stsb-roberta-large"
+ description: "Cross-Encoder for Quora Duplicate Questions Detection"
+ description_en: "Cross-Encoder for Quora Duplicate Questions Detection"
+ icon: ""
+ from_repo: "https://huggingface.co/cross-encoder/stsb-roberta-large"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Classification"
+ sub_tag: "文本分类"
+
+Example:
+
+Datasets: ""
+Pulisher: "cross-encoder"
+License: "apache-2.0"
+Language: ""
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/csarron/roberta-base-squad-v1/download_cn.md b/modelcenter/community/csarron/roberta-base-squad-v1/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..5d3eb430c39963a372e0d6f5f91990cc17bc48d1
--- /dev/null
+++ b/modelcenter/community/csarron/roberta-base-squad-v1/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## csarron/roberta-base-squad-v1
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|csarron/roberta-base-squad-v1| | 475.51MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/csarron/roberta-base-squad-v1/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/csarron/roberta-base-squad-v1/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/csarron/roberta-base-squad-v1/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/csarron/roberta-base-squad-v1/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/csarron/roberta-base-squad-v1/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/csarron/roberta-base-squad-v1/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models csarron/roberta-base-squad-v1
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/csarron/roberta-base-squad-v1/download_en.md b/modelcenter/community/csarron/roberta-base-squad-v1/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..bbdc2aebe7f11f9802a0f37ea5fb64cd57a2b5d9
--- /dev/null
+++ b/modelcenter/community/csarron/roberta-base-squad-v1/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|csarron/roberta-base-squad-v1| | 475.51MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/csarron/roberta-base-squad-v1/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/csarron/roberta-base-squad-v1/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/csarron/roberta-base-squad-v1/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/csarron/roberta-base-squad-v1/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/csarron/roberta-base-squad-v1/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/csarron/roberta-base-squad-v1/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models csarron/roberta-base-squad-v1
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/csarron/roberta-base-squad-v1/info.yaml b/modelcenter/community/csarron/roberta-base-squad-v1/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..d913963939e4f37ab4b6643ff64787b216692214
--- /dev/null
+++ b/modelcenter/community/csarron/roberta-base-squad-v1/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "csarron/roberta-base-squad-v1"
+ description: "RoBERTa-base fine-tuned on SQuAD v1"
+ description_en: "RoBERTa-base fine-tuned on SQuAD v1"
+ icon: ""
+ from_repo: "https://huggingface.co/csarron/roberta-base-squad-v1"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Question Answering"
+ sub_tag: "回答问题"
+
+Example:
+
+Datasets: "squad"
+Pulisher: "csarron"
+License: "mit"
+Language: "English"
+Paper:
+ - title: 'RoBERTa: A Robustly Optimized BERT Pretraining Approach'
+ url: 'http://arxiv.org/abs/1907.11692v1'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/dbmdz/bert-base-german-cased/download_cn.md b/modelcenter/community/dbmdz/bert-base-german-cased/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..b77e045bb2bf0e6d550087bc76605bc2cd60d266
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-german-cased/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## dbmdz/bert-base-german-cased
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|dbmdz/bert-base-german-cased| | 512.86MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-german-cased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-german-cased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-german-cased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-german-cased/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dbmdz/bert-base-german-cased
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/dbmdz/bert-base-german-cased/download_en.md b/modelcenter/community/dbmdz/bert-base-german-cased/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..83fa7d4a45393def5774c99099ebdd4c8c407408
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-german-cased/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|dbmdz/bert-base-german-cased| | 512.86MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-german-cased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-german-cased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-german-cased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-german-cased/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dbmdz/bert-base-german-cased
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/dbmdz/bert-base-german-cased/info.yaml b/modelcenter/community/dbmdz/bert-base-german-cased/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..cec8c2e757d251fdeccfc1c2b51e5a4db865e192
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-german-cased/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "dbmdz/bert-base-german-cased"
+ description: "🤗 + 📚 dbmdz German BERT models"
+ description_en: "🤗 + 📚 dbmdz German BERT models"
+ icon: ""
+ from_repo: "https://huggingface.co/dbmdz/bert-base-german-cased"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: ""
+Pulisher: "dbmdz"
+License: "mit"
+Language: "German"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/dbmdz/bert-base-german-uncased/download_cn.md b/modelcenter/community/dbmdz/bert-base-german-uncased/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..34fe4a8867ae4cd18ca09066d19618520168e520
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-german-uncased/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## dbmdz/bert-base-german-uncased
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|dbmdz/bert-base-german-uncased| | 512.87MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-german-uncased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-german-uncased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-german-uncased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-german-uncased/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dbmdz/bert-base-german-uncased
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/dbmdz/bert-base-german-uncased/download_en.md b/modelcenter/community/dbmdz/bert-base-german-uncased/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..86354dd57675b9b01aa509dd3925bff258113914
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-german-uncased/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|dbmdz/bert-base-german-uncased| | 512.87MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-german-uncased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-german-uncased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-german-uncased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-german-uncased/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dbmdz/bert-base-german-uncased
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/dbmdz/bert-base-german-uncased/info.yaml b/modelcenter/community/dbmdz/bert-base-german-uncased/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..8d501167cadf4dccdf8244201a04041fb19462b2
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-german-uncased/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "dbmdz/bert-base-german-uncased"
+ description: "🤗 + 📚 dbmdz German BERT models"
+ description_en: "🤗 + 📚 dbmdz German BERT models"
+ icon: ""
+ from_repo: "https://huggingface.co/dbmdz/bert-base-german-uncased"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: ""
+Pulisher: "dbmdz"
+License: "mit"
+Language: "German"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/dbmdz/bert-base-italian-uncased/download_cn.md b/modelcenter/community/dbmdz/bert-base-italian-uncased/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..2dde9fbf71c498c78d2d01f463d7a7edef77df81
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-italian-uncased/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## dbmdz/bert-base-italian-uncased
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|dbmdz/bert-base-italian-uncased| | 512.86MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-italian-uncased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-italian-uncased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-italian-uncased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-italian-uncased/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dbmdz/bert-base-italian-uncased
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/dbmdz/bert-base-italian-uncased/download_en.md b/modelcenter/community/dbmdz/bert-base-italian-uncased/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..bfddc24c5d5bf2e74fec12d78b5fc4142859249b
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-italian-uncased/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|dbmdz/bert-base-italian-uncased| | 512.86MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-italian-uncased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-italian-uncased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-italian-uncased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-italian-uncased/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dbmdz/bert-base-italian-uncased
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/dbmdz/bert-base-italian-uncased/info.yaml b/modelcenter/community/dbmdz/bert-base-italian-uncased/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..59e2467ed0d2e6fc4ea0772342f58bcf0fb87f94
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-italian-uncased/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "dbmdz/bert-base-italian-uncased"
+ description: "🤗 + 📚 dbmdz BERT and ELECTRA models"
+ description_en: "🤗 + 📚 dbmdz BERT and ELECTRA models"
+ icon: ""
+ from_repo: "https://huggingface.co/dbmdz/bert-base-italian-uncased"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: "wikipedia"
+Pulisher: "dbmdz"
+License: "mit"
+Language: "Italian"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/dbmdz/bert-base-italian-xxl-cased/download_cn.md b/modelcenter/community/dbmdz/bert-base-italian-xxl-cased/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..fd61c91d618ef0e47f2d21975df92394e361da23
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-italian-xxl-cased/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## dbmdz/bert-base-italian-xxl-cased
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|dbmdz/bert-base-italian-xxl-cased| | 518.85MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-italian-xxl-cased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-italian-xxl-cased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-italian-xxl-cased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-italian-xxl-cased/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dbmdz/bert-base-italian-xxl-cased
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/dbmdz/bert-base-italian-xxl-cased/download_en.md b/modelcenter/community/dbmdz/bert-base-italian-xxl-cased/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..a2a4ac88fcb2341077f473acf2c980af6c54b136
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-italian-xxl-cased/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|dbmdz/bert-base-italian-xxl-cased| | 518.85MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-italian-xxl-cased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-italian-xxl-cased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-italian-xxl-cased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-italian-xxl-cased/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dbmdz/bert-base-italian-xxl-cased
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/dbmdz/bert-base-italian-xxl-cased/info.yaml b/modelcenter/community/dbmdz/bert-base-italian-xxl-cased/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..ede2cb30afafa31322f2ed50536408d572941a56
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-italian-xxl-cased/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "dbmdz/bert-base-italian-xxl-cased"
+ description: "🤗 + 📚 dbmdz BERT and ELECTRA models"
+ description_en: "🤗 + 📚 dbmdz BERT and ELECTRA models"
+ icon: ""
+ from_repo: "https://huggingface.co/dbmdz/bert-base-italian-xxl-cased"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: "wikipedia"
+Pulisher: "dbmdz"
+License: "mit"
+Language: "Italian"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/dbmdz/bert-base-turkish-128k-cased/download_cn.md b/modelcenter/community/dbmdz/bert-base-turkish-128k-cased/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..5a8aa79d24eb6d93892283f2f66739f4648da858
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-turkish-128k-cased/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## dbmdz/bert-base-turkish-128k-cased
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|dbmdz/bert-base-turkish-128k-cased| | 1.06G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-128k-cased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-128k-cased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-128k-cased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-128k-cased/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dbmdz/bert-base-turkish-128k-cased
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/dbmdz/bert-base-turkish-128k-cased/download_en.md b/modelcenter/community/dbmdz/bert-base-turkish-128k-cased/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..a0b596453eefd5848184ffb0dd23fdabbf72f3c0
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-turkish-128k-cased/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|dbmdz/bert-base-turkish-128k-cased| | 1.06G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-128k-cased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-128k-cased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-128k-cased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-128k-cased/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dbmdz/bert-base-turkish-128k-cased
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/dbmdz/bert-base-turkish-128k-cased/info.yaml b/modelcenter/community/dbmdz/bert-base-turkish-128k-cased/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..e73b850158c407f6eb2b753aa23d6420aa32b1c0
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-turkish-128k-cased/info.yaml
@@ -0,0 +1,19 @@
+Model_Info:
+ name: "dbmdz/bert-base-turkish-128k-cased"
+ description: "🤗 + 📚 dbmdz Turkish BERT model"
+ description_en: "🤗 + 📚 dbmdz Turkish BERT model"
+ icon: ""
+ from_repo: "https://huggingface.co/dbmdz/bert-base-turkish-128k-cased"
+
+Task:
+
+Example:
+
+Datasets: ""
+Pulisher: "dbmdz"
+License: "mit"
+Language: "Turkish"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/dbmdz/bert-base-turkish-cased/download_cn.md b/modelcenter/community/dbmdz/bert-base-turkish-cased/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..4c40a78b0a64a075575d8e548aafde031fd2842d
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-turkish-cased/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## dbmdz/bert-base-turkish-cased
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|dbmdz/bert-base-turkish-cased| | 518.25MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-cased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-cased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-cased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-cased/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dbmdz/bert-base-turkish-cased
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/dbmdz/bert-base-turkish-cased/download_en.md b/modelcenter/community/dbmdz/bert-base-turkish-cased/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..a1ab508aa1e49ddd7ba7b7c3306c9b2179063267
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-turkish-cased/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|dbmdz/bert-base-turkish-cased| | 518.25MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-cased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-cased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-cased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-cased/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dbmdz/bert-base-turkish-cased
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/dbmdz/bert-base-turkish-cased/info.yaml b/modelcenter/community/dbmdz/bert-base-turkish-cased/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..dcfff29591409a5644a8bee8d1078bd1ab83bd67
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-turkish-cased/info.yaml
@@ -0,0 +1,19 @@
+Model_Info:
+ name: "dbmdz/bert-base-turkish-cased"
+ description: "🤗 + 📚 dbmdz Turkish BERT model"
+ description_en: "🤗 + 📚 dbmdz Turkish BERT model"
+ icon: ""
+ from_repo: "https://huggingface.co/dbmdz/bert-base-turkish-cased"
+
+Task:
+
+Example:
+
+Datasets: ""
+Pulisher: "dbmdz"
+License: "mit"
+Language: "Turkish"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/dbmdz/bert-base-turkish-uncased/download_cn.md b/modelcenter/community/dbmdz/bert-base-turkish-uncased/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..3e361a886973d2ac0c9d4b5751158e7408bb035a
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-turkish-uncased/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## dbmdz/bert-base-turkish-uncased
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|dbmdz/bert-base-turkish-uncased| | 518.25MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-uncased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-uncased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-uncased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-uncased/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dbmdz/bert-base-turkish-uncased
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/dbmdz/bert-base-turkish-uncased/download_en.md b/modelcenter/community/dbmdz/bert-base-turkish-uncased/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..26c2714658691aadaab392bcb8636b16572086a2
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-turkish-uncased/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|dbmdz/bert-base-turkish-uncased| | 518.25MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-uncased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-uncased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-uncased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dbmdz/bert-base-turkish-uncased/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dbmdz/bert-base-turkish-uncased
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/dbmdz/bert-base-turkish-uncased/info.yaml b/modelcenter/community/dbmdz/bert-base-turkish-uncased/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..0beacfeb317e9c92d39424a67b9963f0e0a67c60
--- /dev/null
+++ b/modelcenter/community/dbmdz/bert-base-turkish-uncased/info.yaml
@@ -0,0 +1,19 @@
+Model_Info:
+ name: "dbmdz/bert-base-turkish-uncased"
+ description: "🤗 + 📚 dbmdz Turkish BERT model"
+ description_en: "🤗 + 📚 dbmdz Turkish BERT model"
+ icon: ""
+ from_repo: "https://huggingface.co/dbmdz/bert-base-turkish-uncased"
+
+Task:
+
+Example:
+
+Datasets: ""
+Pulisher: "dbmdz"
+License: "mit"
+Language: "Turkish"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/deepparag/Aeona/download_cn.md b/modelcenter/community/deepparag/Aeona/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..00e470ba78c0e362c5fb19fdc0a6083de1475b5e
--- /dev/null
+++ b/modelcenter/community/deepparag/Aeona/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## deepparag/Aeona
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|deepparag/Aeona| | 1.51G | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/deepparag/Aeona/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/deepparag/Aeona/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/deepparag/Aeona/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/deepparag/Aeona/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/deepparag/Aeona/vocab.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models deepparag/Aeona
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/deepparag/Aeona/download_en.md b/modelcenter/community/deepparag/Aeona/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..324530077ad4eb4091b4613d4407c28e9ac39ebf
--- /dev/null
+++ b/modelcenter/community/deepparag/Aeona/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|deepparag/Aeona| | 1.51G | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/deepparag/Aeona/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/deepparag/Aeona/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/deepparag/Aeona/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/deepparag/Aeona/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/deepparag/Aeona/vocab.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models deepparag/Aeona
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/deepparag/Aeona/info.yaml b/modelcenter/community/deepparag/Aeona/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..cbc1a3b763ed1222a77b49252e1de7e8ff96a340
--- /dev/null
+++ b/modelcenter/community/deepparag/Aeona/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "deepparag/Aeona"
+ description: "Aeona | Chatbot"
+ description_en: "Aeona | Chatbot"
+ icon: ""
+ from_repo: "https://huggingface.co/deepparag/Aeona"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: ""
+Pulisher: "deepparag"
+License: "mit"
+Language: ""
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/deepparag/DumBot/download_cn.md b/modelcenter/community/deepparag/DumBot/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..4a06958c07563ed41bab7ee79f3debd41a8ec89d
--- /dev/null
+++ b/modelcenter/community/deepparag/DumBot/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## deepparag/DumBot
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|deepparag/DumBot| | 621.95MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/deepparag/DumBot/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/deepparag/DumBot/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/deepparag/DumBot/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/deepparag/DumBot/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/deepparag/DumBot/vocab.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models deepparag/DumBot
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/deepparag/DumBot/download_en.md b/modelcenter/community/deepparag/DumBot/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..f2bd3c7436283f60730f9eb46958044c3a54eca3
--- /dev/null
+++ b/modelcenter/community/deepparag/DumBot/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|deepparag/DumBot| | 621.95MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/deepparag/DumBot/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/deepparag/DumBot/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/deepparag/DumBot/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/deepparag/DumBot/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/deepparag/DumBot/vocab.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models deepparag/DumBot
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/deepparag/DumBot/info.yaml b/modelcenter/community/deepparag/DumBot/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..4ba8eba69f67a4f020915d5dc613833c5e746773
--- /dev/null
+++ b/modelcenter/community/deepparag/DumBot/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "deepparag/DumBot"
+ description: "THIS AI IS OUTDATED. See [Aeona](https://huggingface.co/deepparag/Aeona)"
+ description_en: "THIS AI IS OUTDATED. See [Aeona](https://huggingface.co/deepparag/Aeona)"
+ icon: ""
+ from_repo: "https://huggingface.co/deepparag/DumBot"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: ""
+Pulisher: "deepparag"
+License: "mit"
+Language: ""
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/deepset/roberta-base-squad2-distilled/download_cn.md b/modelcenter/community/deepset/roberta-base-squad2-distilled/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..7b0c503fa22ef6ab76496259f8446c495aa528bb
--- /dev/null
+++ b/modelcenter/community/deepset/roberta-base-squad2-distilled/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## deepset/roberta-base-squad2-distilled
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|deepset/roberta-base-squad2-distilled| | 473.26MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/deepset/roberta-base-squad2-distilled/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/deepset/roberta-base-squad2-distilled/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/deepset/roberta-base-squad2-distilled/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/deepset/roberta-base-squad2-distilled/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/deepset/roberta-base-squad2-distilled/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/deepset/roberta-base-squad2-distilled/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models deepset/roberta-base-squad2-distilled
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/deepset/roberta-base-squad2-distilled/download_en.md b/modelcenter/community/deepset/roberta-base-squad2-distilled/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..b9008187b8eb5630a328bf95e469e9102bd56f93
--- /dev/null
+++ b/modelcenter/community/deepset/roberta-base-squad2-distilled/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|deepset/roberta-base-squad2-distilled| | 473.26MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/deepset/roberta-base-squad2-distilled/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/deepset/roberta-base-squad2-distilled/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/deepset/roberta-base-squad2-distilled/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/deepset/roberta-base-squad2-distilled/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/deepset/roberta-base-squad2-distilled/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/deepset/roberta-base-squad2-distilled/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models deepset/roberta-base-squad2-distilled
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/deepset/roberta-base-squad2-distilled/info.yaml b/modelcenter/community/deepset/roberta-base-squad2-distilled/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..8f2b4efbf9f7fd924a160c49e850e7cd0e91b81e
--- /dev/null
+++ b/modelcenter/community/deepset/roberta-base-squad2-distilled/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "deepset/roberta-base-squad2-distilled"
+ description: "Overview"
+ description_en: "Overview"
+ icon: ""
+ from_repo: "https://huggingface.co/deepset/roberta-base-squad2-distilled"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Question Answering"
+ sub_tag: "回答问题"
+
+Example:
+
+Datasets: "squad_v2"
+Pulisher: "deepset"
+License: "mit"
+Language: "English"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/dslim/bert-base-NER/download_cn.md b/modelcenter/community/dslim/bert-base-NER/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..d38c129d0851e8f7483dd57bc99fd743931a73cb
--- /dev/null
+++ b/modelcenter/community/dslim/bert-base-NER/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## dslim/bert-base-NER
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|dslim/bert-base-NER| | 413.22MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dslim/bert-base-NER/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dslim/bert-base-NER/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dslim/bert-base-NER/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dslim/bert-base-NER/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dslim/bert-base-NER
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/dslim/bert-base-NER/download_en.md b/modelcenter/community/dslim/bert-base-NER/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..b67bb5e12eba3c2859b361f4938b6b6d499fad17
--- /dev/null
+++ b/modelcenter/community/dslim/bert-base-NER/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|dslim/bert-base-NER| | 413.22MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dslim/bert-base-NER/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dslim/bert-base-NER/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dslim/bert-base-NER/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dslim/bert-base-NER/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dslim/bert-base-NER
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/dslim/bert-base-NER/info.yaml b/modelcenter/community/dslim/bert-base-NER/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..397b372f463f487ef91e2b0ce465db727f38c629
--- /dev/null
+++ b/modelcenter/community/dslim/bert-base-NER/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "dslim/bert-base-NER"
+ description: "bert-base-NER"
+ description_en: "bert-base-NER"
+ icon: ""
+ from_repo: "https://huggingface.co/dslim/bert-base-NER"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Token Classification"
+ sub_tag: "Token分类"
+
+Example:
+
+Datasets: "conll2003"
+Pulisher: "dslim"
+License: "mit"
+Language: "English"
+Paper:
+ - title: 'BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding'
+ url: 'http://arxiv.org/abs/1810.04805v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/dslim/bert-large-NER/download_cn.md b/modelcenter/community/dslim/bert-large-NER/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..3f5db663727462216eb8c42e844afc49b89e2f09
--- /dev/null
+++ b/modelcenter/community/dslim/bert-large-NER/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## dslim/bert-large-NER
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|dslim/bert-large-NER| | 1.24G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dslim/bert-large-NER/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dslim/bert-large-NER/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dslim/bert-large-NER/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dslim/bert-large-NER/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dslim/bert-large-NER
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/dslim/bert-large-NER/download_en.md b/modelcenter/community/dslim/bert-large-NER/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..04ff167cf2bdd43ba74a8999b943830efa476f4c
--- /dev/null
+++ b/modelcenter/community/dslim/bert-large-NER/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|dslim/bert-large-NER| | 1.24G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dslim/bert-large-NER/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dslim/bert-large-NER/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dslim/bert-large-NER/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dslim/bert-large-NER/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dslim/bert-large-NER
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/dslim/bert-large-NER/info.yaml b/modelcenter/community/dslim/bert-large-NER/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..5b49c00e97ef8bf126bfccd539727755f6df38af
--- /dev/null
+++ b/modelcenter/community/dslim/bert-large-NER/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "dslim/bert-large-NER"
+ description: "bert-base-NER"
+ description_en: "bert-base-NER"
+ icon: ""
+ from_repo: "https://huggingface.co/dslim/bert-large-NER"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Token Classification"
+ sub_tag: "Token分类"
+
+Example:
+
+Datasets: "conll2003"
+Pulisher: "dslim"
+License: "mit"
+Language: "English"
+Paper:
+ - title: 'BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding'
+ url: 'http://arxiv.org/abs/1810.04805v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/dumitrescustefan/bert-base-romanian-cased-v1/download_cn.md b/modelcenter/community/dumitrescustefan/bert-base-romanian-cased-v1/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..312ef70b9e0935ec6cf918a098a1aeff5eebdf1b
--- /dev/null
+++ b/modelcenter/community/dumitrescustefan/bert-base-romanian-cased-v1/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## dumitrescustefan/bert-base-romanian-cased-v1
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|dumitrescustefan/bert-base-romanian-cased-v1| | 623.86MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dumitrescustefan/bert-base-romanian-cased-v1/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dumitrescustefan/bert-base-romanian-cased-v1/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dumitrescustefan/bert-base-romanian-cased-v1/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dumitrescustefan/bert-base-romanian-cased-v1/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dumitrescustefan/bert-base-romanian-cased-v1
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/dumitrescustefan/bert-base-romanian-cased-v1/download_en.md b/modelcenter/community/dumitrescustefan/bert-base-romanian-cased-v1/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..1cd6cc09d23b4545ff390dcfb17c9681a71bdd78
--- /dev/null
+++ b/modelcenter/community/dumitrescustefan/bert-base-romanian-cased-v1/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|dumitrescustefan/bert-base-romanian-cased-v1| | 623.86MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dumitrescustefan/bert-base-romanian-cased-v1/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dumitrescustefan/bert-base-romanian-cased-v1/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dumitrescustefan/bert-base-romanian-cased-v1/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dumitrescustefan/bert-base-romanian-cased-v1/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dumitrescustefan/bert-base-romanian-cased-v1
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/dumitrescustefan/bert-base-romanian-cased-v1/info.yaml b/modelcenter/community/dumitrescustefan/bert-base-romanian-cased-v1/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..8706e7db3f7c85f595971943efdf8a490668dc61
--- /dev/null
+++ b/modelcenter/community/dumitrescustefan/bert-base-romanian-cased-v1/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "dumitrescustefan/bert-base-romanian-cased-v1"
+ description: "bert-base-romanian-cased-v1"
+ description_en: "bert-base-romanian-cased-v1"
+ icon: ""
+ from_repo: "https://huggingface.co/dumitrescustefan/bert-base-romanian-cased-v1"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: ""
+Pulisher: "dumitrescustefan"
+License: "mit"
+Language: "Romanian"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/dumitrescustefan/bert-base-romanian-uncased-v1/download_cn.md b/modelcenter/community/dumitrescustefan/bert-base-romanian-uncased-v1/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..a559ee73eb272d5d8c1a4c9f593ac223adffe147
--- /dev/null
+++ b/modelcenter/community/dumitrescustefan/bert-base-romanian-uncased-v1/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## dumitrescustefan/bert-base-romanian-uncased-v1
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|dumitrescustefan/bert-base-romanian-uncased-v1| | 623.86MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dumitrescustefan/bert-base-romanian-uncased-v1/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dumitrescustefan/bert-base-romanian-uncased-v1/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dumitrescustefan/bert-base-romanian-uncased-v1/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dumitrescustefan/bert-base-romanian-uncased-v1/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dumitrescustefan/bert-base-romanian-uncased-v1
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/dumitrescustefan/bert-base-romanian-uncased-v1/download_en.md b/modelcenter/community/dumitrescustefan/bert-base-romanian-uncased-v1/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..b233154d734ddd4bec57d1dd7e5abd9c71fa5a41
--- /dev/null
+++ b/modelcenter/community/dumitrescustefan/bert-base-romanian-uncased-v1/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|dumitrescustefan/bert-base-romanian-uncased-v1| | 623.86MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/dumitrescustefan/bert-base-romanian-uncased-v1/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/dumitrescustefan/bert-base-romanian-uncased-v1/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/dumitrescustefan/bert-base-romanian-uncased-v1/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/dumitrescustefan/bert-base-romanian-uncased-v1/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models dumitrescustefan/bert-base-romanian-uncased-v1
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/dumitrescustefan/bert-base-romanian-uncased-v1/info.yaml b/modelcenter/community/dumitrescustefan/bert-base-romanian-uncased-v1/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..362815b66134dce48c70ab2d89564f86ddd9575e
--- /dev/null
+++ b/modelcenter/community/dumitrescustefan/bert-base-romanian-uncased-v1/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "dumitrescustefan/bert-base-romanian-uncased-v1"
+ description: "bert-base-romanian-uncased-v1"
+ description_en: "bert-base-romanian-uncased-v1"
+ icon: ""
+ from_repo: "https://huggingface.co/dumitrescustefan/bert-base-romanian-uncased-v1"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: ""
+Pulisher: "dumitrescustefan"
+License: "mit"
+Language: "Romanian"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/emilyalsentzer/Bio_ClinicalBERT/download_cn.md b/modelcenter/community/emilyalsentzer/Bio_ClinicalBERT/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..5ac01e2eed617b359ee29749d6f61c500dc4e205
--- /dev/null
+++ b/modelcenter/community/emilyalsentzer/Bio_ClinicalBERT/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## emilyalsentzer/Bio_ClinicalBERT
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|emilyalsentzer/Bio_ClinicalBERT| | 500.52MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/emilyalsentzer/Bio_ClinicalBERT/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/emilyalsentzer/Bio_ClinicalBERT/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/emilyalsentzer/Bio_ClinicalBERT/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/emilyalsentzer/Bio_ClinicalBERT/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models emilyalsentzer/Bio_ClinicalBERT
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/emilyalsentzer/Bio_ClinicalBERT/download_en.md b/modelcenter/community/emilyalsentzer/Bio_ClinicalBERT/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..a1eaec5d60b4009bfe79acdefcdaff3e2fbb3d13
--- /dev/null
+++ b/modelcenter/community/emilyalsentzer/Bio_ClinicalBERT/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|emilyalsentzer/Bio_ClinicalBERT| | 500.52MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/emilyalsentzer/Bio_ClinicalBERT/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/emilyalsentzer/Bio_ClinicalBERT/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/emilyalsentzer/Bio_ClinicalBERT/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/emilyalsentzer/Bio_ClinicalBERT/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models emilyalsentzer/Bio_ClinicalBERT
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/emilyalsentzer/Bio_ClinicalBERT/info.yaml b/modelcenter/community/emilyalsentzer/Bio_ClinicalBERT/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..8b5656b4aaacf4a350558f9d40f1a260e36faf8d
--- /dev/null
+++ b/modelcenter/community/emilyalsentzer/Bio_ClinicalBERT/info.yaml
@@ -0,0 +1,26 @@
+Model_Info:
+ name: "emilyalsentzer/Bio_ClinicalBERT"
+ description: "ClinicalBERT - Bio + Clinical BERT Model"
+ description_en: "ClinicalBERT - Bio + Clinical BERT Model"
+ icon: ""
+ from_repo: "https://huggingface.co/emilyalsentzer/Bio_ClinicalBERT"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: ""
+Pulisher: "emilyalsentzer"
+License: "mit"
+Language: "English"
+Paper:
+ - title: 'Publicly Available Clinical BERT Embeddings'
+ url: 'http://arxiv.org/abs/1904.03323v3'
+ - title: 'BioBERT: a pre-trained biomedical language representation model for biomedical text mining'
+ url: 'http://arxiv.org/abs/1901.08746v4'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/emilyalsentzer/Bio_Discharge_Summary_BERT/download_cn.md b/modelcenter/community/emilyalsentzer/Bio_Discharge_Summary_BERT/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..5fbb801814372122adf11ce750fc54d3dfacb6b6
--- /dev/null
+++ b/modelcenter/community/emilyalsentzer/Bio_Discharge_Summary_BERT/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## emilyalsentzer/Bio_Discharge_Summary_BERT
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|emilyalsentzer/Bio_Discharge_Summary_BERT| | 500.52MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/emilyalsentzer/Bio_Discharge_Summary_BERT/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/emilyalsentzer/Bio_Discharge_Summary_BERT/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/emilyalsentzer/Bio_Discharge_Summary_BERT/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/emilyalsentzer/Bio_Discharge_Summary_BERT/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models emilyalsentzer/Bio_Discharge_Summary_BERT
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/emilyalsentzer/Bio_Discharge_Summary_BERT/download_en.md b/modelcenter/community/emilyalsentzer/Bio_Discharge_Summary_BERT/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..5a0eb0edb60deec1fbf91a64cf8939a2b19b36e6
--- /dev/null
+++ b/modelcenter/community/emilyalsentzer/Bio_Discharge_Summary_BERT/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|emilyalsentzer/Bio_Discharge_Summary_BERT| | 500.52MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/emilyalsentzer/Bio_Discharge_Summary_BERT/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/emilyalsentzer/Bio_Discharge_Summary_BERT/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/emilyalsentzer/Bio_Discharge_Summary_BERT/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/emilyalsentzer/Bio_Discharge_Summary_BERT/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models emilyalsentzer/Bio_Discharge_Summary_BERT
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/emilyalsentzer/Bio_Discharge_Summary_BERT/info.yaml b/modelcenter/community/emilyalsentzer/Bio_Discharge_Summary_BERT/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..4d7c12dc695f8a057960fcb92c16f398ab0b88ed
--- /dev/null
+++ b/modelcenter/community/emilyalsentzer/Bio_Discharge_Summary_BERT/info.yaml
@@ -0,0 +1,26 @@
+Model_Info:
+ name: "emilyalsentzer/Bio_Discharge_Summary_BERT"
+ description: "ClinicalBERT - Bio + Discharge Summary BERT Model"
+ description_en: "ClinicalBERT - Bio + Discharge Summary BERT Model"
+ icon: ""
+ from_repo: "https://huggingface.co/emilyalsentzer/Bio_Discharge_Summary_BERT"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: ""
+Pulisher: "emilyalsentzer"
+License: "mit"
+Language: "English"
+Paper:
+ - title: 'Publicly Available Clinical BERT Embeddings'
+ url: 'http://arxiv.org/abs/1904.03323v3'
+ - title: 'BioBERT: a pre-trained biomedical language representation model for biomedical text mining'
+ url: 'http://arxiv.org/abs/1901.08746v4'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/google/t5-base-lm-adapt/download_cn.md b/modelcenter/community/google/t5-base-lm-adapt/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..2583a545ec8320e803233320766a9db19fc434fa
--- /dev/null
+++ b/modelcenter/community/google/t5-base-lm-adapt/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## google/t5-base-lm-adapt
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|google/t5-base-lm-adapt| | 1.11G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-base-lm-adapt/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/google/t5-base-lm-adapt/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-base-lm-adapt/tokenizer_config.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models google/t5-base-lm-adapt
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/google/t5-base-lm-adapt/download_en.md b/modelcenter/community/google/t5-base-lm-adapt/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..6557284d46838476d7d3c320e694287bed3d3063
--- /dev/null
+++ b/modelcenter/community/google/t5-base-lm-adapt/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|google/t5-base-lm-adapt| | 1.11G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-base-lm-adapt/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/google/t5-base-lm-adapt/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-base-lm-adapt/tokenizer_config.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models google/t5-base-lm-adapt
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/google/t5-base-lm-adapt/info.yaml b/modelcenter/community/google/t5-base-lm-adapt/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..a29eca36a7c5ab840d4206fe36fc470f547806b2
--- /dev/null
+++ b/modelcenter/community/google/t5-base-lm-adapt/info.yaml
@@ -0,0 +1,26 @@
+Model_Info:
+ name: "google/t5-base-lm-adapt"
+ description: "Version 1.1 - LM-Adapted"
+ description_en: "Version 1.1 - LM-Adapted"
+ icon: ""
+ from_repo: "https://huggingface.co/google/t5-base-lm-adapt"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text2Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: "c4"
+Pulisher: "google"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'GLU Variants Improve Transformer'
+ url: 'http://arxiv.org/abs/2002.05202v1'
+ - title: 'Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer'
+ url: 'http://arxiv.org/abs/1910.10683v3'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/google/t5-large-lm-adapt/download_cn.md b/modelcenter/community/google/t5-large-lm-adapt/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..964f7cfa4a6e2e2e0b6174498cd9a05eb64592e4
--- /dev/null
+++ b/modelcenter/community/google/t5-large-lm-adapt/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## google/t5-large-lm-adapt
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|google/t5-large-lm-adapt| | 3.16G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-large-lm-adapt/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/google/t5-large-lm-adapt/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-large-lm-adapt/tokenizer_config.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models google/t5-large-lm-adapt
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/google/t5-large-lm-adapt/download_en.md b/modelcenter/community/google/t5-large-lm-adapt/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..c2c95099c7c1f53ccba0842d466b88f806f7cbd9
--- /dev/null
+++ b/modelcenter/community/google/t5-large-lm-adapt/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|google/t5-large-lm-adapt| | 3.16G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-large-lm-adapt/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/google/t5-large-lm-adapt/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-large-lm-adapt/tokenizer_config.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models google/t5-large-lm-adapt
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/google/t5-large-lm-adapt/info.yaml b/modelcenter/community/google/t5-large-lm-adapt/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..595c57b9603c616fd11b37db5d1064fcf41307c7
--- /dev/null
+++ b/modelcenter/community/google/t5-large-lm-adapt/info.yaml
@@ -0,0 +1,26 @@
+Model_Info:
+ name: "google/t5-large-lm-adapt"
+ description: "Version 1.1 - LM-Adapted"
+ description_en: "Version 1.1 - LM-Adapted"
+ icon: ""
+ from_repo: "https://huggingface.co/google/t5-large-lm-adapt"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text2Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: "c4"
+Pulisher: "google"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'GLU Variants Improve Transformer'
+ url: 'http://arxiv.org/abs/2002.05202v1'
+ - title: 'Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer'
+ url: 'http://arxiv.org/abs/1910.10683v3'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/google/t5-large-ssm/download_cn.md b/modelcenter/community/google/t5-large-ssm/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..344edafe14bbc236e03312ce3492c28459055d00
--- /dev/null
+++ b/modelcenter/community/google/t5-large-ssm/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## google/t5-large-ssm
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|google/t5-large-ssm| | 3.12G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-large-ssm/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/google/t5-large-ssm/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-large-ssm/tokenizer_config.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models google/t5-large-ssm
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/google/t5-large-ssm/download_en.md b/modelcenter/community/google/t5-large-ssm/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..000055d34d5df923908f515a46d93d5435b8450f
--- /dev/null
+++ b/modelcenter/community/google/t5-large-ssm/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|google/t5-large-ssm| | 3.12G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-large-ssm/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/google/t5-large-ssm/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-large-ssm/tokenizer_config.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models google/t5-large-ssm
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/google/t5-large-ssm/info.yaml b/modelcenter/community/google/t5-large-ssm/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..8c2db2aeaa59b70e5875d6b61246a9ba556e78f1
--- /dev/null
+++ b/modelcenter/community/google/t5-large-ssm/info.yaml
@@ -0,0 +1,26 @@
+Model_Info:
+ name: "google/t5-large-ssm"
+ description: "Abstract"
+ description_en: "Abstract"
+ icon: ""
+ from_repo: "https://huggingface.co/google/t5-large-ssm"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text2Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: "c4,wikipedia"
+Pulisher: "google"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'REALM: Retrieval-Augmented Language Model Pre-Training'
+ url: 'http://arxiv.org/abs/2002.08909v1'
+ - title: 'Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer'
+ url: 'http://arxiv.org/abs/1910.10683v3'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/google/t5-small-lm-adapt/download_cn.md b/modelcenter/community/google/t5-small-lm-adapt/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..ac45a0796d8b4dcec3b7a32b5df4fe525207488b
--- /dev/null
+++ b/modelcenter/community/google/t5-small-lm-adapt/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## google/t5-small-lm-adapt
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|google/t5-small-lm-adapt| | 419.10MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-small-lm-adapt/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/google/t5-small-lm-adapt/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-small-lm-adapt/tokenizer_config.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models google/t5-small-lm-adapt
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/google/t5-small-lm-adapt/download_en.md b/modelcenter/community/google/t5-small-lm-adapt/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..0791917040f5520285400babddbad1a6ae0171ce
--- /dev/null
+++ b/modelcenter/community/google/t5-small-lm-adapt/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|google/t5-small-lm-adapt| | 419.10MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-small-lm-adapt/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/google/t5-small-lm-adapt/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-small-lm-adapt/tokenizer_config.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models google/t5-small-lm-adapt
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/google/t5-small-lm-adapt/info.yaml b/modelcenter/community/google/t5-small-lm-adapt/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..3b07f33904981be174a92694ab16a02aa0b13849
--- /dev/null
+++ b/modelcenter/community/google/t5-small-lm-adapt/info.yaml
@@ -0,0 +1,26 @@
+Model_Info:
+ name: "google/t5-small-lm-adapt"
+ description: "Version 1.1 - LM-Adapted"
+ description_en: "Version 1.1 - LM-Adapted"
+ icon: ""
+ from_repo: "https://huggingface.co/google/t5-small-lm-adapt"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text2Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: "c4"
+Pulisher: "google"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'GLU Variants Improve Transformer'
+ url: 'http://arxiv.org/abs/2002.05202v1'
+ - title: 'Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer'
+ url: 'http://arxiv.org/abs/1910.10683v3'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/google/t5-v1_1-base/download_cn.md b/modelcenter/community/google/t5-v1_1-base/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..24ca3d8355f0377e7d04f9e3e77079635cecabc9
--- /dev/null
+++ b/modelcenter/community/google/t5-v1_1-base/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## google/t5-v1_1-base
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|google/t5-v1_1-base| | 1.11G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-v1_1-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/google/t5-v1_1-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-v1_1-base/tokenizer_config.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models google/t5-v1_1-base
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/google/t5-v1_1-base/download_en.md b/modelcenter/community/google/t5-v1_1-base/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..a11bbbc67fc69ede45f4b89844626b483696a195
--- /dev/null
+++ b/modelcenter/community/google/t5-v1_1-base/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|google/t5-v1_1-base| | 1.11G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-v1_1-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/google/t5-v1_1-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-v1_1-base/tokenizer_config.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models google/t5-v1_1-base
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/google/t5-v1_1-base/info.yaml b/modelcenter/community/google/t5-v1_1-base/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..e2486a39177e9569c335291d22b483f2dcb2c584
--- /dev/null
+++ b/modelcenter/community/google/t5-v1_1-base/info.yaml
@@ -0,0 +1,26 @@
+Model_Info:
+ name: "google/t5-v1_1-base"
+ description: "Version 1.1"
+ description_en: "Version 1.1"
+ icon: ""
+ from_repo: "https://huggingface.co/google/t5-v1_1-base"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text2Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: "c4"
+Pulisher: "google"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'GLU Variants Improve Transformer'
+ url: 'http://arxiv.org/abs/2002.05202v1'
+ - title: 'Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer'
+ url: 'http://arxiv.org/abs/1910.10683v3'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/google/t5-v1_1-large/download_cn.md b/modelcenter/community/google/t5-v1_1-large/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..4f8f935c78841058802540368d3a436646eae741
--- /dev/null
+++ b/modelcenter/community/google/t5-v1_1-large/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## google/t5-v1_1-large
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|google/t5-v1_1-large| | 3.16G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-v1_1-large/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/google/t5-v1_1-large/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-v1_1-large/tokenizer_config.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models google/t5-v1_1-large
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/google/t5-v1_1-large/download_en.md b/modelcenter/community/google/t5-v1_1-large/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..b1528afe47a5d6fe448938025bfe066c3f5298de
--- /dev/null
+++ b/modelcenter/community/google/t5-v1_1-large/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|google/t5-v1_1-large| | 3.16G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-v1_1-large/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/google/t5-v1_1-large/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-v1_1-large/tokenizer_config.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models google/t5-v1_1-large
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/google/t5-v1_1-large/info.yaml b/modelcenter/community/google/t5-v1_1-large/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..68bf884cefa6d19f9362100cea09c1171b24d229
--- /dev/null
+++ b/modelcenter/community/google/t5-v1_1-large/info.yaml
@@ -0,0 +1,26 @@
+Model_Info:
+ name: "google/t5-v1_1-large"
+ description: "Version 1.1"
+ description_en: "Version 1.1"
+ icon: ""
+ from_repo: "https://huggingface.co/google/t5-v1_1-large"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text2Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: "c4"
+Pulisher: "google"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'GLU Variants Improve Transformer'
+ url: 'http://arxiv.org/abs/2002.05202v1'
+ - title: 'Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer'
+ url: 'http://arxiv.org/abs/1910.10683v3'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/google/t5-v1_1-small/download_cn.md b/modelcenter/community/google/t5-v1_1-small/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..a318e67a5012ce8b0144b8d1c5e3251ecd00d256
--- /dev/null
+++ b/modelcenter/community/google/t5-v1_1-small/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## google/t5-v1_1-small
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|google/t5-v1_1-small| | 419.10MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-v1_1-small/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/google/t5-v1_1-small/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-v1_1-small/tokenizer_config.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models google/t5-v1_1-small
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/google/t5-v1_1-small/download_en.md b/modelcenter/community/google/t5-v1_1-small/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..c6e61362b7469a14a054d1c11a907c758b63e61f
--- /dev/null
+++ b/modelcenter/community/google/t5-v1_1-small/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|google/t5-v1_1-small| | 419.10MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-v1_1-small/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/google/t5-v1_1-small/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/google/t5-v1_1-small/tokenizer_config.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models google/t5-v1_1-small
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/google/t5-v1_1-small/info.yaml b/modelcenter/community/google/t5-v1_1-small/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..14b95b36d1664c23f4eff37f425e2a1aced0ae33
--- /dev/null
+++ b/modelcenter/community/google/t5-v1_1-small/info.yaml
@@ -0,0 +1,26 @@
+Model_Info:
+ name: "google/t5-v1_1-small"
+ description: "Version 1.1"
+ description_en: "Version 1.1"
+ icon: ""
+ from_repo: "https://huggingface.co/google/t5-v1_1-small"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text2Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: "c4"
+Pulisher: "google"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'GLU Variants Improve Transformer'
+ url: 'http://arxiv.org/abs/2002.05202v1'
+ - title: 'Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer'
+ url: 'http://arxiv.org/abs/1910.10683v3'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/hfl/chinese-bert-wwm-ext/download_cn.md b/modelcenter/community/hfl/chinese-bert-wwm-ext/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..bb069b227b891d6dfd426fa70629ef84b77f243d
--- /dev/null
+++ b/modelcenter/community/hfl/chinese-bert-wwm-ext/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## hfl/chinese-bert-wwm-ext
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|hfl/chinese-bert-wwm-ext| | 454.39MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-bert-wwm-ext/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-bert-wwm-ext/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-bert-wwm-ext/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-bert-wwm-ext/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models hfl/chinese-bert-wwm-ext
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/hfl/chinese-bert-wwm-ext/download_en.md b/modelcenter/community/hfl/chinese-bert-wwm-ext/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..13f24b703270812335742f5c734e519ddbe2c417
--- /dev/null
+++ b/modelcenter/community/hfl/chinese-bert-wwm-ext/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|hfl/chinese-bert-wwm-ext| | 454.39MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-bert-wwm-ext/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-bert-wwm-ext/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-bert-wwm-ext/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-bert-wwm-ext/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models hfl/chinese-bert-wwm-ext
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/hfl/chinese-bert-wwm-ext/info.yaml b/modelcenter/community/hfl/chinese-bert-wwm-ext/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..20a0c097206a1b34ef4f08c205b4cdf8f53614af
--- /dev/null
+++ b/modelcenter/community/hfl/chinese-bert-wwm-ext/info.yaml
@@ -0,0 +1,26 @@
+Model_Info:
+ name: "hfl/chinese-bert-wwm-ext"
+ description: "Chinese BERT with Whole Word Masking"
+ description_en: "Chinese BERT with Whole Word Masking"
+ icon: ""
+ from_repo: "https://huggingface.co/hfl/chinese-bert-wwm-ext"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: ""
+Pulisher: "hfl"
+License: "apache-2.0"
+Language: "Chinese"
+Paper:
+ - title: 'Pre-Training with Whole Word Masking for Chinese BERT'
+ url: 'http://arxiv.org/abs/1906.08101v3'
+ - title: 'Revisiting Pre-Trained Models for Chinese Natural Language Processing'
+ url: 'http://arxiv.org/abs/2004.13922v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/hfl/chinese-bert-wwm/download_cn.md b/modelcenter/community/hfl/chinese-bert-wwm/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..67483de21d37534eb23c8bf53e9da2c07660cbd1
--- /dev/null
+++ b/modelcenter/community/hfl/chinese-bert-wwm/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## hfl/chinese-bert-wwm
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|hfl/chinese-bert-wwm| | 454.39MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-bert-wwm/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-bert-wwm/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-bert-wwm/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-bert-wwm/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models hfl/chinese-bert-wwm
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/hfl/chinese-bert-wwm/download_en.md b/modelcenter/community/hfl/chinese-bert-wwm/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..f4e2cd98080cfff7f93e041bdc8cfaf3e587639d
--- /dev/null
+++ b/modelcenter/community/hfl/chinese-bert-wwm/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|hfl/chinese-bert-wwm| | 454.39MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-bert-wwm/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-bert-wwm/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-bert-wwm/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-bert-wwm/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models hfl/chinese-bert-wwm
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/hfl/chinese-bert-wwm/info.yaml b/modelcenter/community/hfl/chinese-bert-wwm/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..e31b9bff57cb9e8d2bdbe596ede633046d05c390
--- /dev/null
+++ b/modelcenter/community/hfl/chinese-bert-wwm/info.yaml
@@ -0,0 +1,26 @@
+Model_Info:
+ name: "hfl/chinese-bert-wwm"
+ description: "Chinese BERT with Whole Word Masking"
+ description_en: "Chinese BERT with Whole Word Masking"
+ icon: ""
+ from_repo: "https://huggingface.co/hfl/chinese-bert-wwm"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: ""
+Pulisher: "hfl"
+License: "apache-2.0"
+Language: "Chinese"
+Paper:
+ - title: 'Pre-Training with Whole Word Masking for Chinese BERT'
+ url: 'http://arxiv.org/abs/1906.08101v3'
+ - title: 'Revisiting Pre-Trained Models for Chinese Natural Language Processing'
+ url: 'http://arxiv.org/abs/2004.13922v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/hfl/chinese-bert-wwm/introduction_cn.py b/modelcenter/community/hfl/chinese-bert-wwm/introduction_cn.py
new file mode 100644
index 0000000000000000000000000000000000000000..70b1cd580874bfdb41f641c3afd2f3068d07e6f6
--- /dev/null
+++ b/modelcenter/community/hfl/chinese-bert-wwm/introduction_cn.py
@@ -0,0 +1,75 @@
+#!/usr/bin/env python
+# coding: utf-8
+
+# ## Chinese BERT with Whole Word Masking
+# For further accelerating Chinese natural language processing, we provide **Chinese pre-trained BERT with Whole Word Masking**.
+#
+# **[Pre-Training with Whole Word Masking for Chinese BERT](https://arxiv.org/abs/1906.08101)**
+# Yiming Cui, Wanxiang Che, Ting Liu, Bing Qin, Ziqing Yang, Shijin Wang, Guoping Hu
+#
+# This repository is developed based on:https://github.com/google-research/bert
+#
+# You may also interested in,
+# - Chinese BERT series: https://github.com/ymcui/Chinese-BERT-wwm
+# - Chinese MacBERT: https://github.com/ymcui/MacBERT
+# - Chinese ELECTRA: https://github.com/ymcui/Chinese-ELECTRA
+# - Chinese XLNet: https://github.com/ymcui/Chinese-XLNet
+# - Knowledge Distillation Toolkit - TextBrewer: https://github.com/airaria/TextBrewer
+#
+# More resources by HFL: https://github.com/ymcui/HFL-Anthology
+#
+
+# ## How to Use
+
+# In[ ]:
+
+
+get_ipython().system('pip install --upgrade paddlenlp')
+
+
+# In[ ]:
+
+
+import paddle
+from paddlenlp.transformers import AutoModel
+
+model = AutoModel.from_pretrained("hfl/chinese-bert-wwm")
+input_ids = paddle.randint(100, 200, shape=[1, 20])
+print(model(input_ids))
+
+
+#
+# ## Citation
+# If you find the technical report or resource is useful, please cite the following technical report in your paper.
+# - Primary: https://arxiv.org/abs/2004.13922
+
+# @inproceedings{cui-etal-2020-revisiting,
+# title = "Revisiting Pre-Trained Models for {C}hinese Natural Language Processing",
+# author = "Cui, Yiming and
+# Che, Wanxiang and
+# Liu, Ting and
+# Qin, Bing and
+# Wang, Shijin and
+# Hu, Guoping",
+# booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: Findings",
+# month = nov,
+# year = "2020",
+# address = "Online",
+# publisher = "Association for Computational Linguistics",
+# url = "https://www.aclweb.org/anthology/2020.findings-emnlp.58",
+# pages = "657--668",
+# }
+#
+
+# - Secondary: https://arxiv.org/abs/1906.08101
+#
+
+# @article{chinese-bert-wwm,
+# title={Pre-Training with Whole Word Masking for Chinese BERT},
+# author={Cui, Yiming and Che, Wanxiang and Liu, Ting and Qin, Bing and Yang, Ziqing and Wang, Shijin and Hu, Guoping},
+# journal={arXiv preprint arXiv:1906.08101},
+# year={2019}
+# }
+#
+
+# > 模型来源 [hfl/chinese-bert-wwm](https://huggingface.co/hfl/chinese-bert-wwm)
diff --git a/modelcenter/community/hfl/chinese-roberta-wwm-ext-large/download_cn.md b/modelcenter/community/hfl/chinese-roberta-wwm-ext-large/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..b09d99a6cb363a57d98c7ec5ea7b6d69d5b72cb4
--- /dev/null
+++ b/modelcenter/community/hfl/chinese-roberta-wwm-ext-large/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## hfl/chinese-roberta-wwm-ext-large
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|hfl/chinese-roberta-wwm-ext-large| | 1.30G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-roberta-wwm-ext-large/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-roberta-wwm-ext-large/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-roberta-wwm-ext-large/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-roberta-wwm-ext-large/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models hfl/chinese-roberta-wwm-ext-large
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/hfl/chinese-roberta-wwm-ext-large/download_en.md b/modelcenter/community/hfl/chinese-roberta-wwm-ext-large/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..f964f7a0f3cadc2b5280edab1a5430648063d2fb
--- /dev/null
+++ b/modelcenter/community/hfl/chinese-roberta-wwm-ext-large/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|hfl/chinese-roberta-wwm-ext-large| | 1.30G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-roberta-wwm-ext-large/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-roberta-wwm-ext-large/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-roberta-wwm-ext-large/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-roberta-wwm-ext-large/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models hfl/chinese-roberta-wwm-ext-large
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/hfl/chinese-roberta-wwm-ext-large/info.yaml b/modelcenter/community/hfl/chinese-roberta-wwm-ext-large/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..3138d52bf88bda5a63c6677cdf95ea4e0bfeec53
--- /dev/null
+++ b/modelcenter/community/hfl/chinese-roberta-wwm-ext-large/info.yaml
@@ -0,0 +1,26 @@
+Model_Info:
+ name: "hfl/chinese-roberta-wwm-ext-large"
+ description: "Please use 'Bert' related functions to load this model!"
+ description_en: "Please use 'Bert' related functions to load this model!"
+ icon: ""
+ from_repo: "https://huggingface.co/hfl/chinese-roberta-wwm-ext-large"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: ""
+Pulisher: "hfl"
+License: "apache-2.0"
+Language: "Chinese"
+Paper:
+ - title: 'Pre-Training with Whole Word Masking for Chinese BERT'
+ url: 'http://arxiv.org/abs/1906.08101v3'
+ - title: 'Revisiting Pre-Trained Models for Chinese Natural Language Processing'
+ url: 'http://arxiv.org/abs/2004.13922v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/hfl/chinese-roberta-wwm-ext/download_cn.md b/modelcenter/community/hfl/chinese-roberta-wwm-ext/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..feff3b7fc2adf8e45e470ed496481a8fc6ca35e6
--- /dev/null
+++ b/modelcenter/community/hfl/chinese-roberta-wwm-ext/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## hfl/chinese-roberta-wwm-ext
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|hfl/chinese-roberta-wwm-ext| | 454.39MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-roberta-wwm-ext/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-roberta-wwm-ext/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-roberta-wwm-ext/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-roberta-wwm-ext/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models hfl/chinese-roberta-wwm-ext
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/hfl/chinese-roberta-wwm-ext/download_en.md b/modelcenter/community/hfl/chinese-roberta-wwm-ext/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..34c01532636a8a83f94c543eed700dc67c1611ce
--- /dev/null
+++ b/modelcenter/community/hfl/chinese-roberta-wwm-ext/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|hfl/chinese-roberta-wwm-ext| | 454.39MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-roberta-wwm-ext/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-roberta-wwm-ext/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-roberta-wwm-ext/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/hfl/chinese-roberta-wwm-ext/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models hfl/chinese-roberta-wwm-ext
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/hfl/chinese-roberta-wwm-ext/info.yaml b/modelcenter/community/hfl/chinese-roberta-wwm-ext/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..f21861c62a824e05524764e068717dc42475a3c1
--- /dev/null
+++ b/modelcenter/community/hfl/chinese-roberta-wwm-ext/info.yaml
@@ -0,0 +1,26 @@
+Model_Info:
+ name: "hfl/chinese-roberta-wwm-ext"
+ description: "Please use 'Bert' related functions to load this model!"
+ description_en: "Please use 'Bert' related functions to load this model!"
+ icon: ""
+ from_repo: "https://huggingface.co/hfl/chinese-roberta-wwm-ext"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: ""
+Pulisher: "hfl"
+License: "apache-2.0"
+Language: "Chinese"
+Paper:
+ - title: 'Pre-Training with Whole Word Masking for Chinese BERT'
+ url: 'http://arxiv.org/abs/1906.08101v3'
+ - title: 'Revisiting Pre-Trained Models for Chinese Natural Language Processing'
+ url: 'http://arxiv.org/abs/2004.13922v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/hfl/rbt3/download_cn.md b/modelcenter/community/hfl/rbt3/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..327590c5a670ea070f00a0932b4f1495f2c86f51
--- /dev/null
+++ b/modelcenter/community/hfl/rbt3/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## hfl/rbt3
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|hfl/rbt3| | 211.03MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/rbt3/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/hfl/rbt3/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/rbt3/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/hfl/rbt3/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models hfl/rbt3
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/hfl/rbt3/download_en.md b/modelcenter/community/hfl/rbt3/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..a8efe4dd4738d8a9bd7d7bcaacc6c53807041ea9
--- /dev/null
+++ b/modelcenter/community/hfl/rbt3/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|hfl/rbt3| | 211.03MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/rbt3/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/hfl/rbt3/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/hfl/rbt3/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/hfl/rbt3/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models hfl/rbt3
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/hfl/rbt3/info.yaml b/modelcenter/community/hfl/rbt3/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..653fc1ca8068cd87536575589cf1774aeced6bcf
--- /dev/null
+++ b/modelcenter/community/hfl/rbt3/info.yaml
@@ -0,0 +1,26 @@
+Model_Info:
+ name: "hfl/rbt3"
+ description: "This is a re-trained 3-layer RoBERTa-wwm-ext model."
+ description_en: "This is a re-trained 3-layer RoBERTa-wwm-ext model."
+ icon: ""
+ from_repo: "https://huggingface.co/hfl/rbt3"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: ""
+Pulisher: "hfl"
+License: "apache-2.0"
+Language: "Chinese"
+Paper:
+ - title: 'Pre-Training with Whole Word Masking for Chinese BERT'
+ url: 'http://arxiv.org/abs/1906.08101v3'
+ - title: 'Revisiting Pre-Trained Models for Chinese Natural Language Processing'
+ url: 'http://arxiv.org/abs/2004.13922v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-base-cased/download_cn.md b/modelcenter/community/huggingface/bert-base-cased/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..ed8039e887d2c5460ef9625aeedbf16a39f7bc5b
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-base-cased/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## bert-base-cased
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|bert-base-cased| | 500.52MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-cased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-base-cased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-cased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-base-cased/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-base-cased
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-base-cased/download_en.md b/modelcenter/community/huggingface/bert-base-cased/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..ce939ba4568791603df03c96d613ee84b426cac6
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-base-cased/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|bert-base-cased| | 500.52MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-cased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-base-cased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-cased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-base-cased/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-base-cased
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/huggingface/bert-base-cased/info.yaml b/modelcenter/community/huggingface/bert-base-cased/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..c13aeac114428dc0d10e47c43896f5b52cb9f905
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-base-cased/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "bert-base-cased"
+ description: "BERT base model (cased)"
+ description_en: "BERT base model (cased)"
+ icon: ""
+ from_repo: "https://huggingface.co/bert-base-cased"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: "bookcorpus,wikipedia"
+Pulisher: "huggingface"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding'
+ url: 'http://arxiv.org/abs/1810.04805v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-base-german-cased/download_cn.md b/modelcenter/community/huggingface/bert-base-german-cased/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..797e17c0d19c7883715f716f43f859a12c3eefc8
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-base-german-cased/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## bert-base-german-cased
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|bert-base-german-cased| | 506.40MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-german-cased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-base-german-cased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-german-cased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-base-german-cased/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-base-german-cased
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-base-german-cased/download_en.md b/modelcenter/community/huggingface/bert-base-german-cased/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..d75a4c7e51689ac493a8a00fb6dcd3260ba947e5
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-base-german-cased/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|bert-base-german-cased| | 506.40MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-german-cased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-base-german-cased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-german-cased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-base-german-cased/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-base-german-cased
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/huggingface/bert-base-german-cased/info.yaml b/modelcenter/community/huggingface/bert-base-german-cased/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..539af303cbf60284268d0f9427b6fb807aad9f3f
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-base-german-cased/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "bert-base-german-cased"
+ description: "German BERT"
+ description_en: "German BERT"
+ icon: ""
+ from_repo: "https://huggingface.co/bert-base-german-cased"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: ""
+Pulisher: "huggingface"
+License: "mit"
+Language: "German"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-base-multilingual-cased/download_cn.md b/modelcenter/community/huggingface/bert-base-multilingual-cased/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..f520bb18fd9a0695f1fede8f7c5a819f2b85c1d2
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-base-multilingual-cased/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## bert-base-multilingual-cased
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|bert-base-multilingual-cased| | 1.01G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-multilingual-cased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-base-multilingual-cased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-multilingual-cased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-base-multilingual-cased/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-base-multilingual-cased
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-base-multilingual-cased/download_en.md b/modelcenter/community/huggingface/bert-base-multilingual-cased/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..bc74ce95af7429788936409d390a2d81ec3fe03a
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-base-multilingual-cased/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|bert-base-multilingual-cased| | 1.01G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-multilingual-cased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-base-multilingual-cased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-multilingual-cased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-base-multilingual-cased/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-base-multilingual-cased
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/huggingface/bert-base-multilingual-cased/info.yaml b/modelcenter/community/huggingface/bert-base-multilingual-cased/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..a113892cf5a3edd6140f174474ea04535fcd4031
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-base-multilingual-cased/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "bert-base-multilingual-cased"
+ description: "BERT multilingual base model (cased)"
+ description_en: "BERT multilingual base model (cased)"
+ icon: ""
+ from_repo: "https://huggingface.co/bert-base-multilingual-cased"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: "wikipedia"
+Pulisher: "huggingface"
+License: "apache-2.0"
+Language: ""
+Paper:
+ - title: 'BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding'
+ url: 'http://arxiv.org/abs/1810.04805v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-base-multilingual-uncased/download_cn.md b/modelcenter/community/huggingface/bert-base-multilingual-uncased/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..f5b1f92f0d52cf25992bcdb35e170237dfd664e1
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-base-multilingual-uncased/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## bert-base-multilingual-uncased
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|bert-base-multilingual-uncased| | 951.30MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-multilingual-uncased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-base-multilingual-uncased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-multilingual-uncased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-base-multilingual-uncased/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-base-multilingual-uncased
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-base-multilingual-uncased/download_en.md b/modelcenter/community/huggingface/bert-base-multilingual-uncased/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..33c2066eb7c4f3a78c99ed568d0f3220f52ab92a
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-base-multilingual-uncased/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|bert-base-multilingual-uncased| | 951.30MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-multilingual-uncased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-base-multilingual-uncased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-multilingual-uncased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-base-multilingual-uncased/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-base-multilingual-uncased
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/huggingface/bert-base-multilingual-uncased/info.yaml b/modelcenter/community/huggingface/bert-base-multilingual-uncased/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..5070fe8516a91e85234bb174573c0de63ac1e1fb
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-base-multilingual-uncased/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "bert-base-multilingual-uncased"
+ description: "BERT multilingual base model (uncased)"
+ description_en: "BERT multilingual base model (uncased)"
+ icon: ""
+ from_repo: "https://huggingface.co/bert-base-multilingual-uncased"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: "wikipedia"
+Pulisher: "huggingface"
+License: "apache-2.0"
+Language: ""
+Paper:
+ - title: 'BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding'
+ url: 'http://arxiv.org/abs/1810.04805v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-base-uncased/download_cn.md b/modelcenter/community/huggingface/bert-base-uncased/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..4f4d08ea6d279adb8283d7c5e8d98c38ad3eeed7
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-base-uncased/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## bert-base-uncased
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|bert-base-uncased| | 509.46MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-uncased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-base-uncased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-uncased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-base-uncased/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-base-uncased
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-base-uncased/download_en.md b/modelcenter/community/huggingface/bert-base-uncased/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..77b52f2c38682b93a491a8a015a79bcf43a44a82
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-base-uncased/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|bert-base-uncased| | 509.46MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-uncased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-base-uncased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-base-uncased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-base-uncased/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-base-uncased
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/huggingface/bert-base-uncased/info.yaml b/modelcenter/community/huggingface/bert-base-uncased/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..ec0877b5819f431eb7d211d62abcfcdf23f521a1
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-base-uncased/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "bert-base-uncased"
+ description: "BERT base model (uncased)"
+ description_en: "BERT base model (uncased)"
+ icon: ""
+ from_repo: "https://huggingface.co/bert-base-uncased"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: "bookcorpus,wikipedia"
+Pulisher: "huggingface"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding'
+ url: 'http://arxiv.org/abs/1810.04805v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-large-cased-whole-word-masking-finetuned-squad/download_cn.md b/modelcenter/community/huggingface/bert-large-cased-whole-word-masking-finetuned-squad/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..1f03fa3b2ed90e27dd5814f82f3a1232f8af472e
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-large-cased-whole-word-masking-finetuned-squad/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## bert-large-cased-whole-word-masking-finetuned-squad
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|bert-large-cased-whole-word-masking-finetuned-squad| | 1.24G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased-whole-word-masking-finetuned-squad/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased-whole-word-masking-finetuned-squad/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased-whole-word-masking-finetuned-squad/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased-whole-word-masking-finetuned-squad/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-large-cased-whole-word-masking-finetuned-squad
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-large-cased-whole-word-masking-finetuned-squad/download_en.md b/modelcenter/community/huggingface/bert-large-cased-whole-word-masking-finetuned-squad/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..264b4a65925c11047b488c642c2f70af2755a926
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-large-cased-whole-word-masking-finetuned-squad/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|bert-large-cased-whole-word-masking-finetuned-squad| | 1.24G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased-whole-word-masking-finetuned-squad/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased-whole-word-masking-finetuned-squad/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased-whole-word-masking-finetuned-squad/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased-whole-word-masking-finetuned-squad/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-large-cased-whole-word-masking-finetuned-squad
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/huggingface/bert-large-cased-whole-word-masking-finetuned-squad/info.yaml b/modelcenter/community/huggingface/bert-large-cased-whole-word-masking-finetuned-squad/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..9011c0b0454d8b6f45a050cc17a4bfb5d16f2f1c
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-large-cased-whole-word-masking-finetuned-squad/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "bert-large-cased-whole-word-masking-finetuned-squad"
+ description: "BERT large model (cased) whole word masking finetuned on SQuAD"
+ description_en: "BERT large model (cased) whole word masking finetuned on SQuAD"
+ icon: ""
+ from_repo: "https://huggingface.co/bert-large-cased-whole-word-masking-finetuned-squad"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Question Answering"
+ sub_tag: "回答问题"
+
+Example:
+
+Datasets: "bookcorpus,wikipedia"
+Pulisher: "huggingface"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding'
+ url: 'http://arxiv.org/abs/1810.04805v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-large-cased-whole-word-masking/download_cn.md b/modelcenter/community/huggingface/bert-large-cased-whole-word-masking/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..f763a085d0f51fdc64ccbc57bc591dde29930004
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-large-cased-whole-word-masking/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## bert-large-cased-whole-word-masking
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|bert-large-cased-whole-word-masking| | 1.36G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased-whole-word-masking/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased-whole-word-masking/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased-whole-word-masking/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased-whole-word-masking/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-large-cased-whole-word-masking
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-large-cased-whole-word-masking/download_en.md b/modelcenter/community/huggingface/bert-large-cased-whole-word-masking/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..f0a56b3a921480e173ddaa6e36c0544469db71b8
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-large-cased-whole-word-masking/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|bert-large-cased-whole-word-masking| | 1.36G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased-whole-word-masking/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased-whole-word-masking/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased-whole-word-masking/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased-whole-word-masking/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-large-cased-whole-word-masking
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/huggingface/bert-large-cased-whole-word-masking/info.yaml b/modelcenter/community/huggingface/bert-large-cased-whole-word-masking/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..d2ed863cae8d4a62236fbad81a9f5006e3c0c5a5
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-large-cased-whole-word-masking/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "bert-large-cased-whole-word-masking"
+ description: "BERT large model (cased) whole word masking"
+ description_en: "BERT large model (cased) whole word masking"
+ icon: ""
+ from_repo: "https://huggingface.co/bert-large-cased-whole-word-masking"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: "bookcorpus,wikipedia"
+Pulisher: "huggingface"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding'
+ url: 'http://arxiv.org/abs/1810.04805v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-large-cased/download_cn.md b/modelcenter/community/huggingface/bert-large-cased/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..6c4c0506e655bfc6c7399a5627e5042893264f2a
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-large-cased/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## bert-large-cased
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|bert-large-cased| | 1024.00MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-large-cased
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-large-cased/download_en.md b/modelcenter/community/huggingface/bert-large-cased/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..f142f89bcd8f1dec27f10dc2e2de7152aa5a65c1
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-large-cased/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|bert-large-cased| | 1024.00MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-large-cased/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-large-cased
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/huggingface/bert-large-cased/info.yaml b/modelcenter/community/huggingface/bert-large-cased/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..0d3c2f843ad8af3dcf201634f845322311f53267
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-large-cased/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "bert-large-cased"
+ description: "BERT large model (cased)"
+ description_en: "BERT large model (cased)"
+ icon: ""
+ from_repo: "https://huggingface.co/bert-large-cased"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: "bookcorpus,wikipedia"
+Pulisher: "huggingface"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding'
+ url: 'http://arxiv.org/abs/1810.04805v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-large-uncased-whole-word-masking-finetuned-squad/download_cn.md b/modelcenter/community/huggingface/bert-large-uncased-whole-word-masking-finetuned-squad/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..b13247595e46e30c2d75f43cfa571ca1d9d29bb5
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-large-uncased-whole-word-masking-finetuned-squad/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## bert-large-uncased-whole-word-masking-finetuned-squad
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|bert-large-uncased-whole-word-masking-finetuned-squad| | 1.25G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased-whole-word-masking-finetuned-squad/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased-whole-word-masking-finetuned-squad/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased-whole-word-masking-finetuned-squad/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased-whole-word-masking-finetuned-squad/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-large-uncased-whole-word-masking-finetuned-squad
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-large-uncased-whole-word-masking-finetuned-squad/download_en.md b/modelcenter/community/huggingface/bert-large-uncased-whole-word-masking-finetuned-squad/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..dee2fcee667189e568d5af7e04cf8952a90e6f17
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-large-uncased-whole-word-masking-finetuned-squad/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|bert-large-uncased-whole-word-masking-finetuned-squad| | 1.25G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased-whole-word-masking-finetuned-squad/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased-whole-word-masking-finetuned-squad/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased-whole-word-masking-finetuned-squad/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased-whole-word-masking-finetuned-squad/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-large-uncased-whole-word-masking-finetuned-squad
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/huggingface/bert-large-uncased-whole-word-masking-finetuned-squad/info.yaml b/modelcenter/community/huggingface/bert-large-uncased-whole-word-masking-finetuned-squad/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..668e3b4e84c45cad2019097b3043aed30b8cd5a6
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-large-uncased-whole-word-masking-finetuned-squad/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "bert-large-uncased-whole-word-masking-finetuned-squad"
+ description: "BERT large model (uncased) whole word masking finetuned on SQuAD"
+ description_en: "BERT large model (uncased) whole word masking finetuned on SQuAD"
+ icon: ""
+ from_repo: "https://huggingface.co/bert-large-uncased-whole-word-masking-finetuned-squad"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Question Answering"
+ sub_tag: "回答问题"
+
+Example:
+
+Datasets: "bookcorpus,wikipedia"
+Pulisher: "huggingface"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding'
+ url: 'http://arxiv.org/abs/1810.04805v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-large-uncased-whole-word-masking/download_cn.md b/modelcenter/community/huggingface/bert-large-uncased-whole-word-masking/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..263df0cdacb92dfad3b2dcd29180b2cfe0478af1
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-large-uncased-whole-word-masking/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## bert-large-uncased-whole-word-masking
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|bert-large-uncased-whole-word-masking| | 1.37G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased-whole-word-masking/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased-whole-word-masking/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased-whole-word-masking/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased-whole-word-masking/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-large-uncased-whole-word-masking
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-large-uncased-whole-word-masking/download_en.md b/modelcenter/community/huggingface/bert-large-uncased-whole-word-masking/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..c9262bb791bfa480b58728520f57bd615963c5b2
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-large-uncased-whole-word-masking/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|bert-large-uncased-whole-word-masking| | 1.37G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased-whole-word-masking/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased-whole-word-masking/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased-whole-word-masking/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased-whole-word-masking/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-large-uncased-whole-word-masking
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/huggingface/bert-large-uncased-whole-word-masking/info.yaml b/modelcenter/community/huggingface/bert-large-uncased-whole-word-masking/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..22cdefdd63bb99fe2b4e179041cbd446a29e0ef9
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-large-uncased-whole-word-masking/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "bert-large-uncased-whole-word-masking"
+ description: "BERT large model (uncased) whole word masking"
+ description_en: "BERT large model (uncased) whole word masking"
+ icon: ""
+ from_repo: "https://huggingface.co/bert-large-uncased-whole-word-masking"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: "bookcorpus,wikipedia"
+Pulisher: "huggingface"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding'
+ url: 'http://arxiv.org/abs/1810.04805v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-large-uncased/download_cn.md b/modelcenter/community/huggingface/bert-large-uncased/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..380e1f7f6d70eaabbf15ff70348668d7b5ca132c
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-large-uncased/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## bert-large-uncased
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|bert-large-uncased| | 1.37G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-large-uncased
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/bert-large-uncased/download_en.md b/modelcenter/community/huggingface/bert-large-uncased/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..82224ae6e213d3ac9d97b327b1e5430e15289a27
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-large-uncased/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|bert-large-uncased| | 1.37G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/bert-large-uncased/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models bert-large-uncased
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/huggingface/bert-large-uncased/info.yaml b/modelcenter/community/huggingface/bert-large-uncased/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..85f756f767043c1c4fb2cd56d0e6f9bedd94bedf
--- /dev/null
+++ b/modelcenter/community/huggingface/bert-large-uncased/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "bert-large-uncased"
+ description: "BERT large model (uncased)"
+ description_en: "BERT large model (uncased)"
+ icon: ""
+ from_repo: "https://huggingface.co/bert-large-uncased"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: "bookcorpus,wikipedia"
+Pulisher: "huggingface"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding'
+ url: 'http://arxiv.org/abs/1810.04805v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/distilbert-base-multilingual-cased/download_cn.md b/modelcenter/community/huggingface/distilbert-base-multilingual-cased/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..0d98d161de53d4805cdc662adb6614fe853343c7
--- /dev/null
+++ b/modelcenter/community/huggingface/distilbert-base-multilingual-cased/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## distilbert-base-multilingual-cased
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|distilbert-base-multilingual-cased| | 866.93MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/distilbert-base-multilingual-cased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/distilbert-base-multilingual-cased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/distilbert-base-multilingual-cased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/distilbert-base-multilingual-cased/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models distilbert-base-multilingual-cased
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/distilbert-base-multilingual-cased/download_en.md b/modelcenter/community/huggingface/distilbert-base-multilingual-cased/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..1e110bbde9d6caf892b50eaad2f63e5f666e465d
--- /dev/null
+++ b/modelcenter/community/huggingface/distilbert-base-multilingual-cased/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|distilbert-base-multilingual-cased| | 866.93MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/distilbert-base-multilingual-cased/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/distilbert-base-multilingual-cased/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/distilbert-base-multilingual-cased/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/distilbert-base-multilingual-cased/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models distilbert-base-multilingual-cased
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/huggingface/distilbert-base-multilingual-cased/info.yaml b/modelcenter/community/huggingface/distilbert-base-multilingual-cased/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..2d43df25c70747ae352b9986be4dc049d4ba1001
--- /dev/null
+++ b/modelcenter/community/huggingface/distilbert-base-multilingual-cased/info.yaml
@@ -0,0 +1,26 @@
+Model_Info:
+ name: "distilbert-base-multilingual-cased"
+ description: "Model Card for DistilBERT base multilingual (cased)"
+ description_en: "Model Card for DistilBERT base multilingual (cased)"
+ icon: ""
+ from_repo: "https://huggingface.co/distilbert-base-multilingual-cased"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: "wikipedia"
+Pulisher: "huggingface"
+License: "apache-2.0"
+Language: ""
+Paper:
+ - title: 'DistilBERT, a distilled version of BERT: smaller, faster, cheaper and lighter'
+ url: 'http://arxiv.org/abs/1910.01108v4'
+ - title: 'Quantifying the Carbon Emissions of Machine Learning'
+ url: 'http://arxiv.org/abs/1910.09700v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/distilgpt2/download_cn.md b/modelcenter/community/huggingface/distilgpt2/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..9b1949bd61886768cbdd16cf96514616137ceeab
--- /dev/null
+++ b/modelcenter/community/huggingface/distilgpt2/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## distilgpt2
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|distilgpt2| | 459.72MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/distilgpt2/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/distilgpt2/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/distilgpt2/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/distilgpt2/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/distilgpt2/vocab.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models distilgpt2
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/distilgpt2/download_en.md b/modelcenter/community/huggingface/distilgpt2/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..6dc2c2e7035f091983081e675f6848b655069ce4
--- /dev/null
+++ b/modelcenter/community/huggingface/distilgpt2/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|distilgpt2| | 459.72MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/distilgpt2/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/distilgpt2/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/distilgpt2/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/distilgpt2/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/distilgpt2/vocab.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models distilgpt2
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/huggingface/distilgpt2/info.yaml b/modelcenter/community/huggingface/distilgpt2/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..3510d86b3fa20781fa5522f2f58e8b792d0ce367
--- /dev/null
+++ b/modelcenter/community/huggingface/distilgpt2/info.yaml
@@ -0,0 +1,32 @@
+Model_Info:
+ name: "distilgpt2"
+ description: "DistilGPT2"
+ description_en: "DistilGPT2"
+ icon: ""
+ from_repo: "https://huggingface.co/distilgpt2"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: "openwebtext"
+Pulisher: "huggingface"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'DistilBERT, a distilled version of BERT: smaller, faster, cheaper and lighter'
+ url: 'http://arxiv.org/abs/1910.01108v4'
+ - title: 'Can Model Compression Improve NLP Fairness'
+ url: 'http://arxiv.org/abs/2201.08542v1'
+ - title: 'Mitigating Gender Bias in Distilled Language Models via Counterfactual Role Reversal'
+ url: 'http://arxiv.org/abs/2203.12574v1'
+ - title: 'Quantifying the Carbon Emissions of Machine Learning'
+ url: 'http://arxiv.org/abs/1910.09700v2'
+ - title: 'Distilling the Knowledge in a Neural Network'
+ url: 'http://arxiv.org/abs/1503.02531v1'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/distilroberta-base/download_cn.md b/modelcenter/community/huggingface/distilroberta-base/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..dc956e2eb2b8a15bb117da884c9e0db94cd23eac
--- /dev/null
+++ b/modelcenter/community/huggingface/distilroberta-base/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## distilroberta-base
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|distilroberta-base| | 462.98MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/distilroberta-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/distilroberta-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/distilroberta-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/distilroberta-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/distilroberta-base/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/distilroberta-base/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models distilroberta-base
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/distilroberta-base/download_en.md b/modelcenter/community/huggingface/distilroberta-base/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..6cd22f31ce3f5f52e75e21d8ab57dfefc337c864
--- /dev/null
+++ b/modelcenter/community/huggingface/distilroberta-base/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|distilroberta-base| | 462.98MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/distilroberta-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/distilroberta-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/distilroberta-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/distilroberta-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/distilroberta-base/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/distilroberta-base/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models distilroberta-base
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/huggingface/distilroberta-base/info.yaml b/modelcenter/community/huggingface/distilroberta-base/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..e0ad7b0bcc4da8c3d8fe7463bfcbb559ad591f67
--- /dev/null
+++ b/modelcenter/community/huggingface/distilroberta-base/info.yaml
@@ -0,0 +1,26 @@
+Model_Info:
+ name: "distilroberta-base"
+ description: "Model Card for DistilRoBERTa base"
+ description_en: "Model Card for DistilRoBERTa base"
+ icon: ""
+ from_repo: "https://huggingface.co/distilroberta-base"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Fill-Mask"
+ sub_tag: "槽位填充"
+
+Example:
+
+Datasets: "openwebtext"
+Pulisher: "huggingface"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'DistilBERT, a distilled version of BERT: smaller, faster, cheaper and lighter'
+ url: 'http://arxiv.org/abs/1910.01108v4'
+ - title: 'Quantifying the Carbon Emissions of Machine Learning'
+ url: 'http://arxiv.org/abs/1910.09700v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/gpt2-large/download_cn.md b/modelcenter/community/huggingface/gpt2-large/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..af088a2f5cbe3da45e0e535be32d381bd6d20747
--- /dev/null
+++ b/modelcenter/community/huggingface/gpt2-large/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## gpt2-large
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|gpt2-large| | 2.88G | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/gpt2-large/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/gpt2-large/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/gpt2-large/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/gpt2-large/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/gpt2-large/vocab.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models gpt2-large
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/gpt2-large/download_en.md b/modelcenter/community/huggingface/gpt2-large/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..cffd81b281414c669df97de70aa3444f0efc8f62
--- /dev/null
+++ b/modelcenter/community/huggingface/gpt2-large/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|gpt2-large| | 2.88G | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/gpt2-large/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/gpt2-large/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/gpt2-large/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/gpt2-large/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/gpt2-large/vocab.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models gpt2-large
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/huggingface/gpt2-large/info.yaml b/modelcenter/community/huggingface/gpt2-large/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..4cd4c076e08d9d551ba9841a5287f2a11cd01796
--- /dev/null
+++ b/modelcenter/community/huggingface/gpt2-large/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "gpt2-large"
+ description: "GPT-2 Large"
+ description_en: "GPT-2 Large"
+ icon: ""
+ from_repo: "https://huggingface.co/gpt2-large"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: ""
+Pulisher: "huggingface"
+License: "mit"
+Language: "English"
+Paper:
+ - title: 'Quantifying the Carbon Emissions of Machine Learning'
+ url: 'http://arxiv.org/abs/1910.09700v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/gpt2-medium/download_cn.md b/modelcenter/community/huggingface/gpt2-medium/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..2df93c684b001574dca77e5c19797399f4ca3a7b
--- /dev/null
+++ b/modelcenter/community/huggingface/gpt2-medium/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## gpt2-medium
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|gpt2-medium| | 1.32G | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/gpt2-medium/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/gpt2-medium/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/gpt2-medium/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/gpt2-medium/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/gpt2-medium/vocab.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models gpt2-medium
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/gpt2-medium/download_en.md b/modelcenter/community/huggingface/gpt2-medium/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..2ba9bf35662423fc46ae2fcadcf7372d0b2174b8
--- /dev/null
+++ b/modelcenter/community/huggingface/gpt2-medium/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|gpt2-medium| | 1.32G | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/gpt2-medium/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/gpt2-medium/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/gpt2-medium/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/gpt2-medium/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/gpt2-medium/vocab.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models gpt2-medium
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/huggingface/gpt2-medium/info.yaml b/modelcenter/community/huggingface/gpt2-medium/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..9641cb450337e5e22a9f3048dbdd962701e02ca1
--- /dev/null
+++ b/modelcenter/community/huggingface/gpt2-medium/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "gpt2-medium"
+ description: "GPT-2 Medium"
+ description_en: "GPT-2 Medium"
+ icon: ""
+ from_repo: "https://huggingface.co/gpt2-medium"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: ""
+Pulisher: "huggingface"
+License: "mit"
+Language: "English"
+Paper:
+ - title: 'Quantifying the Carbon Emissions of Machine Learning'
+ url: 'http://arxiv.org/abs/1910.09700v2'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/gpt2/download_cn.md b/modelcenter/community/huggingface/gpt2/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..0936a70efb3e69382dfb6403bea05a7b97dabc55
--- /dev/null
+++ b/modelcenter/community/huggingface/gpt2/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## gpt2
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|gpt2| | 474.71MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/gpt2/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/gpt2/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/gpt2/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/gpt2/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/gpt2/vocab.json) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models gpt2
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/huggingface/gpt2/download_en.md b/modelcenter/community/huggingface/gpt2/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..d4dfd03914ff4d45767fea4bc2e56ac103d4b426
--- /dev/null
+++ b/modelcenter/community/huggingface/gpt2/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|gpt2| | 474.71MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/gpt2/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/gpt2/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/gpt2/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/gpt2/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/gpt2/vocab.json) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models gpt2
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/huggingface/gpt2/info.yaml b/modelcenter/community/huggingface/gpt2/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..0f5b24c852e0d056a1acb6f94a880e0728307ad4
--- /dev/null
+++ b/modelcenter/community/huggingface/gpt2/info.yaml
@@ -0,0 +1,23 @@
+Model_Info:
+ name: "gpt2"
+ description: "GPT-2"
+ description_en: "GPT-2"
+ icon: ""
+ from_repo: "https://huggingface.co/gpt2"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Text Generation"
+ sub_tag: "文本生成"
+
+Example:
+
+Datasets: ""
+Pulisher: "huggingface"
+License: "mit"
+Language: "English"
+Paper:
+
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/indobenchmark/indobert-base-p1/download_cn.md b/modelcenter/community/indobenchmark/indobert-base-p1/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..73ff4670cb8c07c96d7073962523ff0a829f6ed0
--- /dev/null
+++ b/modelcenter/community/indobenchmark/indobert-base-p1/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## indobenchmark/indobert-base-p1
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|indobenchmark/indobert-base-p1| | 474.73MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/indobenchmark/indobert-base-p1/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/indobenchmark/indobert-base-p1/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/indobenchmark/indobert-base-p1/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/indobenchmark/indobert-base-p1/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models indobenchmark/indobert-base-p1
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/indobenchmark/indobert-base-p1/download_en.md b/modelcenter/community/indobenchmark/indobert-base-p1/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..f7683904d6b1f090b6c30e6e2399a936c96a6feb
--- /dev/null
+++ b/modelcenter/community/indobenchmark/indobert-base-p1/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|indobenchmark/indobert-base-p1| | 474.73MB | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/indobenchmark/indobert-base-p1/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/indobenchmark/indobert-base-p1/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/indobenchmark/indobert-base-p1/tokenizer_config.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/indobenchmark/indobert-base-p1/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models indobenchmark/indobert-base-p1
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/indobenchmark/indobert-base-p1/info.yaml b/modelcenter/community/indobenchmark/indobert-base-p1/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..4d8ab28348e0d803322d12c299949392f79e9f07
--- /dev/null
+++ b/modelcenter/community/indobenchmark/indobert-base-p1/info.yaml
@@ -0,0 +1,24 @@
+Model_Info:
+ name: "indobenchmark/indobert-base-p1"
+ description: "IndoBERT Base Model (phase1 - uncased)"
+ description_en: "IndoBERT Base Model (phase1 - uncased)"
+ icon: ""
+ from_repo: "https://huggingface.co/indobenchmark/indobert-base-p1"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Feature Extraction"
+ sub_tag: "特征抽取"
+
+Example:
+
+Datasets: "indonlu"
+Pulisher: "indobenchmark"
+License: "mit"
+Language: "Indonesian"
+Paper:
+ - title: 'IndoNLU: Benchmark and Resources for Evaluating Indonesian Natural Language Understanding'
+ url: 'http://arxiv.org/abs/2009.05387v3'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file
diff --git a/modelcenter/community/johngiorgi/declutr-base/download_cn.md b/modelcenter/community/johngiorgi/declutr-base/download_cn.md
new file mode 100644
index 0000000000000000000000000000000000000000..90761ce377dcfc6b0c3cf3a63576eaa42ed0dc14
--- /dev/null
+++ b/modelcenter/community/johngiorgi/declutr-base/download_cn.md
@@ -0,0 +1,23 @@
+# 模型列表
+
+## johngiorgi/declutr-base
+
+| 模型名称 | 模型介绍 | 模型大小 | 模型下载 |
+| --- | --- | --- | --- |
+|johngiorgi/declutr-base| | 625.22MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/johngiorgi/declutr-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/johngiorgi/declutr-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/johngiorgi/declutr-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/johngiorgi/declutr-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/johngiorgi/declutr-base/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/johngiorgi/declutr-base/vocab.txt) |
+
+也可以通过`paddlenlp` cli 工具来下载对应的模型权重,使用步骤如下所示:
+
+* 安装paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* 下载命令行
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models johngiorgi/declutr-base
+```
+
+有任何下载的问题都可以到[PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)中发Issue提问。
\ No newline at end of file
diff --git a/modelcenter/community/johngiorgi/declutr-base/download_en.md b/modelcenter/community/johngiorgi/declutr-base/download_en.md
new file mode 100644
index 0000000000000000000000000000000000000000..f25c8efd028cdb5c0d2386f0d6f173fa31eebd39
--- /dev/null
+++ b/modelcenter/community/johngiorgi/declutr-base/download_en.md
@@ -0,0 +1,23 @@
+# model list
+
+##
+
+| model | description | model_size | download |
+| --- | --- | --- | --- |
+|johngiorgi/declutr-base| | 625.22MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/johngiorgi/declutr-base/merges.txt)
[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/johngiorgi/declutr-base/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/johngiorgi/declutr-base/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/johngiorgi/declutr-base/tokenizer_config.json)
[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/johngiorgi/declutr-base/vocab.json)
[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/johngiorgi/declutr-base/vocab.txt) |
+
+or you can download all of model file with the following steps:
+
+* install paddlenlp
+
+```shell
+pip install --upgrade paddlenlp
+```
+
+* download model with cli tool
+
+```shell
+paddlenlp download --cache-dir ./pretrained_models johngiorgi/declutr-base
+```
+
+If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.
diff --git a/modelcenter/community/johngiorgi/declutr-base/info.yaml b/modelcenter/community/johngiorgi/declutr-base/info.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..04c0b9a3b641204e11b182242a61e8a0f5903d0a
--- /dev/null
+++ b/modelcenter/community/johngiorgi/declutr-base/info.yaml
@@ -0,0 +1,28 @@
+Model_Info:
+ name: "johngiorgi/declutr-base"
+ description: "DeCLUTR-base"
+ description_en: "DeCLUTR-base"
+ icon: ""
+ from_repo: "https://huggingface.co/johngiorgi/declutr-base"
+
+Task:
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Sentence Similarity"
+ sub_tag: "句子相似度"
+- tag_en: "Natural Language Processing"
+ tag: "自然语言处理"
+ sub_tag_en: "Feature Extraction"
+ sub_tag: "特征抽取"
+
+Example:
+
+Datasets: "openwebtext"
+Pulisher: "johngiorgi"
+License: "apache-2.0"
+Language: "English"
+Paper:
+ - title: 'DeCLUTR: Deep Contrastive Learning for Unsupervised Textual Representations'
+ url: 'http://arxiv.org/abs/2006.03659v4'
+IfTraining: 0
+IfOnlineDemo: 0
\ No newline at end of file