nlptown commited on
Commit
5f1277d
1 Parent(s): 196af2a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -10
config.json CHANGED
@@ -21,11 +21,11 @@
21
  "gelu_activation": true,
22
  "group_by_size": true,
23
  "id2label": {
24
- "0": "LABEL_0",
25
- "1": "LABEL_1",
26
- "2": "LABEL_2",
27
- "3": "LABEL_3",
28
- "4": "LABEL_4"
29
  },
30
  "id2lang": {
31
  "0": "fr"
@@ -33,11 +33,11 @@
33
  "init_std": 0.02,
34
  "is_encoder": true,
35
  "label2id": {
36
- "LABEL_0": 0,
37
- "LABEL_1": 1,
38
- "LABEL_2": 2,
39
- "LABEL_3": 3,
40
- "LABEL_4": 4
41
  },
42
  "lang2id": {
43
  "fr": 0
21
  "gelu_activation": true,
22
  "group_by_size": true,
23
  "id2label": {
24
+ "0": "very_negative",
25
+ "1": "negative",
26
+ "2": "mixed",
27
+ "3": "positive",
28
+ "4": "very_positive"
29
  },
30
  "id2lang": {
31
  "0": "fr"
33
  "init_std": 0.02,
34
  "is_encoder": true,
35
  "label2id": {
36
+ "very_negative": 0,
37
+ "negative": 1,
38
+ "mixed": 2,
39
+ "positive": 3,
40
+ "very_positive": 4
41
  },
42
  "lang2id": {
43
  "fr": 0