Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
mateiaass
/
albertbase-qa
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
cfa4b1d
albertbase-qa
/
special_tokens_map.json
mateiaass
Training in progress, step 500
c61ef78
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>"
}