Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
xusenlin
/
uie-base
like
18
Feature Extraction
Transformers
Safetensors
Chinese
ernie
infomation extraction
uie
custom_code
arxiv:
2203.12277
License:
apache-2.0
Model card
Files
Files and versions
Community
Train
Use this model
7987d0c
uie-base
/
tokenizer_config.json
xusenlin
Upload 5 files
7987d0c
almost 2 years ago
raw
Copy download link
history
blame
Safe
171 Bytes
{
"do_lower_case"
:
true
,
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"tokenizer_class"
:
"BertTokenizer"
}