Upload label_config.json with huggingface_hub
Browse files- label_config.json +14 -0
label_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id2label": {
|
| 3 |
+
"0": "Negative",
|
| 4 |
+
"1": "Neutral",
|
| 5 |
+
"2": "Positive"
|
| 6 |
+
},
|
| 7 |
+
"label2id": {
|
| 8 |
+
"Negative": 0,
|
| 9 |
+
"Neutral": 1,
|
| 10 |
+
"Positive": 2
|
| 11 |
+
},
|
| 12 |
+
"model_name": "microsoft/deberta-v3-base",
|
| 13 |
+
"max_length": 256
|
| 14 |
+
}
|