OzzeY72 commited on
Commit
5a7a2f5
·
verified ·
1 Parent(s): b1429b7

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "Allergy",
12
+ "1": "Anatomy",
13
+ "2": "Anesthesiology",
14
+ "3": "Biochemistry",
15
+ "4": "Cardiology",
16
+ "5": "Chemistry",
17
+ "6": "Dermatology",
18
+ "7": "Emergency",
19
+ "8": "Endocrinology",
20
+ "9": "Gastroenterology",
21
+ "10": "Genetics",
22
+ "11": "Geriatrics",
23
+ "12": "Gynecology",
24
+ "13": "Hematology",
25
+ "14": "Microbiology",
26
+ "15": "Nephrology",
27
+ "16": "Neurology",
28
+ "17": "Nursing",
29
+ "18": "Obstetrics",
30
+ "19": "Odontology",
31
+ "20": "Oncology",
32
+ "21": "Ophthalmology",
33
+ "22": "Orthopedics",
34
+ "23": "Otorhinolaryngology",
35
+ "24": "Pathology",
36
+ "25": "Pediatrics",
37
+ "26": "Pharmacology",
38
+ "27": "Physiology",
39
+ "28": "Psychiatry",
40
+ "29": "Psychology",
41
+ "30": "Radiology",
42
+ "31": "Respiratory",
43
+ "32": "Rheumatology",
44
+ "33": "Surgery",
45
+ "34": "Urology"
46
+ },
47
+ "initializer_range": 0.02,
48
+ "intermediate_size": 3072,
49
+ "label2id": {
50
+ "Allergy": 0,
51
+ "Anatomy": 1,
52
+ "Anesthesiology": 2,
53
+ "Biochemistry": 3,
54
+ "Cardiology": 4,
55
+ "Chemistry": 5,
56
+ "Dermatology": 6,
57
+ "Emergency": 7,
58
+ "Endocrinology": 8,
59
+ "Gastroenterology": 9,
60
+ "Genetics": 10,
61
+ "Geriatrics": 11,
62
+ "Gynecology": 12,
63
+ "Hematology": 13,
64
+ "Microbiology": 14,
65
+ "Nephrology": 15,
66
+ "Neurology": 16,
67
+ "Nursing": 17,
68
+ "Obstetrics": 18,
69
+ "Odontology": 19,
70
+ "Oncology": 20,
71
+ "Ophthalmology": 21,
72
+ "Orthopedics": 22,
73
+ "Otorhinolaryngology": 23,
74
+ "Pathology": 24,
75
+ "Pediatrics": 25,
76
+ "Pharmacology": 26,
77
+ "Physiology": 27,
78
+ "Psychiatry": 28,
79
+ "Psychology": 29,
80
+ "Radiology": 30,
81
+ "Respiratory": 31,
82
+ "Rheumatology": 32,
83
+ "Surgery": 33,
84
+ "Urology": 34
85
+ },
86
+ "layer_norm_eps": 1e-12,
87
+ "max_position_embeddings": 512,
88
+ "model_type": "bert",
89
+ "num_attention_heads": 12,
90
+ "num_hidden_layers": 12,
91
+ "pad_token_id": 0,
92
+ "position_embedding_type": "absolute",
93
+ "problem_type": "single_label_classification",
94
+ "torch_dtype": "float32",
95
+ "transformers_version": "4.52.3",
96
+ "type_vocab_size": 2,
97
+ "use_cache": true,
98
+ "vocab_size": 28996
99
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:033f48e458555b5b10caa7d8147ca15394bbb3d969dfcb99ccfaef3ac3d53e9a
3
+ size 433372276
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,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "extra_special_tokens": {},
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": null,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "BertTokenizer",
57
+ "unk_token": "[UNK]"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9897b6655c63ee5a4c0656d44e6d65df29b5c2c125883db85edac72975be9ebf
3
+ size 5649
vocab.txt ADDED
The diff for this file is too large to render. See raw diff