sentiment-classifier / label_mappings.json
anpmts's picture
Upload sentiment classifier trained on Amazon Reviews
50739f9 verified
raw
history blame contribute delete
166 Bytes
{
"label_to_id": {
"negative": 0,
"neutral": 1,
"positive": 2
},
"id_to_label": {
"0": "negative",
"1": "neutral",
"2": "positive"
}
}