balzanilo commited on
Commit
601218c
·
verified ·
1 Parent(s): 648a365

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "michiyasunaga/BioLinkBERT-base",
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": "END",
14
+ "1": "access_of",
15
+ "2": "associated_procedure_of",
16
+ "3": "associated_with",
17
+ "4": "belongs_to_drug_super-family",
18
+ "5": "belongs_to_the_category_of",
19
+ "6": "belongs_to_the_drug_family_of",
20
+ "7": "cause_of",
21
+ "8": "characterized_by",
22
+ "9": "concentration_strength_denominator_unit_of",
23
+ "10": "concentration_strength_numerator_unit_of",
24
+ "11": "count_of_base_of_active_ingredient_of",
25
+ "12": "direct_device_of",
26
+ "13": "direct_procedure_site_of",
27
+ "14": "direct_site_of",
28
+ "15": "direct_substance_of",
29
+ "16": "disposition_of",
30
+ "17": "during",
31
+ "18": "finding_method_of",
32
+ "19": "finding_site_of",
33
+ "20": "has_active_ingredient",
34
+ "21": "has_associated_finding",
35
+ "22": "has_associated_morphology",
36
+ "23": "has_basis_of_strength_substance",
37
+ "24": "has_causative_agent",
38
+ "25": "has_clinical_course",
39
+ "26": "has_component",
40
+ "27": "has_concentration_strength_denominator_value",
41
+ "28": "has_concentration_strength_numerator_value",
42
+ "29": "has_direct_morphology",
43
+ "30": "has_dose_form",
44
+ "31": "has_finding_context",
45
+ "32": "has_focus",
46
+ "33": "has_indirect_morphology",
47
+ "34": "has_inherent_attribute",
48
+ "35": "has_intent",
49
+ "36": "has_occurrence",
50
+ "37": "has_pathological_process",
51
+ "38": "has_precise_active_ingredient",
52
+ "39": "has_presentation_strength_denominator_unit",
53
+ "40": "has_presentation_strength_denominator_value",
54
+ "41": "has_presentation_strength_numerator_unit",
55
+ "42": "has_procedure_device",
56
+ "43": "has_property",
57
+ "44": "has_realization",
58
+ "45": "has_revision_status",
59
+ "46": "has_route_of_administration",
60
+ "47": "has_severity",
61
+ "48": "has_specimen",
62
+ "49": "has_specimen_procedure",
63
+ "50": "has_specimen_source_morphology",
64
+ "51": "has_specimen_source_topography",
65
+ "52": "has_specimen_substance",
66
+ "53": "has_time_aspect",
67
+ "54": "indirect_device_of",
68
+ "55": "indirect_procedure_site_of",
69
+ "56": "interacts_with",
70
+ "57": "interpretation_of",
71
+ "58": "interprets",
72
+ "59": "is_a_category",
73
+ "60": "is_a_risk_factor_of",
74
+ "61": "is_a_subtype_of",
75
+ "62": "is_a_vector_for",
76
+ "63": "is_an_ingradient_of",
77
+ "64": "is_associated_with",
78
+ "65": "is_modification_of",
79
+ "66": "isa",
80
+ "67": "may_be_allelic_with",
81
+ "68": "may_cause",
82
+ "69": "may_contraindicate",
83
+ "70": "may_treat",
84
+ "71": "measurement_method_of",
85
+ "72": "method_of",
86
+ "73": "occurs_after",
87
+ "74": "part_anatomy_structure_of",
88
+ "75": "possibly_equivalent_to",
89
+ "76": "presentation_strength_numerator_value_of",
90
+ "77": "priority_of",
91
+ "78": "procedure_context_of",
92
+ "79": "procedure_morphology_of",
93
+ "80": "procedure_site_of",
94
+ "81": "referred_to_by",
95
+ "82": "same_as",
96
+ "83": "see_also",
97
+ "84": "specimen_source_identity_of",
98
+ "85": "substance_used_by",
99
+ "86": "surgical_approach_of",
100
+ "87": "temporal_context_of",
101
+ "88": "temporally_related_to",
102
+ "89": "unit_of_presentation_of",
103
+ "90": "uses_access_device",
104
+ "91": "uses_device",
105
+ "92": "was_a"
106
+ },
107
+ "initializer_range": 0.02,
108
+ "intermediate_size": 3072,
109
+ "label2id": {
110
+ "END": 0,
111
+ "access_of": 1,
112
+ "associated_procedure_of": 2,
113
+ "associated_with": 3,
114
+ "belongs_to_drug_super-family": 4,
115
+ "belongs_to_the_category_of": 5,
116
+ "belongs_to_the_drug_family_of": 6,
117
+ "cause_of": 7,
118
+ "characterized_by": 8,
119
+ "concentration_strength_denominator_unit_of": 9,
120
+ "concentration_strength_numerator_unit_of": 10,
121
+ "count_of_base_of_active_ingredient_of": 11,
122
+ "direct_device_of": 12,
123
+ "direct_procedure_site_of": 13,
124
+ "direct_site_of": 14,
125
+ "direct_substance_of": 15,
126
+ "disposition_of": 16,
127
+ "during": 17,
128
+ "finding_method_of": 18,
129
+ "finding_site_of": 19,
130
+ "has_active_ingredient": 20,
131
+ "has_associated_finding": 21,
132
+ "has_associated_morphology": 22,
133
+ "has_basis_of_strength_substance": 23,
134
+ "has_causative_agent": 24,
135
+ "has_clinical_course": 25,
136
+ "has_component": 26,
137
+ "has_concentration_strength_denominator_value": 27,
138
+ "has_concentration_strength_numerator_value": 28,
139
+ "has_direct_morphology": 29,
140
+ "has_dose_form": 30,
141
+ "has_finding_context": 31,
142
+ "has_focus": 32,
143
+ "has_indirect_morphology": 33,
144
+ "has_inherent_attribute": 34,
145
+ "has_intent": 35,
146
+ "has_occurrence": 36,
147
+ "has_pathological_process": 37,
148
+ "has_precise_active_ingredient": 38,
149
+ "has_presentation_strength_denominator_unit": 39,
150
+ "has_presentation_strength_denominator_value": 40,
151
+ "has_presentation_strength_numerator_unit": 41,
152
+ "has_procedure_device": 42,
153
+ "has_property": 43,
154
+ "has_realization": 44,
155
+ "has_revision_status": 45,
156
+ "has_route_of_administration": 46,
157
+ "has_severity": 47,
158
+ "has_specimen": 48,
159
+ "has_specimen_procedure": 49,
160
+ "has_specimen_source_morphology": 50,
161
+ "has_specimen_source_topography": 51,
162
+ "has_specimen_substance": 52,
163
+ "has_time_aspect": 53,
164
+ "indirect_device_of": 54,
165
+ "indirect_procedure_site_of": 55,
166
+ "interacts_with": 56,
167
+ "interpretation_of": 57,
168
+ "interprets": 58,
169
+ "is_a_category": 59,
170
+ "is_a_risk_factor_of": 60,
171
+ "is_a_subtype_of": 61,
172
+ "is_a_vector_for": 62,
173
+ "is_an_ingradient_of": 63,
174
+ "is_associated_with": 64,
175
+ "is_modification_of": 65,
176
+ "isa": 66,
177
+ "may_be_allelic_with": 67,
178
+ "may_cause": 68,
179
+ "may_contraindicate": 69,
180
+ "may_treat": 70,
181
+ "measurement_method_of": 71,
182
+ "method_of": 72,
183
+ "occurs_after": 73,
184
+ "part_anatomy_structure_of": 74,
185
+ "possibly_equivalent_to": 75,
186
+ "presentation_strength_numerator_value_of": 76,
187
+ "priority_of": 77,
188
+ "procedure_context_of": 78,
189
+ "procedure_morphology_of": 79,
190
+ "procedure_site_of": 80,
191
+ "referred_to_by": 81,
192
+ "same_as": 82,
193
+ "see_also": 83,
194
+ "specimen_source_identity_of": 84,
195
+ "substance_used_by": 85,
196
+ "surgical_approach_of": 86,
197
+ "temporal_context_of": 87,
198
+ "temporally_related_to": 88,
199
+ "unit_of_presentation_of": 89,
200
+ "uses_access_device": 90,
201
+ "uses_device": 91,
202
+ "was_a": 92
203
+ },
204
+ "layer_norm_eps": 1e-12,
205
+ "max_position_embeddings": 512,
206
+ "model_type": "bert",
207
+ "num_attention_heads": 12,
208
+ "num_hidden_layers": 12,
209
+ "pad_token_id": 0,
210
+ "position_embedding_type": "absolute",
211
+ "problem_type": "single_label_classification",
212
+ "torch_dtype": "float32",
213
+ "transformers_version": "4.39.0.dev0",
214
+ "type_vocab_size": 2,
215
+ "use_cache": true,
216
+ "vocab_size": 28895
217
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8417fcad566810880e1161af39d5392d7f109312cc77c593d33a0fd5f707e8c8
3
+ size 433240404
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
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
+ "mask_token": "[MASK]",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f20995468a1ebe451c53825d9351243d3df7e347736d3a767a59ede76d002af
3
+ size 4920
vocab.txt ADDED
The diff for this file is too large to render. See raw diff