Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
haibotamiu
/
out
like
0
Question Answering
Transformers
PyTorch
squad
albert
Generated from Trainer
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
869f998
out
/
special_tokens_map.json
haibotamiu
Model save
b02fd2a
verified
8 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>"
}