akbarsigit
commited on
Commit
•
7befcee
1
Parent(s):
235a5c4
Training in progress, step 27
Browse files- config.json +89 -0
- model.safetensors +3 -0
- runs/Aug19_07-26-41_f692788984df/events.out.tfevents.1724052402.f692788984df.538.0 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +55 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert/distilbert-base-uncased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
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",
|
78 |
+
"n_heads": 12,
|
79 |
+
"n_layers": 6,
|
80 |
+
"pad_token_id": 0,
|
81 |
+
"problem_type": "single_label_classification",
|
82 |
+
"qa_dropout": 0.1,
|
83 |
+
"seq_classif_dropout": 0.2,
|
84 |
+
"sinusoidal_pos_embds": false,
|
85 |
+
"tie_weights_": true,
|
86 |
+
"torch_dtype": "float32",
|
87 |
+
"transformers_version": "4.42.4",
|
88 |
+
"vocab_size": 30522
|
89 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45c9c430b2f738adb440f2e5e022f69b40e2117c862fedfc6c6766d93f0395ad
|
3 |
+
size 267918696
|
runs/Aug19_07-26-41_f692788984df/events.out.tfevents.1724052402.f692788984df.538.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d23b0cc6381e99501fb3fd88a7f0ac73e52ace425e0f5c51443b1ac37aca330
|
3 |
+
size 6806
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_lower_case": true,
|
47 |
+
"mask_token": "[MASK]",
|
48 |
+
"model_max_length": 512,
|
49 |
+
"pad_token": "[PAD]",
|
50 |
+
"sep_token": "[SEP]",
|
51 |
+
"strip_accents": null,
|
52 |
+
"tokenize_chinese_chars": true,
|
53 |
+
"tokenizer_class": "DistilBertTokenizer",
|
54 |
+
"unk_token": "[UNK]"
|
55 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e10b01b3fcdc9b261fc7b44a1b5fd9bd866b439a2d350ee958df3e6f99f1235
|
3 |
+
size 5112
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|