sentiment-classifier / config.json
anpmts's picture
Upload sentiment classifier trained on Amazon Reviews
50739f9 verified
raw
history blame
469 Bytes
{
"architectures": [
"SentimentClassifier"
],
"dropout": 0.1,
"hidden_size": 768,
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1",
"2": "LABEL_2"
},
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1,
"LABEL_2": 2
},
"loss_weights": {
"classification": 0.7,
"regression": 0.3
},
"model_type": "sentiment-classifier",
"pretrained_model": "xlm-roberta-base",
"torch_dtype": "float32",
"transformers_version": "4.40.2"
}