From c5b2a251579ba1718a0c5cfb449309c41611d205 Mon Sep 17 00:00:00 2001 From: chenxiaozeng Date: Wed, 23 Nov 2022 16:08:09 +0800 Subject: [PATCH] add nlp model icon (#5663) * add nlp model icon * add nlp model icon --- modelcenter/ERNIE-3.0/info.yaml | 4 ++-- modelcenter/ERNIE-Layout/info.yaml | 2 +- modelcenter/ERNIE-M/info.yaml | 8 ++++---- modelcenter/ERNIE-UIE/info.yaml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/modelcenter/ERNIE-3.0/info.yaml b/modelcenter/ERNIE-3.0/info.yaml index 8bd4af52..7e300aa5 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: "@后续UE统一设计之后,会存到bos上某个位置" + icon: "https://user-images.githubusercontent.com/11793384/203492126-501d2920-8f49-4d0b-a7f1-a6cecd003f7e.png" from_repo: "PaddleNLP" Task: - tag_en: "Natural Language Processing" @@ -30,4 +30,4 @@ Paper: - title: "ERNIE-Tiny: A Progressive Distillation Framework for Pretrained Transformer Compression" url: "https://arxiv.org/abs/2106.02241" IfTraining: 0 -IfOnlineDemo: 1 +IfOnlineDemo: 1 \ No newline at end of file diff --git a/modelcenter/ERNIE-Layout/info.yaml b/modelcenter/ERNIE-Layout/info.yaml index ea730fc5..1d3fe124 100644 --- a/modelcenter/ERNIE-Layout/info.yaml +++ b/modelcenter/ERNIE-Layout/info.yaml @@ -4,7 +4,7 @@ Model_Info: description: 文心跨模态预训练大模型 description_en: ERNIE transmodel pre training large model update_time: - icon: url + icon: "https://user-images.githubusercontent.com/11793384/203492273-64f38a22-a347-464b-9d87-6583ce5c3121.png" from_repo: PaddleNLP Task: - tag: 文心大模型 diff --git a/modelcenter/ERNIE-M/info.yaml b/modelcenter/ERNIE-M/info.yaml index 50c73025..1f32b2c9 100644 --- a/modelcenter/ERNIE-M/info.yaml +++ b/modelcenter/ERNIE-M/info.yaml @@ -3,15 +3,15 @@ Model_Info: name: "ERNIE-M" description: "多语言的语言模型" description_en: "A cross-lingual model" - icon: "@后续UE统一设计之后,会存到bos上某个位置" + icon: "https://user-images.githubusercontent.com/11793384/203492376-77d159e8-d687-44b5-b164-a436eef91256.png" from_repo: "PaddleNLP" - Task: - tag_en: "Natural Language Processing" tag: "自然语言处理" sub_tag_en: "Pretrained Model" sub_tag: "预训练模型" -Example: "" + +Example: Datasets: "" Publisher: "Baidu" License: "apache.2.0" @@ -20,4 +20,4 @@ Paper: \ Semantics with Monolingual Corpora" url: "https://arxiv.org/pdf/2012.15674.pdf" IfTraining: 0 -IfOnlineDemo: 0 +IfOnlineDemo: 0 \ No newline at end of file diff --git a/modelcenter/ERNIE-UIE/info.yaml b/modelcenter/ERNIE-UIE/info.yaml index 51a74034..92765718 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: "@后续UE统一设计之后,会存到bos上某个位置" + icon: "https://user-images.githubusercontent.com/11793384/203492521-8d09d089-5576-41d3-8bc7-eec7a5385c35.png" from_repo: "PaddleNLP" Task: - tag_en: "Natural Language Processing" @@ -42,4 +42,4 @@ Paper: - title: "Unified Structure Generation for Universal Information Extraction" url: "https://arxiv.org/pdf/2203.12277.pdf" IfTraining: 0 -IfOnlineDemo: 1 +IfOnlineDemo: 1 \ No newline at end of file -- GitLab