From adf138877f1f774c55b27fc190c231bdb2630d89 Mon Sep 17 00:00:00 2001 From: chenxiaozeng Date: Fri, 25 Nov 2022 21:17:20 +0800 Subject: [PATCH] Change ERNIE icon (#5672) * update ERNIE-Layout introduction and ERNIE's tags * change community models icon * change ERNIE icon --- modelcenter/ERNIE-3.0/info.yaml | 2 +- modelcenter/ERNIE-Layout/info.yaml | 6 +++--- modelcenter/ERNIE-M/info.yaml | 2 +- modelcenter/ERNIE-UIE/info.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modelcenter/ERNIE-3.0/info.yaml b/modelcenter/ERNIE-3.0/info.yaml index a1bcaebe..85dae6f8 100644 --- a/modelcenter/ERNIE-3.0/info.yaml +++ b/modelcenter/ERNIE-3.0/info.yaml @@ -3,7 +3,7 @@ Model_Info: name: "ERNIE 3.0" description: "ERNIE 3.0 轻量级模型" description_en: "ERNIE Tiny" - icon: "https://user-images.githubusercontent.com/11793384/203492126-501d2920-8f49-4d0b-a7f1-a6cecd003f7e.png" + icon: "https://user-images.githubusercontent.com/11793384/203991641-2cbf2337-fb23-4238-b20f-9310f3d2a1c6.png" from_repo: "PaddleNLP" Task: - tag_en: "Natural Language Processing" diff --git a/modelcenter/ERNIE-Layout/info.yaml b/modelcenter/ERNIE-Layout/info.yaml index 3dafdf8b..6c8ebc64 100644 --- a/modelcenter/ERNIE-Layout/info.yaml +++ b/modelcenter/ERNIE-Layout/info.yaml @@ -1,10 +1,10 @@ --- Model_Info: name: "ERNIE-Layout" - description: 文心跨模态预训练大模型 - description_en: ERNIE transmodel pre training large model + description: 文心多语言跨模态布局增强文档智能大模型 + description_en: ERNIE Cross-modal Pretrained Model update_time: - icon: "https://user-images.githubusercontent.com/11793384/203492273-64f38a22-a347-464b-9d87-6583ce5c3121.png" + icon: "https://user-images.githubusercontent.com/11793384/203991610-5dbd3e53-4183-47ca-8d93-d99f8e22cc4d.png" from_repo: PaddleNLP Task: - tag: 自然语言处理 diff --git a/modelcenter/ERNIE-M/info.yaml b/modelcenter/ERNIE-M/info.yaml index fa4a5dba..5461f315 100644 --- a/modelcenter/ERNIE-M/info.yaml +++ b/modelcenter/ERNIE-M/info.yaml @@ -3,7 +3,7 @@ Model_Info: name: "ERNIE-M" description: "多语言的语言模型" description_en: "A cross-lingual model" - icon: "https://user-images.githubusercontent.com/11793384/203492376-77d159e8-d687-44b5-b164-a436eef91256.png" + icon: "https://user-images.githubusercontent.com/11793384/203991496-bbaee158-1c92-43ac-84a8-c83315ed09dd.png" from_repo: "PaddleNLP" Task: - tag_en: "Natural Language Processing" diff --git a/modelcenter/ERNIE-UIE/info.yaml b/modelcenter/ERNIE-UIE/info.yaml index 529d0054..48ba133c 100644 --- a/modelcenter/ERNIE-UIE/info.yaml +++ b/modelcenter/ERNIE-UIE/info.yaml @@ -3,7 +3,7 @@ Model_Info: name: "ERNIE-UIE" description: "信息抽取模型" description_en: "Information Extraction Model" - icon: "https://user-images.githubusercontent.com/11793384/203492521-8d09d089-5576-41d3-8bc7-eec7a5385c35.png" + icon: "https://user-images.githubusercontent.com/11793384/203991653-26697503-691b-4150-94f5-9f47c9077262.png" from_repo: "PaddleNLP" Task: - tag_en: "Natural Language Processing" -- GitLab