Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
APJ23
/
MultiHeaded_Sentiment_Analysis_Model
like
0
Text Classification
Transformers
PyTorch
bert
code
Inference Endpoints
License:
afl-3.0
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
967dfa6
MultiHeaded_Sentiment_Analysis_Model
/
special_tokens_map.json
APJ23
Rename special_tokens_map (1).json to special_tokens_map.json
34e8833
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]"
}