Files
FastDeploy/examples/text/ernie-3.0
chenjian 595ca69251 [Doc] Add doc for vdl serving (#1110)
* add doc for vdl serving

* add doc for vdl serving

* add doc for vdl serving

* fix link

* fix link

* fix gif size

* fix gif size

* add english version

* fix links

* fix links

* update format

* update docs

* update docs

* update docs

* update docs

* update docs

* update docs

---------

Co-authored-by: heliqi <1101791222@qq.com>
2023-01-30 19:22:59 +08:00
..
2022-12-24 15:07:42 +08:00
2022-12-24 14:55:42 +08:00

简体中文| English

ERNIE 3.0 Model Deployment

Model Description

A list of Supported Models

Model Structure Language
ERNIE 3.0-Base 12-layers, 768-hidden, 12-heads Chinese
ERNIE 3.0-Medium 6-layers, 768-hidden, 12-heads Chinese
ERNIE 3.0-Mini 6-layers, 384-hidden, 12-heads Chinese
ERNIE 3.0-Micro 4-layers, 384-hidden, 12-heads Chinese
ERNIE 3.0-Nano 4-layers, 312-hidden, 12-heads Chinese

A list of Supported NLP Tasks

Task Yes or No
text classification
sequence labeling

Export Deployment Models

Before deployment, it is required to export trained ERNIE models into deployment models. The export steps can be found in the document Export Model.

Download Fine-tuning Models

Classification Task

For developers' testing, the fine-tuned ERNIE 3.0-Medium Model on text classification AFQMC dataset is provided below. Developers can download it directly.

Detailed Deployment Documents