add model
Browse files- config.json +46 -46
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
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": "
|
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": "
|
34 |
-
"1": "
|
35 |
-
"2": "
|
36 |
-
"3": "
|
37 |
-
"4": "
|
38 |
-
"5": "
|
39 |
-
"6": "
|
40 |
-
"7": "
|
41 |
-
"8": "
|
42 |
-
"9": "
|
43 |
-
"10": "
|
44 |
-
"11": "
|
45 |
-
"12": "
|
46 |
-
"13": "
|
47 |
-
"14": "
|
48 |
-
"15": "
|
49 |
-
"16": "
|
50 |
-
"17": "
|
51 |
-
"18": "
|
52 |
-
"19": "
|
53 |
-
"20": "
|
54 |
-
"21": "
|
55 |
},
|
56 |
"init_std": 0.02,
|
57 |
"is_encoder_decoder": true,
|
58 |
"kobart_version": 1.0,
|
59 |
"label2id": {
|
60 |
-
"
|
61 |
-
"
|
62 |
-
"
|
63 |
-
"
|
64 |
-
"
|
65 |
-
"
|
66 |
-
"
|
67 |
-
"
|
68 |
-
"
|
69 |
-
"
|
70 |
-
"
|
71 |
-
"
|
72 |
-
"
|
73 |
-
"
|
74 |
-
"
|
75 |
-
"
|
76 |
-
"
|
77 |
-
"
|
78 |
-
"
|
79 |
-
"
|
80 |
-
"
|
81 |
-
"
|
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",
|