Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
gArthur98
/
Capstone_TinyBert
like
0
Text Classification
Transformers
PyTorch
bert
Generated from Trainer
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
3314d0f
Capstone_TinyBert
/
special_tokens_map.json
gArthur98
Training in progress, epoch 1
fd3c4ce
about 1 year ago
raw
Copy download link
history
blame
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}