Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
naga-jay
/
hface_mlops_demo_dbert
like
0
Text Classification
Transformers
PyTorch
distilbert
Generated from Trainer
njay
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
c0a2d86
hface_mlops_demo_dbert
/
special_tokens_map.json
naga-jay
Training in progress, epoch 1
c0a2d86
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]"
}