Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Casually
/
uie-micro
like
0
Feature Extraction
Transformers
PyTorch
Chinese
ernie
custom_code
License:
apache-2.0
Model card
Files
Files and versions
Community
Train
Use this model
413f829
uie-micro
/
tokenizer_config.json
Casually
Upload tokenizer_config.json
9c75929
11 months 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"
}