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.0": "addiction",
13
- "1.0": "anger-management",
14
- "2.0": "anxiety",
15
- "3.0": "behavioral-change",
16
- "4.0": "children-adolescents",
17
- "5.0": "counseling-fundamentals",
18
- "6.0": "depression",
19
- "7.0": "diagnosis",
20
- "8.0": "domestic-violence",
21
- "9.0": "eating-disorders",
22
- "10.0": "family-conflict",
23
- "11.0": "grief-and-loss",
24
- "12.0": "human-sexuality",
25
- "13.0": "intimacy",
26
- "14.0": "legal-regulatory",
27
- "15.0": "lgbtq",
28
- "16.0": "marriage",
29
- "17.0": "military-issues",
30
- "18.0": "parenting",
31
- "19.0": "professional-ethics",
32
- "20.0": "relationship-dissolution",
33
- "21.0": "relationships",
34
- "22.0": "self-esteem",
35
- "23.0": "sleep-improvement",
36
- "24.0": "social-relationships",
37
- "25.0": "spirituality",
38
- "26.0": "stress",
39
- "27.0": "substance-abuse",
40
- "28.0": "trauma",
41
- "29.0": "workplace-relationships"
42
  },
43
  "initializer_range": 0.02,
44
  "label2id": {
45
- "addiction": 0.0,
46
- "anger-management": 1.0,
47
- "anxiety": 2.0,
48
- "behavioral-change": 3.0,
49
- "children-adolescents": 4.0,
50
- "counseling-fundamentals": 5.0,
51
- "depression": 6.0,
52
- "diagnosis": 7.0,
53
- "domestic-violence": 8.0,
54
- "eating-disorders": 9.0,
55
- "family-conflict": 10.0,
56
- "grief-and-loss": 11.0,
57
- "human-sexuality": 12.0,
58
- "intimacy": 13.0,
59
- "legal-regulatory": 14.0,
60
- "lgbtq": 15.0,
61
- "marriage": 16.0,
62
- "military-issues": 17.0,
63
- "parenting": 18.0,
64
- "professional-ethics": 19.0,
65
- "relationship-dissolution": 20.0,
66
- "relationships": 21.0,
67
- "self-esteem": 22.0,
68
- "sleep-improvement": 23.0,
69
- "social-relationships": 24.0,
70
- "spirituality": 25.0,
71
- "stress": 26.0,
72
- "substance-abuse": 27.0,
73
- "trauma": 28.0,
74
- "workplace-relationships": 29.0
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:3a60a74127bc357fec3c3fc6bf46b912999988919421bf78505238ba1f9356d9
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:31a5bcc67a1424dbd0f004492253a71b5ed2f6522007507a03e6fccf65d1f781
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35f37732fa9c1c766f8361920d7213c0c79242a818037539a5a95ca3ecb70f99
3
  size 5112