Text Classification
Transformers
Safetensors
English
Indonesian
xlm-roberta
Inference Endpoints
thonyyy commited on
Commit
e0010f4
1 Parent(s): c68c073

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -11,9 +11,9 @@
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
- "0": "LABEL_0",
15
- "1": "LABEL_1",
16
- "2": "LABEL_2"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
 
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
+ "0": "negative",
15
+ "1": "neutral",
16
+ "2": "positive"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,