Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
jhn9803
/
docai_qa_reader_inhouse
like
0
Question Answering
Transformers
PyTorch
TensorBoard
deberta-v2
Inference Endpoints
Model card
Files
Files and versions
Metrics
Training metrics
Community
Train
Deploy
Use this model
8c3d1fb
docai_qa_reader_inhouse
/
special_tokens_map.json
jhn9803
Training in progress, step 500
8c3d1fb
about 1 year 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]"
}