silpakanneganti commited on
Commit
d6e84c6
1 Parent(s): 8a32b58

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -55,61 +55,15 @@
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,
@@ -119,41 +73,21 @@
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,
@@ -163,30 +97,14 @@
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,
 
55
  "42": "I-Coreference",
56
  "43": "B-Dosage",
57
  "44": "I-Dosage",
58
+ "45": "B-Outcome"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  },
60
  "initializer_range": 0.02,
61
  "intermediate_size": 3072,
62
  "label2id": {
 
63
  "B-Administration": 21,
64
  "B-Age": 1,
 
 
65
  "B-Biological_structure": 8,
 
66
  "B-Clinical_event": 3,
 
67
  "B-Coreference": 12,
68
  "B-Date": 14,
69
  "B-Detailed_description": 18,
 
73
  "B-Dosage": 43,
74
  "B-Duration": 5,
75
  "B-Family_history": 24,
 
 
 
76
  "B-History": 10,
77
  "B-Lab_value": 28,
 
78
  "B-Medication": 22,
79
  "B-Nonbiological_location": 4,
 
 
 
80
  "B-Outcome": 45,
 
81
  "B-Personal_background": 39,
 
 
 
82
  "B-Severity": 7,
83
  "B-Sex": 2,
 
84
  "B-Sign_symptom": 9,
85
  "B-Subject": 40,
86
  "B-Texture": 31,
87
  "B-Therapeutic_procedure": 13,
88
  "B-Time": 35,
 
 
 
 
89
  "I-Age": 34,
 
 
90
  "I-Biological_structure": 30,
 
 
91
  "I-Coreference": 42,
92
  "I-Date": 15,
93
  "I-Detailed_description": 23,
 
97
  "I-Dosage": 44,
98
  "I-Duration": 6,
99
  "I-Family_history": 25,
 
 
 
100
  "I-History": 11,
101
  "I-Lab_value": 29,
 
102
  "I-Medication": 37,
103
  "I-Nonbiological_location": 17,
 
 
 
 
 
 
 
 
 
104
  "I-Sign_symptom": 19,
105
  "I-Subject": 41,
 
106
  "I-Therapeutic_procedure": 20,
107
  "I-Time": 36,
 
 
108
  "O": 0
109
  },
110
  "layer_norm_eps": 1e-12,
label2id.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:294b06dff14c32d1ad668f2c8ea9cffced02c9f5ebfff05b38bbf53560a0203b
3
+ size 1549
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:076016c7158b0cc7bd002546a484d325c107a5f016dec3627437aa691b900b5e
3
- size 431218477
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c6e8feb7850f4f8fa68d68a997f4469e2c57f5c97b7722b16ba4e2531c6588a
3
+ size 431092333
runs/Jun18_04-26-08_u116734/1687087573.3640568/events.out.tfevents.1687087573.u116734.1145819.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c55dd321353540ff36f671ce186d18138e1762dd44b949347a212ea42ea79bfc
3
+ size 5902
runs/Jun18_04-26-08_u116734/events.out.tfevents.1687087573.u116734.1145819.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b1f696fc94b663e743e4c09ca275a6444044db331e29d4cf3200bf8b811810e
3
+ size 6646
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:181b77cc6ab0b9a58adba59f6a91c8479da956642485644fe17f894f8ae4dc4a
3
  size 3899
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8d9fe341e88470ae92fa16e68eb47fab0ad970d29e92601908ed5e3a56d42b7
3
  size 3899