| { | |
| "architectures": ["DebertaForSequenceClassification"], | |
| "model_type": "deberta-v3", | |
| "num_labels": 3, | |
| "id2label": { | |
| "0": "negative", | |
| "1": "neutral", | |
| "2": "positive" | |
| }, | |
| "label2id": { | |
| "negative": 0, | |
| "neutral": 1, | |
| "positive": 2 | |
| }, | |
| "hidden_size": 768, | |
| "task": "sequence-classification", | |
| "pipeline_tag": "text-classification" | |
| } |