Gunulhona commited on
Commit
e749e2f
1 Parent(s): 9febcb5
Files changed (1) hide show
  1. config.json +46 -46
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "gogamza/kobart-base-v1",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "add_bias_logits": false,
@@ -8,7 +8,7 @@
8
  "BartForSequenceClassification"
9
  ],
10
  "attention_dropout": 0.0,
11
- "author": "Heewon Jeon(madjakarta@gmail.com)",
12
  "bos_token_id": 0,
13
  "classif_dropout": 0.1,
14
  "classifier_dropout": 0.1,
@@ -30,55 +30,55 @@
30
  "forced_eos_token_id": 1,
31
  "gradient_checkpointing": false,
32
  "id2label": {
33
- "0": "LABEL_0",
34
- "1": "LABEL_1",
35
- "2": "LABEL_2",
36
- "3": "LABEL_3",
37
- "4": "LABEL_4",
38
- "5": "LABEL_5",
39
- "6": "LABEL_6",
40
- "7": "LABEL_7",
41
- "8": "LABEL_8",
42
- "9": "LABEL_9",
43
- "10": "LABEL_10",
44
- "11": "LABEL_11",
45
- "12": "LABEL_12",
46
- "13": "LABEL_13",
47
- "14": "LABEL_14",
48
- "15": "LABEL_15",
49
- "16": "LABEL_16",
50
- "17": "LABEL_17",
51
- "18": "LABEL_18",
52
- "19": "LABEL_19",
53
- "20": "LABEL_20",
54
- "21": "LABEL_21"
55
  },
56
  "init_std": 0.02,
57
  "is_encoder_decoder": true,
58
  "kobart_version": 1.0,
59
  "label2id": {
60
- "LABEL_0": 0,
61
- "LABEL_1": 1,
62
- "LABEL_10": 10,
63
- "LABEL_11": 11,
64
- "LABEL_12": 12,
65
- "LABEL_13": 13,
66
- "LABEL_14": 14,
67
- "LABEL_15": 15,
68
- "LABEL_16": 16,
69
- "LABEL_17": 17,
70
- "LABEL_18": 18,
71
- "LABEL_19": 19,
72
- "LABEL_2": 2,
73
- "LABEL_20": 20,
74
- "LABEL_21": 21,
75
- "LABEL_3": 3,
76
- "LABEL_4": 4,
77
- "LABEL_5": 5,
78
- "LABEL_6": 6,
79
- "LABEL_7": 7,
80
- "LABEL_8": 8,
81
- "LABEL_9": 9
82
  },
83
  "max_position_embeddings": 1026,
84
  "model_type": "bart",
 
1
  {
2
+ "_name_or_path": "gunulhona/tbbcmodel",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "add_bias_logits": false,
 
8
  "BartForSequenceClassification"
9
  ],
10
  "attention_dropout": 0.0,
11
+ "author": "Kevin Jung(kevin.jung@turingbio.com)",
12
  "bos_token_id": 0,
13
  "classif_dropout": 0.1,
14
  "classifier_dropout": 0.1,
 
30
  "forced_eos_token_id": 1,
31
  "gradient_checkpointing": false,
32
  "id2label": {
33
+ "0": "Sadness",
34
+ "1": "Loss of Energy",
35
+ "2": "Loss of Interest",
36
+ "3": "Changes in Sleeping Pattern",
37
+ "4": "Changes in Appetite",
38
+ "5": "Self-Dislike",
39
+ "6": "Concentration Difficultiy",
40
+ "7": "Crying",
41
+ "8": "Gulity Feelings",
42
+ "9": "Worthlessness",
43
+ "10": "Pessimism",
44
+ "11": "Past Failure",
45
+ "12": "Loss of Pleasure",
46
+ "13": "Tiredness or Fatigue",
47
+ "14": "Irritability",
48
+ "15": "Loss of Interest in Sex",
49
+ "16": "Agitation",
50
+ "17": "Punishment Feelings",
51
+ "18": "Self-Criticalness",
52
+ "19": "Indecisivness",
53
+ "20": "Suicidal Thoughts or Wishes",
54
+ "21": "Non BDI"
55
  },
56
  "init_std": 0.02,
57
  "is_encoder_decoder": true,
58
  "kobart_version": 1.0,
59
  "label2id": {
60
+ "Agitation": 16,
61
+ "Changes in Appetite": 4,
62
+ "Changes in Sleeping Pattern": 3,
63
+ "Concentration Difficultiy": 6,
64
+ "Crying": 7,
65
+ "Gulity Feelings": 8,
66
+ "Indecisivness": 19,
67
+ "Irritability": 14,
68
+ "Loss of Energy": 1,
69
+ "Loss of Interest": 2,
70
+ "Loss of Interest in Sex": 15,
71
+ "Loss of Pleasure": 12,
72
+ "Non BDI": 21,
73
+ "Past Failure": 11,
74
+ "Pessimism": 10,
75
+ "Punishment Feelings": 17,
76
+ "Sadness": 0,
77
+ "Self-Criticalness": 18,
78
+ "Self-Dislike": 5,
79
+ "Suicidal Thoughts or Wishes": 20,
80
+ "Tiredness or Fatigue": 13,
81
+ "Worthlessness": 9
82
  },
83
  "max_position_embeddings": 1026,
84
  "model_type": "bart",