Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
fbaigt
/
procbert
like
1
Feature Extraction
Transformers
PyTorch
English
bert
Inference Endpoints
arxiv:
2109.04711
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
main
procbert
/
special_tokens_map.json
Fan Bai
Add model weights and configuation
44bea72
about 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
156 Bytes
{
"bos_token"
:
"[CLS]"
,
"eos_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}