| { | |
| "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 | |
| }, | |
| "model_type": "sentiment-classifier", | |
| "pretrained_model": "xlm-roberta-base", | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.40.2" | |
| } | |