Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
textattack
/
albert-base-v2-CoLA
like
0
Follow
TextAttack
18
Text Classification
Transformers
PyTorch
albert
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
8b36856
albert-base-v2-CoLA
/
special_tokens_map.json
system
HF staff
Update special_tokens_map.json
4daa619
over 4 years ago
raw
Copy download link
history
blame
Safe
156 Bytes
{
"bos_token"
:
"[CLS]"
,
"eos_token"
:
"[SEP]"
,
"unk_token"
:
"<unk>"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"<pad>"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}