Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
knowledgator
/
UTC-DeBERTa-small
like
12
Follow
Knowledgator Engineering
49
Token Classification
Transformers
PyTorch
English
deberta-v2
NER
token classification
information extraction
question answering
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
11ae3f8
UTC-DeBERTa-small
/
special_tokens_map.json
Ihor
Upload folder using huggingface_hub
df6e25e
verified
11 months ago
raw
Copy download link
history
blame
Safe
173 Bytes
{
"bos_token"
:
"[CLS]"
,
"cls_token"
:
"[CLS]"
,
"eos_token"
:
"[SEP]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}