silpakanneganti commited on
Commit
3bbf970
1 Parent(s): 7e3b1d0

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -11,95 +11,183 @@
11
  "hidden_size": 768,
12
  "id2label": {
13
  "0": "O",
14
- "1": "Age",
15
- "2": "Sex",
16
- "3": "Clinical_event",
17
- "4": "Nonbiological_location",
18
- "5": "Duration",
19
- "6": "Severity",
20
- "7": "Biological_structure",
21
- "8": "Sign_symptom",
22
- "9": "History",
23
- "10": "Lab_value",
24
- "11": "Therapeutic_procedure",
25
- "12": "Diagnostic_procedure",
26
- "13": "Personal_background",
27
- "14": "Date",
28
- "15": "Disease_disorder",
29
- "16": "Volume",
30
- "17": "Frequency",
31
- "18": "Detailed_description",
32
- "19": "Occupation",
33
- "20": "Activity",
34
- "21": "Qualitative_concept",
35
- "22": "Subject",
36
- "23": "Distance",
37
- "24": "Other_event",
38
- "25": "Medication",
39
- "26": "Family_history",
40
- "27": "Dosage",
41
- "28": "Color",
42
- "29": "Time",
43
- "30": "Outcome",
44
- "31": "Biological_attribute",
45
- "32": "Quantitative_concept",
46
- "33": "Texture",
47
- "34": "Coreference",
48
- "35": "Shape",
49
- "36": "Height",
50
- "37": "Person",
51
- "38": "Healthcare",
52
- "39": "Reference_Number",
53
- "40": "CPT_code",
54
- "41": "Mass",
55
- "42": "Area"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  },
57
  "initializer_range": 0.02,
58
  "intermediate_size": 3072,
59
  "label2id": {
60
- "Activity": 20,
61
- "Age": 1,
62
- "Area": 42,
63
- "Biological_attribute": 31,
64
- "Biological_structure": 7,
65
- "CPT_code": 40,
66
- "Clinical_event": 3,
67
- "Color": 28,
68
- "Coreference": 34,
69
- "Date": 14,
70
- "Detailed_description": 18,
71
- "Diagnostic_procedure": 12,
72
- "Disease_disorder": 15,
73
- "Distance": 23,
74
- "Dosage": 27,
75
- "Duration": 5,
76
- "Family_history": 26,
77
- "Frequency": 17,
78
- "Healthcare": 38,
79
- "Height": 36,
80
- "History": 9,
81
- "Lab_value": 10,
82
- "Mass": 41,
83
- "Medication": 25,
84
- "Nonbiological_location": 4,
85
- "O": 0,
86
- "Occupation": 19,
87
- "Other_event": 24,
88
- "Outcome": 30,
89
- "Person": 37,
90
- "Personal_background": 13,
91
- "Qualitative_concept": 21,
92
- "Quantitative_concept": 32,
93
- "Reference_Number": 39,
94
- "Severity": 6,
95
- "Sex": 2,
96
- "Shape": 35,
97
- "Sign_symptom": 8,
98
- "Subject": 22,
99
- "Texture": 33,
100
- "Therapeutic_procedure": 11,
101
- "Time": 29,
102
- "Volume": 16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  },
104
  "layer_norm_eps": 1e-12,
105
  "max_position_embeddings": 512,
 
11
  "hidden_size": 768,
12
  "id2label": {
13
  "0": "O",
14
+ "1": "B-Age",
15
+ "2": "B-Sex",
16
+ "3": "B-Clinical_event",
17
+ "4": "B-Nonbiological_location",
18
+ "5": "B-Duration",
19
+ "6": "I-Duration",
20
+ "7": "B-Severity",
21
+ "8": "B-Biological_structure",
22
+ "9": "B-Sign_symptom",
23
+ "10": "B-History",
24
+ "11": "I-History",
25
+ "12": "B-Coreference",
26
+ "13": "B-Therapeutic_procedure",
27
+ "14": "B-Date",
28
+ "15": "I-Date",
29
+ "16": "B-Disease_disorder",
30
+ "17": "I-Nonbiological_location",
31
+ "18": "B-Detailed_description",
32
+ "19": "I-Sign_symptom",
33
+ "20": "I-Therapeutic_procedure",
34
+ "21": "B-Administration",
35
+ "22": "B-Medication",
36
+ "23": "I-Detailed_description",
37
+ "24": "B-Family_history",
38
+ "25": "I-Family_history",
39
+ "26": "B-Diagnostic_procedure",
40
+ "27": "I-Diagnostic_procedure",
41
+ "28": "B-Lab_value",
42
+ "29": "I-Lab_value",
43
+ "30": "I-Biological_structure",
44
+ "31": "B-Texture",
45
+ "32": "B-Distance",
46
+ "33": "I-Distance",
47
+ "34": "I-Age",
48
+ "35": "B-Time",
49
+ "36": "I-Time",
50
+ "37": "I-Medication",
51
+ "38": "I-Disease_disorder",
52
+ "39": "B-Personal_background",
53
+ "40": "B-Subject",
54
+ "41": "I-Subject",
55
+ "42": "I-Coreference",
56
+ "43": "B-Dosage",
57
+ "44": "I-Dosage",
58
+ "45": "B-Outcome",
59
+ "46": "B-Volume",
60
+ "47": "I-Volume",
61
+ "48": "B-Frequency",
62
+ "49": "I-Frequency",
63
+ "50": "B-Area",
64
+ "51": "I-Area",
65
+ "52": "B-Color",
66
+ "53": "B-Shape",
67
+ "54": "I-Color",
68
+ "55": "B-Occupation",
69
+ "56": "I-Occupation",
70
+ "57": "I-Shape",
71
+ "58": "I-Clinical_event",
72
+ "59": "B-Activity",
73
+ "60": "I-Activity",
74
+ "61": "I-Administration",
75
+ "62": "B-Qualitative_concept",
76
+ "63": "B-Quantitative_concept",
77
+ "64": "I-Qualitative_concept",
78
+ "65": "B-Weight",
79
+ "66": "I-Weight",
80
+ "67": "B-Other_event",
81
+ "68": "I-Severity",
82
+ "69": "I-Personal_background",
83
+ "70": "B-Other_entity",
84
+ "71": "I-Other_entity",
85
+ "72": "B-Height",
86
+ "73": "I-Height",
87
+ "74": "B-Biological_attribute",
88
+ "75": "I-Biological_attribute",
89
+ "76": "I-Outcome",
90
+ "77": "I-Other_event",
91
+ "78": "I-Texture",
92
+ "79": "I-Quantitative_concept",
93
+ "80": "B-Person",
94
+ "81": "B-Healthcare",
95
+ "82": "I-Healthcare",
96
+ "83": "B-Reference_Number",
97
+ "84": "B-CPT_code",
98
+ "85": "B-Mass",
99
+ "86": "I-Mass"
100
  },
101
  "initializer_range": 0.02,
102
  "intermediate_size": 3072,
103
  "label2id": {
104
+ "B-Activity": 59,
105
+ "B-Administration": 21,
106
+ "B-Age": 1,
107
+ "B-Area": 50,
108
+ "B-Biological_attribute": 74,
109
+ "B-Biological_structure": 8,
110
+ "B-CPT_code": 84,
111
+ "B-Clinical_event": 3,
112
+ "B-Color": 52,
113
+ "B-Coreference": 12,
114
+ "B-Date": 14,
115
+ "B-Detailed_description": 18,
116
+ "B-Diagnostic_procedure": 26,
117
+ "B-Disease_disorder": 16,
118
+ "B-Distance": 32,
119
+ "B-Dosage": 43,
120
+ "B-Duration": 5,
121
+ "B-Family_history": 24,
122
+ "B-Frequency": 48,
123
+ "B-Healthcare": 81,
124
+ "B-Height": 72,
125
+ "B-History": 10,
126
+ "B-Lab_value": 28,
127
+ "B-Mass": 85,
128
+ "B-Medication": 22,
129
+ "B-Nonbiological_location": 4,
130
+ "B-Occupation": 55,
131
+ "B-Other_entity": 70,
132
+ "B-Other_event": 67,
133
+ "B-Outcome": 45,
134
+ "B-Person": 80,
135
+ "B-Personal_background": 39,
136
+ "B-Qualitative_concept": 62,
137
+ "B-Quantitative_concept": 63,
138
+ "B-Reference_Number": 83,
139
+ "B-Severity": 7,
140
+ "B-Sex": 2,
141
+ "B-Shape": 53,
142
+ "B-Sign_symptom": 9,
143
+ "B-Subject": 40,
144
+ "B-Texture": 31,
145
+ "B-Therapeutic_procedure": 13,
146
+ "B-Time": 35,
147
+ "B-Volume": 46,
148
+ "B-Weight": 65,
149
+ "I-Activity": 60,
150
+ "I-Administration": 61,
151
+ "I-Age": 34,
152
+ "I-Area": 51,
153
+ "I-Biological_attribute": 75,
154
+ "I-Biological_structure": 30,
155
+ "I-Clinical_event": 58,
156
+ "I-Color": 54,
157
+ "I-Coreference": 42,
158
+ "I-Date": 15,
159
+ "I-Detailed_description": 23,
160
+ "I-Diagnostic_procedure": 27,
161
+ "I-Disease_disorder": 38,
162
+ "I-Distance": 33,
163
+ "I-Dosage": 44,
164
+ "I-Duration": 6,
165
+ "I-Family_history": 25,
166
+ "I-Frequency": 49,
167
+ "I-Healthcare": 82,
168
+ "I-Height": 73,
169
+ "I-History": 11,
170
+ "I-Lab_value": 29,
171
+ "I-Mass": 86,
172
+ "I-Medication": 37,
173
+ "I-Nonbiological_location": 17,
174
+ "I-Occupation": 56,
175
+ "I-Other_entity": 71,
176
+ "I-Other_event": 77,
177
+ "I-Outcome": 76,
178
+ "I-Personal_background": 69,
179
+ "I-Qualitative_concept": 64,
180
+ "I-Quantitative_concept": 79,
181
+ "I-Severity": 68,
182
+ "I-Shape": 57,
183
+ "I-Sign_symptom": 19,
184
+ "I-Subject": 41,
185
+ "I-Texture": 78,
186
+ "I-Therapeutic_procedure": 20,
187
+ "I-Time": 36,
188
+ "I-Volume": 47,
189
+ "I-Weight": 66,
190
+ "O": 0
191
  },
192
  "layer_norm_eps": 1e-12,
193
  "max_position_embeddings": 512,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1e5d247e9534905383d7b43a8853d57caeb57d98e6302a4681e4e0ab73559a79
3
- size 431083117
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f57e427972b2f39298b3d7c4ba3a2aa80817c0e080025ac88209b539729c9f5
3
+ size 431218477
runs/Jun16_00-33-15_u116734/1686900806.2317472/events.out.tfevents.1686900806.u116734.994253.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f715887ff394228966acb843b8907d79a7c82073a4680c38b65d9f775eaba50b
3
+ size 5902
runs/Jun16_00-33-15_u116734/events.out.tfevents.1686900806.u116734.994253.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27efbf37c22805b0d0e79d44b5910e7b6d1890f47fedc606a851aca350246a12
3
+ size 6173
runs/Jun16_06-55-16_u116734/1686923727.6853137/events.out.tfevents.1686923727.u116734.1020048.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:695305d4afe4f608bac359dbeb470d46366404d51f7f1427b9393cade2f29a45
3
+ size 5902
runs/Jun16_06-55-16_u116734/events.out.tfevents.1686923727.u116734.1020048.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9545fb352524b2d8bacfcf7ebdc75e0c4686e8c64f52b26779d20cf2d46517aa
3
+ size 8938
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:29676b6b37e6a2d22f6e017d6acee0461e516b25617f1257049d2bd47281726c
3
  size 3899
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5daf65928f3b5a0235da82e3a7cbd40bc9d40a6034eb36a6f2aa3328d2893a48
3
  size 3899