Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
nickwong64
/
bert-base-uncased-poems-sentiment
like
3
Text Classification
Transformers
PyTorch
poem_sentment
English
bert
sentiment-analysis
poem-sentiment-detection
poem-sentiment
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
314b70c
bert-base-uncased-poems-sentiment
/
special_tokens_map.json
nickwong64
Upload tokenizer
3334bdb
over 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]"
}