| { | |
| "architectures": [ | |
| "SentimentClassifier" | |
| ], | |
| "auto_map": { | |
| "AutoConfig": "configuration_sentiment.SentimentClassifierConfig", | |
| "AutoModelForSequenceClassification": "sentiment_classifier.SentimentClassifier" | |
| }, | |
| "dropout": 0.1, | |
| "hidden_size": 768, | |
| "id2label": { | |
| "0": "negative", | |
| "1": "neutral", | |
| "2": "positive" | |
| }, | |
| "label2id": { | |
| "negative": 0, | |
| "neutral": 1, | |
| "positive": 2 | |
| }, | |
| "model_type": "sentiment-classifier", | |
| "pretrained_model": "xlm-roberta-base", | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.40.2" | |
| } | |