silpakanneganti commited on
Commit
7b0642a
1 Parent(s): aef6fd8

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -54,14 +54,54 @@
54
  "42": "I-Coreference",
55
  "43": "B-Dosage",
56
  "44": "I-Dosage",
57
- "45": "B-Outcome"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  },
59
  "initializer_range": 0.02,
60
  "label2id": {
 
61
  "B-Administration": 21,
62
  "B-Age": 1,
 
 
63
  "B-Biological_structure": 8,
64
  "B-Clinical_event": 3,
 
65
  "B-Coreference": 12,
66
  "B-Date": 14,
67
  "B-Detailed_description": 18,
@@ -71,21 +111,38 @@
71
  "B-Dosage": 43,
72
  "B-Duration": 5,
73
  "B-Family_history": 24,
 
 
74
  "B-History": 10,
75
  "B-Lab_value": 28,
 
76
  "B-Medication": 22,
77
  "B-Nonbiological_location": 4,
 
 
 
78
  "B-Outcome": 45,
79
  "B-Personal_background": 39,
 
 
80
  "B-Severity": 7,
81
  "B-Sex": 2,
 
82
  "B-Sign_symptom": 9,
83
  "B-Subject": 40,
84
  "B-Texture": 31,
85
  "B-Therapeutic_procedure": 13,
86
  "B-Time": 35,
 
 
 
 
87
  "I-Age": 34,
 
 
88
  "I-Biological_structure": 30,
 
 
89
  "I-Coreference": 42,
90
  "I-Date": 15,
91
  "I-Detailed_description": 23,
@@ -95,14 +152,29 @@
95
  "I-Dosage": 44,
96
  "I-Duration": 6,
97
  "I-Family_history": 25,
 
 
98
  "I-History": 11,
99
  "I-Lab_value": 29,
 
100
  "I-Medication": 37,
101
  "I-Nonbiological_location": 17,
 
 
 
 
 
 
 
 
 
102
  "I-Sign_symptom": 19,
103
  "I-Subject": 41,
 
104
  "I-Therapeutic_procedure": 20,
105
  "I-Time": 36,
 
 
106
  "O": 0
107
  },
108
  "max_position_embeddings": 512,
 
54
  "42": "I-Coreference",
55
  "43": "B-Dosage",
56
  "44": "I-Dosage",
57
+ "45": "B-Outcome",
58
+ "46": "B-Volume",
59
+ "47": "I-Volume",
60
+ "48": "B-Frequency",
61
+ "49": "I-Frequency",
62
+ "50": "B-Area",
63
+ "51": "I-Area",
64
+ "52": "B-Color",
65
+ "53": "B-Shape",
66
+ "54": "I-Color",
67
+ "55": "B-Occupation",
68
+ "56": "I-Occupation",
69
+ "57": "I-Shape",
70
+ "58": "I-Clinical_event",
71
+ "59": "B-Activity",
72
+ "60": "I-Activity",
73
+ "61": "I-Administration",
74
+ "62": "B-Qualitative_concept",
75
+ "63": "B-Quantitative_concept",
76
+ "64": "I-Qualitative_concept",
77
+ "65": "B-Weight",
78
+ "66": "I-Weight",
79
+ "67": "B-Other_event",
80
+ "68": "I-Severity",
81
+ "69": "I-Personal_background",
82
+ "70": "B-Other_entity",
83
+ "71": "I-Other_entity",
84
+ "72": "B-Height",
85
+ "73": "I-Height",
86
+ "74": "B-Biological_attribute",
87
+ "75": "I-Biological_attribute",
88
+ "76": "I-Outcome",
89
+ "77": "I-Other_event",
90
+ "78": "I-Texture",
91
+ "79": "I-Quantitative_concept",
92
+ "80": "B-Mass",
93
+ "81": "I-Mass"
94
  },
95
  "initializer_range": 0.02,
96
  "label2id": {
97
+ "B-Activity": 59,
98
  "B-Administration": 21,
99
  "B-Age": 1,
100
+ "B-Area": 50,
101
+ "B-Biological_attribute": 74,
102
  "B-Biological_structure": 8,
103
  "B-Clinical_event": 3,
104
+ "B-Color": 52,
105
  "B-Coreference": 12,
106
  "B-Date": 14,
107
  "B-Detailed_description": 18,
 
111
  "B-Dosage": 43,
112
  "B-Duration": 5,
113
  "B-Family_history": 24,
114
+ "B-Frequency": 48,
115
+ "B-Height": 72,
116
  "B-History": 10,
117
  "B-Lab_value": 28,
118
+ "B-Mass": 80,
119
  "B-Medication": 22,
120
  "B-Nonbiological_location": 4,
121
+ "B-Occupation": 55,
122
+ "B-Other_entity": 70,
123
+ "B-Other_event": 67,
124
  "B-Outcome": 45,
125
  "B-Personal_background": 39,
126
+ "B-Qualitative_concept": 62,
127
+ "B-Quantitative_concept": 63,
128
  "B-Severity": 7,
129
  "B-Sex": 2,
130
+ "B-Shape": 53,
131
  "B-Sign_symptom": 9,
132
  "B-Subject": 40,
133
  "B-Texture": 31,
134
  "B-Therapeutic_procedure": 13,
135
  "B-Time": 35,
136
+ "B-Volume": 46,
137
+ "B-Weight": 65,
138
+ "I-Activity": 60,
139
+ "I-Administration": 61,
140
  "I-Age": 34,
141
+ "I-Area": 51,
142
+ "I-Biological_attribute": 75,
143
  "I-Biological_structure": 30,
144
+ "I-Clinical_event": 58,
145
+ "I-Color": 54,
146
  "I-Coreference": 42,
147
  "I-Date": 15,
148
  "I-Detailed_description": 23,
 
152
  "I-Dosage": 44,
153
  "I-Duration": 6,
154
  "I-Family_history": 25,
155
+ "I-Frequency": 49,
156
+ "I-Height": 73,
157
  "I-History": 11,
158
  "I-Lab_value": 29,
159
+ "I-Mass": 81,
160
  "I-Medication": 37,
161
  "I-Nonbiological_location": 17,
162
+ "I-Occupation": 56,
163
+ "I-Other_entity": 71,
164
+ "I-Other_event": 77,
165
+ "I-Outcome": 76,
166
+ "I-Personal_background": 69,
167
+ "I-Qualitative_concept": 64,
168
+ "I-Quantitative_concept": 79,
169
+ "I-Severity": 68,
170
+ "I-Shape": 57,
171
  "I-Sign_symptom": 19,
172
  "I-Subject": 41,
173
+ "I-Texture": 78,
174
  "I-Therapeutic_procedure": 20,
175
  "I-Time": 36,
176
+ "I-Volume": 47,
177
+ "I-Weight": 66,
178
  "O": 0
179
  },
180
  "max_position_embeddings": 512,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:41bf1caaab32cf2b577abf0918710145f3a7b7dbddd8d65893bc337a46dff2b7
3
- size 260939941
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:578ffd62cf25dbf6bec0bf0c8c41912e37248e2143d6a6f9dfcde835107b5841
3
+ size 261050725
runs/Jun18_23-36-26_u116734/1687156591.2181616/events.out.tfevents.1687156591.u116734.2324305.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bf927c0662c933f99e8934453c6ab19d4a95db6a38152060c1b407bf6e40996
3
+ size 5902
runs/Jun18_23-36-26_u116734/events.out.tfevents.1687156591.u116734.2324305.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dba91178d3aea9c9cbcb2509143b05845c30ff82b55b3d6254cb0340c64898a2
3
+ size 8545
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:06db9c4b70276ff80aea82d44e2c1488d8a01fa50e1ac52addf5e80148fbd324
3
  size 3899
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba2d6cb23035d4ad122f809535f035a7b94b10ce09430d8bcc020884052c5a6f
3
  size 3899