Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
kmack
/
HotelReviewClassifier
like
0
Text Classification
Transformers
Safetensors
Aditya1010/17k-hotel-reviews-dataset
bert
Sentiment Analysis
DistilBERT
Text Classification
Hotel Reviews
Inference Endpoints
License:
mit
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
main
HotelReviewClassifier
/
special_tokens_map.json
kmack
Upload special_tokens_map.json with huggingface_hub
1294b17
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}