noequal commited on
Commit
abd95c8
·
verified ·
1 Parent(s): f09f1c5

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +18 -18
config.json CHANGED
@@ -10,27 +10,27 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "LABEL_0",
14
- "1": "LABEL_1",
15
- "2": "LABEL_2",
16
- "3": "LABEL_3",
17
- "4": "LABEL_4",
18
- "5": "LABEL_5",
19
- "6": "LABEL_6",
20
- "7": "LABEL_7"
21
  },
22
- "initializer_range": 0.02,
23
- "intermediate_size": 3072,
24
  "label2id": {
25
- "LABEL_0": 0,
26
- "LABEL_1": 1,
27
- "LABEL_2": 2,
28
- "LABEL_3": 3,
29
- "LABEL_4": 4,
30
- "LABEL_5": 5,
31
- "LABEL_6": 6,
32
- "LABEL_7": 7
33
  },
 
 
34
  "layer_norm_eps": 1e-12,
35
  "max_position_embeddings": 512,
36
  "model_type": "bert",
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "Absence of Affectionate Bonds and Emotional Connection",
14
+ "1": "Household challenges",
15
+ "2": "Lack of involvement and indifferent parenting",
16
+ "3": "Mental Health struggles, Substance Use Issues",
17
+ "4": "Physical, verbal, and emotional abuse",
18
+ "5": "Poor treatment by family members and fearful environments",
19
+ "6": "Strained relationships with stepparents, family members and sibling conflicts",
20
+ "7": "Supportive and loving parents and positive family relationships"
21
  },
 
 
22
  "label2id": {
23
+ "Absence of Affectionate Bonds and Emotional Connection": 0,
24
+ "Household challenges": 1,
25
+ "Lack of involvement and indifferent parenting": 2,
26
+ "Mental Health struggles, Substance Use Issues": 3,
27
+ "Physical, verbal, and emotional abuse": 4,
28
+ "Poor treatment by family members and fearful environments": 5,
29
+ "Strained relationships with stepparents, family members and sibling conflicts": 6,
30
+ "Supportive and loving parents and positive family relationships": 7
31
  },
32
+ "initializer_range": 0.02,
33
+ "intermediate_size": 3072,
34
  "layer_norm_eps": 1e-12,
35
  "max_position_embeddings": 512,
36
  "model_type": "bert",