Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
PaddlePaddle
/
ernie-3.0-nano-zh
like
4
Follow
PaddlePaddle
137
paddlenlp
PaddlePaddle
Chinese
ernie
arxiv:
2107.02137
arxiv:
2106.02241
arxiv:
2112.12731
License:
apache-2.0
Model card
Files
Files and versions
Community
1
Use this model
05ff1ec
ernie-3.0-nano-zh
/
tokenizer_config.json
sijunhe
init upload
7a1a4d3
almost 2 years ago
raw
Copy download link
history
blame
Safe
198 Bytes
{
"do_lower_case"
:
true
,
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"model_max_length"
:
2048
,
"tokenizer_class"
:
"ErnieTokenizer"
}