File size: 1,839 Bytes
578085d
 
 
f7ed048
578085d
 
 
 
 
d7a4c22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
578085d
 
 
d7a4c22
 
f7ed048
 
 
 
 
 
 
 
d7a4c22
 
 
 
 
 
 
 
 
 
 
 
 
 
f7ed048
578085d
 
 
 
 
 
 
 
 
 
 
 
 
 
f7ed048
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
{
  "_name_or_path": "distilbert-base-uncased",
  "activation": "gelu",
  "architectures": ["DistilBertForSequenceClassification"],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "emotional pain",
    "1": "hair falling out",
    "2": "heart hurts",
    "3": "infected wound",
    "4": "foot ache",
    "5": "shoulder pain",
    "6": "injury from sports",
    "7": "skin issue",
    "8": "stomach ache",
    "9": "knee pain",
    "10": "joint pain",
    "11": "hard to breath",
    "12": "head ache",
    "13": "body feels weak",
    "14": "feeling dizzy",
    "15": "back pain",
    "16": "open wound",
    "17": "internal pain",
    "18": "blurry vision",
    "19": "acne",
    "20": "muscle pain",
    "21": "neck pain",
    "22": "cough",
    "23": "ear ache",
    "24": "feeling cold"
  },
  "initializer_range": 0.02,
  "label2id": {
    "emotional pain": 0,
    "hair falling out": 1,
    "heart hurts": 2,
    "infected wound": 3,
    "foot ache": 4,
    "shoulder pain": 5,
    "injury from sports": 6,
    "skin issue": 7,
    "stomach ache": 8,
    "knee pain": 9,
    "joint pain": 10,
    "hard to breath": 11,
    "head ache": 12,
    "body feels weak": 13,
    "feeling dizzy": 14,
    "back pain": 15,
    "open wound": 16,
    "internal pain": 17,
    "blurry vision": 18,
    "acne": 19,
    "muscle pain": 20,
    "neck pain": 21,
    "cough": 22,
    "ear ache": 23,
    "feeling cold": 24
  },
  "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.30.2",
  "vocab_size": 30522
}