Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
anpmts
/
sentiment-classifier
like
0
Safetensors
sentiment-classifier
Generated from Trainer
custom_code
Model card
Files
Files and versions
xet
Community
d7c9e40
sentiment-classifier
/
label_mappings.json
anpmts
Upload sentiment classifier trained on Amazon Reviews
50739f9
verified
6 months ago
raw
Copy download link
history
blame
Safe
166 Bytes
{
"label_to_id"
:
{
"negative"
:
0
,
"neutral"
:
1
,
"positive"
:
2
}
,
"id_to_label"
:
{
"0"
:
"negative"
,
"1"
:
"neutral"
,
"2"
:
"positive"
}
}