File size: 2,256 Bytes
7befcee
 
 
 
 
 
 
 
 
 
 
b8b749d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7befcee
 
 
b8b749d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7befcee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
  "_name_or_path": "distilbert/distilbert-base-uncased",
  "activation": "gelu",
  "architectures": [
    "DistilBertForSequenceClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "addiction",
    "1": "anger-management",
    "2": "anxiety",
    "3": "behavioral-change",
    "4": "children-adolescents",
    "5": "counseling-fundamentals",
    "6": "depression",
    "7": "diagnosis",
    "8": "domestic-violence",
    "9": "eating-disorders",
    "10": "family-conflict",
    "11": "grief-and-loss",
    "12": "human-sexuality",
    "13": "intimacy",
    "14": "legal-regulatory",
    "15": "lgbtq",
    "16": "marriage",
    "17": "military-issues",
    "18": "parenting",
    "19": "professional-ethics",
    "20": "relationship-dissolution",
    "21": "relationships",
    "22": "self-esteem",
    "23": "sleep-improvement",
    "24": "social-relationships",
    "25": "spirituality",
    "26": "stress",
    "27": "substance-abuse",
    "28": "trauma",
    "29": "workplace-relationships"
  },
  "initializer_range": 0.02,
  "label2id": {
    "addiction": 0,
    "anger-management": 1,
    "anxiety": 2,
    "behavioral-change": 3,
    "children-adolescents": 4,
    "counseling-fundamentals": 5,
    "depression": 6,
    "diagnosis": 7,
    "domestic-violence": 8,
    "eating-disorders": 9,
    "family-conflict": 10,
    "grief-and-loss": 11,
    "human-sexuality": 12,
    "intimacy": 13,
    "legal-regulatory": 14,
    "lgbtq": 15,
    "marriage": 16,
    "military-issues": 17,
    "parenting": 18,
    "professional-ethics": 19,
    "relationship-dissolution": 20,
    "relationships": 21,
    "self-esteem": 22,
    "sleep-improvement": 23,
    "social-relationships": 24,
    "spirituality": 25,
    "stress": 26,
    "substance-abuse": 27,
    "trauma": 28,
    "workplace-relationships": 29
  },
  "max_position_embeddings": 512,
  "model_type": "distilbert",
  "n_heads": 12,
  "n_layers": 6,
  "pad_token_id": 0,
  "problem_type": "single_label_classification",
  "qa_dropout": 0.1,
  "seq_classif_dropout": 0.2,
  "sinusoidal_pos_embds": false,
  "tie_weights_": true,
  "torch_dtype": "float32",
  "transformers_version": "4.42.4",
  "vocab_size": 30522
}