ares1123 commited on
Commit
352d112
1 Parent(s): 8ba91c7

Upload 7 files

Browse files
README.md CHANGED
@@ -1,3 +1,47 @@
1
  ---
2
- license: bigscience-openrail-m
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ datasets:
3
+ - ares1123/disease_symptoms
4
  ---
5
+ LABEL2disease
6
+
7
+ ('0', '(vertigo) Paroymsal Positional Vertigo')
8
+ ('1', 'AIDS')
9
+ ('2', 'Acne')
10
+ ('3', 'Alcoholic hepatitis')
11
+ ('4', 'Allergy')
12
+ ('5', 'Arthritis')
13
+ ('6', 'Bronchial Asthma')
14
+ ('7', 'Cervical spondylosis')
15
+ ('8', 'Chicken pox')
16
+ ('9', 'Chronic cholestasis')
17
+ ('10', 'Common Cold')
18
+ ('11', 'Dengue')
19
+ ('12', 'Diabetes ')
20
+ ('13', 'Dimorphic hemmorhoids(piles)')
21
+ ('14', 'Drug Reaction')
22
+ ('15', 'Fungal infection')
23
+ ('16', 'GERD')
24
+ ('17', 'Gastroenteritis')
25
+ ('18', 'Heart attack')
26
+ ('19', 'Hepatitis B')
27
+ ('20', 'Hepatitis C')
28
+ ('21', 'Hepatitis D')
29
+ ('22', 'Hepatitis E')
30
+ ('23', 'Hypertension ')
31
+ ('24', 'Hyperthyroidism')
32
+ ('25', 'Hypoglycemia')
33
+ ('26', 'Hypothyroidism')
34
+ ('27', 'Impetigo')
35
+ ('28', 'Jaundice')
36
+ ('29', 'Malaria')
37
+ ('30', 'Migraine')
38
+ ('31', 'Osteoarthristis')
39
+ ('32', 'Paralysis (brain hemorrhage)')
40
+ ('33', 'Peptic ulcer diseae')
41
+ ('34', 'Pneumonia')
42
+ ('35', 'Psoriasis')
43
+ ('36', 'Tuberculosis')
44
+ ('37', 'Typhoid')
45
+ ('38', 'Urinary tract infection')
46
+ ('39', 'Varicose veins')
47
+ ('40', 'hepatitis A')
config.json ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2",
16
+ "3": "LABEL_3",
17
+ "4": "LABEL_4",
18
+ "5": "LABEL_5",
19
+ "6": "LABEL_6",
20
+ "7": "LABEL_7",
21
+ "8": "LABEL_8",
22
+ "9": "LABEL_9",
23
+ "10": "LABEL_10",
24
+ "11": "LABEL_11",
25
+ "12": "LABEL_12",
26
+ "13": "LABEL_13",
27
+ "14": "LABEL_14",
28
+ "15": "LABEL_15",
29
+ "16": "LABEL_16",
30
+ "17": "LABEL_17",
31
+ "18": "LABEL_18",
32
+ "19": "LABEL_19",
33
+ "20": "LABEL_20",
34
+ "21": "LABEL_21",
35
+ "22": "LABEL_22",
36
+ "23": "LABEL_23",
37
+ "24": "LABEL_24",
38
+ "25": "LABEL_25",
39
+ "26": "LABEL_26",
40
+ "27": "LABEL_27",
41
+ "28": "LABEL_28",
42
+ "29": "LABEL_29",
43
+ "30": "LABEL_30",
44
+ "31": "LABEL_31",
45
+ "32": "LABEL_32",
46
+ "33": "LABEL_33",
47
+ "34": "LABEL_34",
48
+ "35": "LABEL_35",
49
+ "36": "LABEL_36",
50
+ "37": "LABEL_37",
51
+ "38": "LABEL_38",
52
+ "39": "LABEL_39",
53
+ "40": "LABEL_40"
54
+ },
55
+ "initializer_range": 0.02,
56
+ "intermediate_size": 3072,
57
+ "label2id": {
58
+ "LABEL_0": 0,
59
+ "LABEL_1": 1,
60
+ "LABEL_10": 10,
61
+ "LABEL_11": 11,
62
+ "LABEL_12": 12,
63
+ "LABEL_13": 13,
64
+ "LABEL_14": 14,
65
+ "LABEL_15": 15,
66
+ "LABEL_16": 16,
67
+ "LABEL_17": 17,
68
+ "LABEL_18": 18,
69
+ "LABEL_19": 19,
70
+ "LABEL_2": 2,
71
+ "LABEL_20": 20,
72
+ "LABEL_21": 21,
73
+ "LABEL_22": 22,
74
+ "LABEL_23": 23,
75
+ "LABEL_24": 24,
76
+ "LABEL_25": 25,
77
+ "LABEL_26": 26,
78
+ "LABEL_27": 27,
79
+ "LABEL_28": 28,
80
+ "LABEL_29": 29,
81
+ "LABEL_3": 3,
82
+ "LABEL_30": 30,
83
+ "LABEL_31": 31,
84
+ "LABEL_32": 32,
85
+ "LABEL_33": 33,
86
+ "LABEL_34": 34,
87
+ "LABEL_35": 35,
88
+ "LABEL_36": 36,
89
+ "LABEL_37": 37,
90
+ "LABEL_38": 38,
91
+ "LABEL_39": 39,
92
+ "LABEL_4": 4,
93
+ "LABEL_40": 40,
94
+ "LABEL_5": 5,
95
+ "LABEL_6": 6,
96
+ "LABEL_7": 7,
97
+ "LABEL_8": 8,
98
+ "LABEL_9": 9
99
+ },
100
+ "layer_norm_eps": 1e-12,
101
+ "max_position_embeddings": 512,
102
+ "model_type": "bert",
103
+ "num_attention_heads": 12,
104
+ "num_hidden_layers": 12,
105
+ "pad_token_id": 0,
106
+ "position_embedding_type": "absolute",
107
+ "problem_type": "single_label_classification",
108
+ "torch_dtype": "float32",
109
+ "transformers_version": "4.36.1",
110
+ "type_vocab_size": 2,
111
+ "use_cache": true,
112
+ "vocab_size": 28996
113
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3f4715efda428bfd41315238fa3a10187d52a9aeb38c54fe9c6d1b97580ce90
3
+ size 433390732
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": false,
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": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff