karimmohamed19 commited on
Commit
bc6f7e2
·
verified ·
1 Parent(s): 69a4b97

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +128 -0
config.json ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "ADHD",
13
+ "1": "Amputation",
14
+ "2": "Anxiety Disorders",
15
+ "3": "Aphasia",
16
+ "4": "Apraxia of Speech",
17
+ "5": "Arthritis",
18
+ "6": "Auditory Processing Disorder",
19
+ "7": "Autism Spectrum Disorder",
20
+ "8": "Bipolar Disorder",
21
+ "9": "Blindness",
22
+ "10": "Cataracts",
23
+ "11": "Cerebral Palsy",
24
+ "12": "Color Blindness",
25
+ "13": "Conductive Hearing Loss",
26
+ "14": "Depression",
27
+ "15": "Developmental Delay",
28
+ "16": "Down Syndrome",
29
+ "17": "Dysarthria",
30
+ "18": "Dyscalculia",
31
+ "19": "Dysgraphia",
32
+ "20": "Dyslexia",
33
+ "21": "Eating Disorders",
34
+ "22": "Executive Functioning Deficits",
35
+ "23": "Fragile X Syndrome",
36
+ "24": "Glaucoma",
37
+ "25": "Intellectual Disability",
38
+ "26": "Language Processing Disorder",
39
+ "27": "Low Vision",
40
+ "28": "Macular Degeneration",
41
+ "29": "Mixed Hearing Loss",
42
+ "30": "Mobility Impairments",
43
+ "31": "Multiple Sclerosis",
44
+ "32": "Muscular Dystrophy",
45
+ "33": "Neural Hearing Loss",
46
+ "34": "Noise-Induced Hearing Loss",
47
+ "35": "Nonverbal Learning Disability",
48
+ "36": "OCD",
49
+ "37": "PTSD",
50
+ "38": "Profound Deafness",
51
+ "39": "Retinal Disorders",
52
+ "40": "Schizophrenia",
53
+ "41": "Selective Mutism",
54
+ "42": "Sensorineural Hearing Loss",
55
+ "43": "Specific Learning Disabilities",
56
+ "44": "Spinal Cord Injury",
57
+ "45": "Stuttering",
58
+ "46": "Tinnitus",
59
+ "47": "Tourette Syndrome",
60
+ "48": "Voice Disorders"
61
+ },
62
+ "initializer_range": 0.02,
63
+ "intermediate_size": 3072,
64
+ "label2id": {
65
+ "ADHD": 0,
66
+ "Amputation": 1,
67
+ "Anxiety Disorders": 2,
68
+ "Aphasia": 3,
69
+ "Apraxia of Speech": 4,
70
+ "Arthritis": 5,
71
+ "Auditory Processing Disorder": 6,
72
+ "Autism Spectrum Disorder": 7,
73
+ "Bipolar Disorder": 8,
74
+ "Blindness": 9,
75
+ "Cataracts": 10,
76
+ "Cerebral Palsy": 11,
77
+ "Color Blindness": 12,
78
+ "Conductive Hearing Loss": 13,
79
+ "Depression": 14,
80
+ "Developmental Delay": 15,
81
+ "Down Syndrome": 16,
82
+ "Dysarthria": 17,
83
+ "Dyscalculia": 18,
84
+ "Dysgraphia": 19,
85
+ "Dyslexia": 20,
86
+ "Eating Disorders": 21,
87
+ "Executive Functioning Deficits": 22,
88
+ "Fragile X Syndrome": 23,
89
+ "Glaucoma": 24,
90
+ "Intellectual Disability": 25,
91
+ "Language Processing Disorder": 26,
92
+ "Low Vision": 27,
93
+ "Macular Degeneration": 28,
94
+ "Mixed Hearing Loss": 29,
95
+ "Mobility Impairments": 30,
96
+ "Multiple Sclerosis": 31,
97
+ "Muscular Dystrophy": 32,
98
+ "Neural Hearing Loss": 33,
99
+ "Noise-Induced Hearing Loss": 34,
100
+ "Nonverbal Learning Disability": 35,
101
+ "OCD": 36,
102
+ "PTSD": 37,
103
+ "Profound Deafness": 38,
104
+ "Retinal Disorders": 39,
105
+ "Schizophrenia": 40,
106
+ "Selective Mutism": 41,
107
+ "Sensorineural Hearing Loss": 42,
108
+ "Specific Learning Disabilities": 43,
109
+ "Spinal Cord Injury": 44,
110
+ "Stuttering": 45,
111
+ "Tinnitus": 46,
112
+ "Tourette Syndrome": 47,
113
+ "Voice Disorders": 48
114
+ },
115
+ "layer_norm_eps": 1e-12,
116
+ "max_position_embeddings": 512,
117
+ "model_type": "bert",
118
+ "num_attention_heads": 12,
119
+ "num_hidden_layers": 12,
120
+ "pad_token_id": 0,
121
+ "position_embedding_type": "absolute",
122
+ "problem_type": "single_label_classification",
123
+ "torch_dtype": "float32",
124
+ "transformers_version": "4.51.3",
125
+ "type_vocab_size": 2,
126
+ "use_cache": true,
127
+ "vocab_size": 30522
128
+ }