akbarsigit
commited on
Commit
•
b8b749d
1
Parent(s):
baff3e6
Training in progress, step 184
Browse files
config.json
CHANGED
@@ -9,69 +9,69 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0
|
13 |
-
"1
|
14 |
-
"2
|
15 |
-
"3
|
16 |
-
"4
|
17 |
-
"5
|
18 |
-
"6
|
19 |
-
"7
|
20 |
-
"8
|
21 |
-
"9
|
22 |
-
"10
|
23 |
-
"11
|
24 |
-
"12
|
25 |
-
"13
|
26 |
-
"14
|
27 |
-
"15
|
28 |
-
"16
|
29 |
-
"17
|
30 |
-
"18
|
31 |
-
"19
|
32 |
-
"20
|
33 |
-
"21
|
34 |
-
"22
|
35 |
-
"23
|
36 |
-
"24
|
37 |
-
"25
|
38 |
-
"26
|
39 |
-
"27
|
40 |
-
"28
|
41 |
-
"29
|
42 |
},
|
43 |
"initializer_range": 0.02,
|
44 |
"label2id": {
|
45 |
-
"addiction": 0
|
46 |
-
"anger-management": 1
|
47 |
-
"anxiety": 2
|
48 |
-
"behavioral-change": 3
|
49 |
-
"children-adolescents": 4
|
50 |
-
"counseling-fundamentals": 5
|
51 |
-
"depression": 6
|
52 |
-
"diagnosis": 7
|
53 |
-
"domestic-violence": 8
|
54 |
-
"eating-disorders": 9
|
55 |
-
"family-conflict": 10
|
56 |
-
"grief-and-loss": 11
|
57 |
-
"human-sexuality": 12
|
58 |
-
"intimacy": 13
|
59 |
-
"legal-regulatory": 14
|
60 |
-
"lgbtq": 15
|
61 |
-
"marriage": 16
|
62 |
-
"military-issues": 17
|
63 |
-
"parenting": 18
|
64 |
-
"professional-ethics": 19
|
65 |
-
"relationship-dissolution": 20
|
66 |
-
"relationships": 21
|
67 |
-
"self-esteem": 22
|
68 |
-
"sleep-improvement": 23
|
69 |
-
"social-relationships": 24
|
70 |
-
"spirituality": 25
|
71 |
-
"stress": 26
|
72 |
-
"substance-abuse": 27
|
73 |
-
"trauma": 28
|
74 |
-
"workplace-relationships": 29
|
75 |
},
|
76 |
"max_position_embeddings": 512,
|
77 |
"model_type": "distilbert",
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "addiction",
|
13 |
+
"1": "anger-management",
|
14 |
+
"2": "anxiety",
|
15 |
+
"3": "behavioral-change",
|
16 |
+
"4": "children-adolescents",
|
17 |
+
"5": "counseling-fundamentals",
|
18 |
+
"6": "depression",
|
19 |
+
"7": "diagnosis",
|
20 |
+
"8": "domestic-violence",
|
21 |
+
"9": "eating-disorders",
|
22 |
+
"10": "family-conflict",
|
23 |
+
"11": "grief-and-loss",
|
24 |
+
"12": "human-sexuality",
|
25 |
+
"13": "intimacy",
|
26 |
+
"14": "legal-regulatory",
|
27 |
+
"15": "lgbtq",
|
28 |
+
"16": "marriage",
|
29 |
+
"17": "military-issues",
|
30 |
+
"18": "parenting",
|
31 |
+
"19": "professional-ethics",
|
32 |
+
"20": "relationship-dissolution",
|
33 |
+
"21": "relationships",
|
34 |
+
"22": "self-esteem",
|
35 |
+
"23": "sleep-improvement",
|
36 |
+
"24": "social-relationships",
|
37 |
+
"25": "spirituality",
|
38 |
+
"26": "stress",
|
39 |
+
"27": "substance-abuse",
|
40 |
+
"28": "trauma",
|
41 |
+
"29": "workplace-relationships"
|
42 |
},
|
43 |
"initializer_range": 0.02,
|
44 |
"label2id": {
|
45 |
+
"addiction": 0,
|
46 |
+
"anger-management": 1,
|
47 |
+
"anxiety": 2,
|
48 |
+
"behavioral-change": 3,
|
49 |
+
"children-adolescents": 4,
|
50 |
+
"counseling-fundamentals": 5,
|
51 |
+
"depression": 6,
|
52 |
+
"diagnosis": 7,
|
53 |
+
"domestic-violence": 8,
|
54 |
+
"eating-disorders": 9,
|
55 |
+
"family-conflict": 10,
|
56 |
+
"grief-and-loss": 11,
|
57 |
+
"human-sexuality": 12,
|
58 |
+
"intimacy": 13,
|
59 |
+
"legal-regulatory": 14,
|
60 |
+
"lgbtq": 15,
|
61 |
+
"marriage": 16,
|
62 |
+
"military-issues": 17,
|
63 |
+
"parenting": 18,
|
64 |
+
"professional-ethics": 19,
|
65 |
+
"relationship-dissolution": 20,
|
66 |
+
"relationships": 21,
|
67 |
+
"self-esteem": 22,
|
68 |
+
"sleep-improvement": 23,
|
69 |
+
"social-relationships": 24,
|
70 |
+
"spirituality": 25,
|
71 |
+
"stress": 26,
|
72 |
+
"substance-abuse": 27,
|
73 |
+
"trauma": 28,
|
74 |
+
"workplace-relationships": 29
|
75 |
},
|
76 |
"max_position_embeddings": 512,
|
77 |
"model_type": "distilbert",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267918696
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04ab429c9a36140d2770c9d8129113621b4cd4c3d4ab31cbb1d533b61215fdb8
|
3 |
size 267918696
|
runs/Aug20_09-21-30_5e44cd292be9/events.out.tfevents.1724145691.5e44cd292be9.523.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0be9f3f467a78e9b12bc981bea067ed4c0978a15e082a2256905d1e01f521600
|
3 |
+
size 6904
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35f37732fa9c1c766f8361920d7213c0c79242a818037539a5a95ca3ecb70f99
|
3 |
size 5112
|