Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
genaibook
/
classifier-chapter4
like
0
Follow
Hands-On Generative AI with Transformers and Diffusion Models
4
Text Classification
Transformers
PyTorch
ag_news
distilbert
Generated from Trainer
Eval Results
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
1e99391
classifier-chapter4
/
special_tokens_map.json
osanseviero
Training in progress, step 500
f589389
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]"
}