Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
xusenlin
/
uie-base
like
22
Feature Extraction
Transformers
PyTorch
Chinese
ernie
infomation extraction
uie
custom_code
arxiv:
2203.12277
License:
apache-2.0
Model card
Files
Files and versions
Community
1
Train
Use this model
c054bec
uie-base
/
special_tokens_map.json
xusenlin
Upload 9 files
6e00f90
verified
10 months ago
raw
Copy download link
history
blame
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}