Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
lvyufeng
/
uie-base
like
0
paddlenlp
Chinese
arxiv:
2203.12277
License:
apache-2.0
Model card
Files
Files and versions
Community
Use this model
main
uie-base
/
tokenizer_config.json
FLoutione
add uie-base
df806e0
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
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"
}