简介 Brief Introduction

1.1亿参数的ernie-1.0模型

模型信息 Released Model Information

当前发布的pytorch版本ERNIE-base,是从huggingface下载并修复vocab和config对不上的问题。

This released pytorch model is downloading from huggingface, then fixed the vocab and config not matching issue.

使用 Usage

from transformers import AutoModelForMaskedLM, AutoTokenizer
tokenizer=AutoTokenizer.from_pretrained("xiaoqin/ernie-1.0-base-zh")
model=AutoModelForMaskedLM.from_pretrained("xiaoqin/ernie-1.0-base-zh")
Downloads last month
159
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no pipeline_tag.