Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
microsoft
/
layoutlm-base-uncased
like
43
Follow
Microsoft
4,696
Transformers
PyTorch
google-tensorflow
TensorFlow
Safetensors
English
layoutlm
Inference Endpoints
arxiv:
1912.13318
License:
mit
Model card
Files
Files and versions
Community
8
Train
Deploy
Use this model
refs/pr/2
layoutlm-base-uncased
/
tokenizer_config.json
system
HF staff
Update tokenizer_config.json
05ec405
about 4 years ago
raw
Copy download link
history
blame
Safe
170 Bytes
{
"do_lower_case"
:
true
,
"max_len"
:
512
,
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"init_inputs"
:
[
]
}