Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
statworx
/
bert-book-genre-classification
like
1
Follow
statworx
15
Text Classification
Transformers
PyTorch
bert
text-embeddings-inference
Model card
Files
Files and versions
xet
Community
1
Deploy
Use this model
refs/pr/1
bert-book-genre-classification
/
special_tokens_map.json
mxhls
Upload 7 files
c05f1f9
over 3 years ago
raw
Copy download link
history
blame
Safe
112 Bytes
{
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}