Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
macavaney
/
deepct
like
1
Token Classification
Transformers
PyTorch
Safetensors
English
bert
retrieval
document-rewriting
Inference Endpoints
arxiv:
1910.10687
arxiv:
2007.14271
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
1f3d61a
deepct
/
special_tokens_map.json
Sean MacAvaney
initial commit
1f3d61a
about 2 years ago
raw
Copy download link
history
blame
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}