brihijoshi commited on
Commit
0448aeb
1 Parent(s): e4b8bf6

Upload 15 files

Browse files
README.md CHANGED
@@ -1,3 +1,47 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: flan-t5-small_02112024_16_44_29
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # flan-t5-small_02112024_16_44_29
14
+
15
+ This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on an unknown dataset.
16
+
17
+ ## Model description
18
+
19
+ More information needed
20
+
21
+ ## Intended uses & limitations
22
+
23
+ More information needed
24
+
25
+ ## Training and evaluation data
26
+
27
+ More information needed
28
+
29
+ ## Training procedure
30
+
31
+ ### Training hyperparameters
32
+
33
+ The following hyperparameters were used during training:
34
+ - learning_rate: 5e-05
35
+ - train_batch_size: 8
36
+ - eval_batch_size: 2
37
+ - seed: 42
38
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
+ - lr_scheduler_type: linear
40
+ - num_epochs: 5.0
41
+
42
+ ### Framework versions
43
+
44
+ - Transformers 4.29.2
45
+ - Pytorch 1.13.1+cu117
46
+ - Datasets 2.12.0
47
+ - Tokenizers 0.13.3
all_results.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 8.0,
3
+ "eval_f1": 0.5254077620147211,
4
+ "eval_loss": 0.26493218541145325,
5
+ "eval_precision": 0.5869446986868645,
6
+ "eval_recall": 0.49228704075934504,
7
+ "eval_runtime": 31.6718,
8
+ "eval_samples": 913,
9
+ "eval_samples_per_second": 28.827,
10
+ "eval_steps_per_second": 3.631,
11
+ "predict_f1": 0.2237279371305227,
12
+ "predict_loss": 0.323657363653183,
13
+ "predict_precision": 0.25723666001617895,
14
+ "predict_recall": 0.21519758824836616,
15
+ "predict_runtime": 71.3593,
16
+ "predict_samples": 1280,
17
+ "predict_samples_per_second": 17.937,
18
+ "predict_steps_per_second": 8.969,
19
+ "train_loss": 0.288517827129132,
20
+ "train_runtime": 1921.0513,
21
+ "train_samples": 8217,
22
+ "train_samples_per_second": 106.934,
23
+ "train_steps_per_second": 26.743
24
+ }
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/flan-t5-small",
3
+ "architectures": [
4
+ "T5ForConditionalGeneration"
5
+ ],
6
+ "d_ff": 1024,
7
+ "d_kv": 64,
8
+ "d_model": 512,
9
+ "decoder_start_token_id": 0,
10
+ "dense_act_fn": "gelu_new",
11
+ "dropout_rate": 0.1,
12
+ "eos_token_id": 1,
13
+ "feed_forward_proj": "gated-gelu",
14
+ "initializer_factor": 1.0,
15
+ "is_encoder_decoder": true,
16
+ "is_gated_act": true,
17
+ "layer_norm_epsilon": 1e-06,
18
+ "model_type": "t5",
19
+ "n_positions": 512,
20
+ "num_decoder_layers": 8,
21
+ "num_heads": 6,
22
+ "num_layers": 8,
23
+ "output_past": true,
24
+ "pad_token_id": 0,
25
+ "relative_attention_max_distance": 128,
26
+ "relative_attention_num_buckets": 32,
27
+ "task_specific_params": {
28
+ "summarization": {
29
+ "early_stopping": true,
30
+ "length_penalty": 2.0,
31
+ "max_length": 200,
32
+ "min_length": 30,
33
+ "no_repeat_ngram_size": 3,
34
+ "num_beams": 4,
35
+ "prefix": "summarize: "
36
+ },
37
+ "translation_en_to_de": {
38
+ "early_stopping": true,
39
+ "max_length": 300,
40
+ "num_beams": 4,
41
+ "prefix": "translate English to German: "
42
+ },
43
+ "translation_en_to_fr": {
44
+ "early_stopping": true,
45
+ "max_length": 300,
46
+ "num_beams": 4,
47
+ "prefix": "translate English to French: "
48
+ },
49
+ "translation_en_to_ro": {
50
+ "early_stopping": true,
51
+ "max_length": 300,
52
+ "num_beams": 4,
53
+ "prefix": "translate English to Romanian: "
54
+ }
55
+ },
56
+ "tie_word_embeddings": false,
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.29.2",
59
+ "use_cache": true,
60
+ "vocab_size": 32128
61
+ }
eval_results.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 8.0,
3
+ "eval_f1": 0.5254077620147211,
4
+ "eval_loss": 0.26493218541145325,
5
+ "eval_precision": 0.5869446986868645,
6
+ "eval_recall": 0.49228704075934504,
7
+ "eval_runtime": 31.6718,
8
+ "eval_samples": 913,
9
+ "eval_samples_per_second": 28.827,
10
+ "eval_steps_per_second": 3.631
11
+ }
generated_predictions.txt ADDED
@@ -0,0 +1,1280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ government_critique,solutions_interventions
2
+ harmful_generalization,government_critique
3
+ 0
4
+ harmful_generalization
5
+ harmful_generalization,societal_critique
6
+ government_critique
7
+ 0
8
+ government_critique
9
+ 0
10
+ money_aid_resource_allocation
11
+ solutions_interventions
12
+ government_critique
13
+ media_portrayal
14
+ 0
15
+ government_critique
16
+ 0
17
+ harmful_generalization,societal_critique
18
+ harmful_generalization,deserving_undeserving_of_resources,societal_critique
19
+ 0
20
+ personal_interaction_observation_of_homelessness
21
+ 0
22
+ harmful_generalization
23
+ deserving_undeserving_of_resources,societal_critique
24
+ government_critique
25
+ solutions_interventions
26
+ government_critique,solutions_interventions
27
+ government_critique,money_aid_resource_allocation
28
+ harmful_generalization,societal_critique
29
+ government_critique,solutions_interventions
30
+ solutions_interventions
31
+ 0
32
+ solutions_interventions
33
+ 0
34
+ government_critique
35
+ solutions_interventions
36
+ harmful_generalization,societal_critique
37
+ government_critique,solutions_interventions
38
+ 0
39
+ 0
40
+ harmful_generalization,societal_critique
41
+ government_critique,solutions_interventions
42
+ 0
43
+ 0
44
+ harmful_generalization,societal_critique
45
+ societal_critique,solutions_interventions
46
+ government_critique,solutions_interventions
47
+ harmful_generalization
48
+ government_critique
49
+ government_critique,money_aid_resource_allocation
50
+ harmful_generalization,societal_critique
51
+ 0
52
+ harmful_generalization,solutions_interventions
53
+ personal_interaction_observation_of_homelessness
54
+ societal_critique
55
+ government_critique
56
+ 0
57
+ solutions_interventions
58
+ 0
59
+ 0
60
+ societal_critique
61
+ solutions_interventions
62
+ 0
63
+ solutions_interventions
64
+ 0
65
+ harmful_generalization
66
+ harmful_generalization,societal_critique
67
+ government_critique
68
+ solutions_interventions
69
+ government_critique
70
+ deserving_undeserving_of_resources,government_critique
71
+ government_critique,money_aid_resource_allocation,solutions_interventions
72
+ money_aid_resource_allocation,government_critique
73
+ 0
74
+ money_aid_resource_allocation
75
+ harmful_generalization
76
+ societal_critique
77
+ 0
78
+ 0
79
+ 0
80
+ money_aid_resource_allocation
81
+ societal_critique
82
+ harmful_generalization
83
+ 0
84
+ 0
85
+ solutions_interventions,government_critique
86
+ government_critique,solutions_interventions
87
+ 0
88
+ harmful_generalization
89
+ government_critique
90
+ harmful_generalization
91
+ harmful_generalization,societal_critique
92
+ government_critique
93
+ government_critique,deserving_undeserving_of_resources,money_aid_resource_allocation
94
+ 0
95
+ 0
96
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
97
+ 0
98
+ government_critique,societal_critique
99
+ not_in_my_backyard,government_critique
100
+ harmful_generalization
101
+ harmful_generalization
102
+ harmful_generalization
103
+ solutions_interventions
104
+ 0
105
+ solutions_interventions
106
+ harmful_generalization,societal_critique
107
+ government_critique
108
+ government_critique,solutions_interventions
109
+ government_critique,money_aid_resource_allocation
110
+ harmful_generalization
111
+ 0
112
+ 0
113
+ 0
114
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
115
+ deserving_undeserving_of_resources,societal_critique,solutions_interventions
116
+ harmful_generalization,societal_critique
117
+ 0
118
+ 0
119
+ 0
120
+ personal_interaction_observation_of_homelessness
121
+ government_critique
122
+ harmful_generalization,societal_critique
123
+ societal_critique
124
+ 0
125
+ harmful_generalization
126
+ harmful_generalization
127
+ government_critique
128
+ harmful_generalization
129
+ government_critique
130
+ government_critique,deserving_undeserving_of_resources,money_aid_resource_allocation
131
+ government_critique
132
+ 0
133
+ harmful_generalization
134
+ solutions_interventions
135
+ harmful_generalization,personal_interaction_observation_of_homelessness
136
+ solutions_interventions
137
+ government_critique,societal_critique
138
+ money_aid_resource_allocation,solutions_interventions
139
+ government_critique,deserving_undeserving_of_resources,money_aid_resource_allocation
140
+ harmful_generalization,government_critique
141
+ harmful_generalization,government_critique
142
+ deserving_undeserving_of_resources,government_critique
143
+ harmful_generalization,societal_critique
144
+ solutions_interventions
145
+ solutions_interventions
146
+ personal_interaction_observation_of_homelessness
147
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
148
+ societal_critique
149
+ harmful_generalization
150
+ harmful_generalization,societal_critique
151
+ solutions_interventions
152
+ deserving_undeserving_of_resources,government_critique
153
+ harmful_generalization,societal_critique
154
+ solutions_interventions
155
+ 0
156
+ societal_critique,government_critique
157
+ government_critique,solutions_interventions
158
+ harmful_generalization,societal_critique
159
+ societal_critique,solutions_interventions
160
+ 0
161
+ societal_critique
162
+ money_aid_resource_allocation,solutions_interventions
163
+ government_critique,money_aid_resource_allocation
164
+ harmful_generalization,societal_critique
165
+ 0
166
+ societal_critique
167
+ not_in_my_backyard,solutions_interventions
168
+ harmful_generalization,societal_critique
169
+ solutions_interventions
170
+ personal_interaction_observation_of_homelessness
171
+ 0
172
+ harmful_generalization,societal_critique,solutions_interventions
173
+ 0
174
+ harmful_generalization,government_critique
175
+ harmful_generalization,government_critique
176
+ 0
177
+ solutions_interventions
178
+ societal_critique,solutions_interventions
179
+ solutions_interventions
180
+ government_critique,solutions_interventions
181
+ solutions_interventions
182
+ harmful_generalization,societal_critique
183
+ harmful_generalization
184
+ harmful_generalization,societal_critique
185
+ 0
186
+ 0
187
+ solutions_interventions
188
+ solutions_interventions
189
+ harmful_generalization
190
+ solutions_interventions
191
+ harmful_generalization
192
+ 0
193
+ not_in_my_backyard,government_critique
194
+ harmful_generalization
195
+ harmful_generalization,solutions_interventions
196
+ societal_critique
197
+ harmful_generalization,societal_critique
198
+ solutions_interventions,government_critique
199
+ harmful_generalization
200
+ government_critique
201
+ 0
202
+ societal_critique,solutions_interventions
203
+ harmful_generalization,societal_critique
204
+ money_aid_resource_allocation,solutions_interventions
205
+ harmful_generalization,societal_critique
206
+ 0
207
+ government_critique
208
+ societal_critique
209
+ solutions_interventions
210
+ 0
211
+ government_critique,money_aid_resource_allocation,solutions_interventions
212
+ personal_interaction_observation_of_homelessness
213
+ 0
214
+ deserving_undeserving_of_resources,societal_critique
215
+ 0
216
+ solutions_interventions
217
+ solutions_interventions
218
+ 0
219
+ not_in_my_backyard,solutions_interventions
220
+ personal_interaction_observation_of_homelessness
221
+ harmful_generalization
222
+ government_critique
223
+ solutions_interventions,government_critique
224
+ harmful_generalization,societal_critique
225
+ societal_critique
226
+ money_aid_resource_allocation,solutions_interventions
227
+ harmful_generalization
228
+ government_critique,solutions_interventions
229
+ solutions_interventions
230
+ media_portrayal
231
+ harmful_generalization
232
+ government_critique,solutions_interventions
233
+ societal_critique
234
+ solutions_interventions
235
+ harmful_generalization,societal_critique
236
+ harmful_generalization,societal_critique
237
+ societal_critique
238
+ solutions_interventions
239
+ harmful_generalization
240
+ harmful_generalization,societal_critique
241
+ harmful_generalization
242
+ 0
243
+ 0
244
+ not_in_my_backyard,solutions_interventions
245
+ government_critique
246
+ 0
247
+ solutions_interventions
248
+ solutions_interventions
249
+ solutions_interventions
250
+ 0
251
+ government_critique,money_aid_resource_allocation,solutions_interventions
252
+ government_critique
253
+ government_critique,money_aid_resource_allocation
254
+ money_aid_resource_allocation,solutions_interventions
255
+ harmful_generalization,societal_critique
256
+ government_critique,solutions_interventions
257
+ money_aid_resource_allocation,government_critique
258
+ solutions_interventions
259
+ deserving_undeserving_of_resources,government_critique
260
+ government_critique,solutions_interventions
261
+ solutions_interventions
262
+ solutions_interventions
263
+ money_aid_resource_allocation
264
+ solutions_interventions
265
+ government_critique,solutions_interventions
266
+ solutions_interventions
267
+ 0
268
+ 0
269
+ solutions_interventions
270
+ societal_critique
271
+ solutions_interventions
272
+ 0
273
+ government_critique
274
+ solutions_interventions
275
+ harmful_generalization
276
+ 0
277
+ 0
278
+ 0
279
+ 0
280
+ harmful_generalization,solutions_interventions
281
+ solutions_interventions
282
+ 0
283
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
284
+ solutions_interventions
285
+ societal_critique
286
+ money_aid_resource_allocation,solutions_interventions
287
+ government_critique,deserving_undeserving_of_resources,money_aid_resource_allocation
288
+ harmful_generalization
289
+ 0
290
+ harmful_generalization
291
+ 0
292
+ 0
293
+ personal_interaction_observation_of_homelessness
294
+ 0
295
+ harmful_generalization,not_in_my_backyard,government_critique
296
+ 0
297
+ harmful_generalization,societal_critique
298
+ harmful_generalization,societal_critique
299
+ harmful_generalization,societal_critique
300
+ harmful_generalization
301
+ 0
302
+ government_critique,solutions_interventions
303
+ not_in_my_backyard,government_critique
304
+ harmful_generalization
305
+ deserving_undeserving_of_resources
306
+ deserving_undeserving_of_resources,money_aid_resource_allocation
307
+ government_critique,money_aid_resource_allocation
308
+ 0
309
+ government_critique
310
+ government_critique
311
+ not_in_my_backyard
312
+ government_critique
313
+ 0
314
+ harmful_generalization,personal_interaction_observation_of_homelessness
315
+ harmful_generalization,solutions_interventions
316
+ solutions_interventions
317
+ harmful_generalization
318
+ societal_critique
319
+ 0
320
+ government_critique
321
+ harmful_generalization
322
+ personal_interaction_observation_of_homelessness
323
+ 0
324
+ government_critique,not_in_my_backyard,solutions_interventions
325
+ 0
326
+ government_critique,money_aid_resource_allocation,solutions_interventions
327
+ harmful_generalization
328
+ government_critique,solutions_interventions
329
+ government_critique,solutions_interventions
330
+ 0
331
+ societal_critique,money_aid_resource_allocation
332
+ solutions_interventions
333
+ harmful_generalization,societal_critique
334
+ societal_critique
335
+ 0
336
+ government_critique,solutions_interventions
337
+ money_aid_resource_allocation
338
+ harmful_generalization,societal_critique
339
+ societal_critique,solutions_interventions
340
+ harmful_generalization
341
+ 0
342
+ 0
343
+ solutions_interventions
344
+ government_critique
345
+ government_critique
346
+ societal_critique
347
+ harmful_generalization,societal_critique
348
+ 0
349
+ solutions_interventions
350
+ 0
351
+ government_critique
352
+ harmful_generalization,government_critique
353
+ government_critique,solutions_interventions
354
+ not_in_my_backyard
355
+ societal_critique,solutions_interventions
356
+ government_critique,money_aid_resource_allocation
357
+ harmful_generalization,societal_critique
358
+ 0
359
+ media_portrayal,societal_critique
360
+ government_critique,solutions_interventions
361
+ 0
362
+ government_critique,solutions_interventions
363
+ harmful_generalization
364
+ harmful_generalization
365
+ harmful_generalization
366
+ 0
367
+ 0
368
+ solutions_interventions
369
+ government_critique,solutions_interventions
370
+ 0
371
+ harmful_generalization,societal_critique
372
+ solutions_interventions
373
+ government_critique
374
+ 0
375
+ not_in_my_backyard,solutions_interventions
376
+ 0
377
+ harmful_generalization,societal_critique
378
+ government_critique
379
+ government_critique,money_aid_resource_allocation
380
+ harmful_generalization,societal_critique
381
+ government_critique,money_aid_resource_allocation
382
+ 0
383
+ solutions_interventions
384
+ personal_interaction_observation_of_homelessness
385
+ money_aid_resource_allocation,government_critique
386
+ government_critique
387
+ 0
388
+ money_aid_resource_allocation,government_critique
389
+ harmful_generalization,solutions_interventions
390
+ harmful_generalization
391
+ personal_interaction_observation_of_homelessness
392
+ solutions_interventions
393
+ 0
394
+ deserving_undeserving_of_resources,solutions_interventions
395
+ 0
396
+ deserving_undeserving_of_resources,government_critique
397
+ solutions_interventions
398
+ government_critique,solutions_interventions
399
+ solutions_interventions
400
+ 0
401
+ harmful_generalization,societal_critique
402
+ personal_interaction_observation_of_homelessness
403
+ harmful_generalization,societal_critique
404
+ 0
405
+ 0
406
+ harmful_generalization
407
+ media_portrayal
408
+ government_critique,societal_critique
409
+ harmful_generalization,government_critique
410
+ 0
411
+ harmful_generalization
412
+ personal_interaction_observation_of_homelessness
413
+ 0
414
+ 0
415
+ harmful_generalization
416
+ government_critique,solutions_interventions
417
+ societal_critique
418
+ harmful_generalization
419
+ government_critique,solutions_interventions
420
+ harmful_generalization,societal_critique
421
+ harmful_generalization,societal_critique
422
+ solutions_interventions
423
+ government_critique,solutions_interventions
424
+ solutions_interventions
425
+ not_in_my_backyard,government_critique
426
+ solutions_interventions
427
+ 0
428
+ 0
429
+ government_critique,deserving_undeserving_of_resources,money_aid_resource_allocation
430
+ solutions_interventions
431
+ personal_interaction_observation_of_homelessness
432
+ government_critique,solutions_interventions
433
+ government_critique,solutions_interventions
434
+ government_critique,money_aid_resource_allocation,solutions_interventions
435
+ harmful_generalization
436
+ harmful_generalization
437
+ solutions_interventions
438
+ solutions_interventions,government_critique
439
+ 0
440
+ government_critique,solutions_interventions
441
+ 0
442
+ government_critique,deserving_undeserving_of_resources
443
+ deserving_undeserving_of_resources,societal_critique
444
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
445
+ societal_critique,solutions_interventions
446
+ harmful_generalization,government_critique
447
+ solutions_interventions
448
+ 0
449
+ government_critique
450
+ not_in_my_backyard,solutions_interventions
451
+ government_critique,solutions_interventions
452
+ government_critique
453
+ solutions_interventions
454
+ personal_interaction_observation_of_homelessness
455
+ government_critique
456
+ 0
457
+ societal_critique,solutions_interventions
458
+ 0
459
+ 0
460
+ money_aid_resource_allocation
461
+ government_critique,deserving_undeserving_of_resources,money_aid_resource_allocation
462
+ 0
463
+ harmful_generalization,not_in_my_backyard
464
+ government_critique
465
+ government_critique,solutions_interventions
466
+ societal_critique
467
+ government_critique
468
+ 0
469
+ personal_interaction_observation_of_homelessness
470
+ societal_critique,solutions_interventions
471
+ not_in_my_backyard
472
+ 0
473
+ harmful_generalization,societal_critique
474
+ harmful_generalization
475
+ 0
476
+ harmful_generalization,personal_interaction_observation_of_homelessness
477
+ 0
478
+ government_critique,solutions_interventions
479
+ solutions_interventions
480
+ harmful_generalization,societal_critique
481
+ government_critique
482
+ solutions_interventions
483
+ solutions_interventions
484
+ 0
485
+ government_critique
486
+ 0
487
+ not_in_my_backyard,government_critique
488
+ not_in_my_backyard
489
+ personal_interaction_observation_of_homelessness
490
+ harmful_generalization,not_in_my_backyard
491
+ government_critique,solutions_interventions
492
+ harmful_generalization,societal_critique
493
+ 0
494
+ deserving_undeserving_of_resources
495
+ harmful_generalization
496
+ harmful_generalization
497
+ 0
498
+ solutions_interventions
499
+ government_critique,deserving_undeserving_of_resources,solutions_interventions
500
+ harmful_generalization
501
+ personal_interaction_observation_of_homelessness
502
+ government_critique
503
+ government_critique
504
+ harmful_generalization,societal_critique
505
+ 0
506
+ 0
507
+ 0
508
+ money_aid_resource_allocation
509
+ 0
510
+ solutions_interventions
511
+ harmful_generalization,government_critique
512
+ government_critique
513
+ 0
514
+ harmful_generalization,societal_critique
515
+ solutions_interventions
516
+ solutions_interventions
517
+ harmful_generalization
518
+ government_critique
519
+ government_critique
520
+ solutions_interventions
521
+ 0
522
+ 0
523
+ harmful_generalization
524
+ solutions_interventions
525
+ harmful_generalization
526
+ harmful_generalization,societal_critique
527
+ solutions_interventions
528
+ 0
529
+ government_critique,money_aid_resource_allocation
530
+ harmful_generalization
531
+ government_critique,solutions_interventions
532
+ government_critique,solutions_interventions
533
+ 0
534
+ government_critique,solutions_interventions
535
+ harmful_generalization,societal_critique
536
+ 0
537
+ 0
538
+ government_critique,solutions_interventions
539
+ harmful_generalization
540
+ 0
541
+ 0
542
+ harmful_generalization,societal_critique
543
+ deserving_undeserving_of_resources,money_aid_resource_allocation
544
+ solutions_interventions
545
+ 0
546
+ 0
547
+ societal_critique
548
+ government_critique,money_aid_resource_allocation
549
+ government_critique
550
+ 0
551
+ government_critique,societal_critique,solutions_interventions
552
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
553
+ solutions_interventions
554
+ government_critique,solutions_interventions
555
+ harmful_generalization
556
+ government_critique,solutions_interventions
557
+ solutions_interventions,government_critique
558
+ 0
559
+ money_aid_resource_allocation,solutions_interventions
560
+ government_critique,money_aid_resource_allocation
561
+ harmful_generalization,government_critique
562
+ government_critique,solutions_interventions
563
+ solutions_interventions
564
+ government_critique,money_aid_resource_allocation,solutions_interventions
565
+ harmful_generalization,solutions_interventions
566
+ 0
567
+ harmful_generalization,societal_critique
568
+ personal_interaction_observation_of_homelessness
569
+ 0
570
+ harmful_generalization,societal_critique
571
+ solutions_interventions
572
+ government_critique
573
+ personal_interaction_observation_of_homelessness
574
+ deserving_undeserving_of_resources,societal_critique,solutions_interventions
575
+ solutions_interventions
576
+ harmful_generalization
577
+ harmful_generalization
578
+ harmful_generalization,societal_critique
579
+ harmful_generalization,societal_critique
580
+ harmful_generalization,societal_critique,solutions_interventions
581
+ solutions_interventions
582
+ government_critique
583
+ harmful_generalization
584
+ 0
585
+ personal_interaction_observation_of_homelessness
586
+ harmful_generalization,solutions_interventions
587
+ solutions_interventions
588
+ societal_critique
589
+ deserving_undeserving_of_resources,societal_critique
590
+ societal_critique
591
+ 0
592
+ 0
593
+ harmful_generalization
594
+ 0
595
+ societal_critique,solutions_interventions
596
+ government_critique,solutions_interventions
597
+ 0
598
+ 0
599
+ 0
600
+ government_critique
601
+ solutions_interventions,not_in_my_backyard,government_critique
602
+ 0
603
+ harmful_generalization,societal_critique
604
+ harmful_generalization,societal_critique
605
+ government_critique
606
+ government_critique,solutions_interventions
607
+ deserving_undeserving_of_resources,solutions_interventions
608
+ personal_interaction_observation_of_homelessness
609
+ solutions_interventions
610
+ societal_critique
611
+ 0
612
+ deserving_undeserving_of_resources,societal_critique,solutions_interventions
613
+ solutions_interventions
614
+ harmful_generalization
615
+ 0
616
+ solutions_interventions
617
+ harmful_generalization,societal_critique
618
+ government_critique
619
+ harmful_generalization,societal_critique
620
+ solutions_interventions
621
+ 0
622
+ societal_critique
623
+ solutions_interventions
624
+ 0
625
+ solutions_interventions
626
+ solutions_interventions
627
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
628
+ government_critique,societal_critique
629
+ harmful_generalization,societal_critique,solutions_interventions
630
+ 0
631
+ harmful_generalization
632
+ deserving_undeserving_of_resources,societal_critique
633
+ 0
634
+ 0
635
+ deserving_undeserving_of_resources,societal_critique,money_aid_resource_allocation
636
+ solutions_interventions,government_critique
637
+ government_critique,solutions_interventions
638
+ harmful_generalization,societal_critique
639
+ 0
640
+ personal_interaction_observation_of_homelessness,solutions_interventions
641
+ 0
642
+ government_critique,solutions_interventions
643
+ not_in_my_backyard,government_critique
644
+ 0
645
+ deserving_undeserving_of_resources,government_critique
646
+ government_critique
647
+ 0
648
+ harmful_generalization
649
+ harmful_generalization
650
+ harmful_generalization
651
+ harmful_generalization,societal_critique
652
+ 0
653
+ money_aid_resource_allocation
654
+ not_in_my_backyard,government_critique
655
+ 0
656
+ harmful_generalization
657
+ solutions_interventions
658
+ solutions_interventions
659
+ societal_critique
660
+ harmful_generalization
661
+ harmful_generalization,societal_critique
662
+ not_in_my_backyard,government_critique
663
+ government_critique,solutions_interventions
664
+ 0
665
+ 0
666
+ solutions_interventions
667
+ harmful_generalization,societal_critique
668
+ government_critique,solutions_interventions
669
+ harmful_generalization,government_critique
670
+ solutions_interventions
671
+ harmful_generalization,societal_critique,solutions_interventions
672
+ solutions_interventions,government_critique
673
+ societal_critique,media_portrayal
674
+ harmful_generalization
675
+ 0
676
+ harmful_generalization,solutions_interventions
677
+ 0
678
+ 0
679
+ solutions_interventions
680
+ harmful_generalization,societal_critique
681
+ 0
682
+ 0
683
+ 0
684
+ harmful_generalization,societal_critique
685
+ solutions_interventions
686
+ 0
687
+ 0
688
+ societal_critique
689
+ 0
690
+ 0
691
+ government_critique
692
+ government_critique
693
+ 0
694
+ 0
695
+ government_critique
696
+ money_aid_resource_allocation
697
+ harmful_generalization
698
+ 0
699
+ harmful_generalization,societal_critique
700
+ government_critique
701
+ harmful_generalization,societal_critique
702
+ not_in_my_backyard
703
+ 0
704
+ government_critique,solutions_interventions
705
+ 0
706
+ harmful_generalization,societal_critique
707
+ personal_interaction_observation_of_homelessness
708
+ solutions_interventions
709
+ 0
710
+ harmful_generalization,government_critique
711
+ personal_interaction_observation_of_homelessness
712
+ solutions_interventions
713
+ harmful_generalization
714
+ 0
715
+ 0
716
+ harmful_generalization,societal_critique
717
+ government_critique,solutions_interventions
718
+ 0
719
+ solutions_interventions
720
+ harmful_generalization
721
+ 0
722
+ 0
723
+ societal_critique
724
+ solutions_interventions
725
+ 0
726
+ not_in_my_backyard,solutions_interventions
727
+ deserving_undeserving_of_resources,government_critique
728
+ 0
729
+ government_critique,solutions_interventions
730
+ harmful_generalization,government_critique
731
+ 0
732
+ harmful_generalization
733
+ government_critique
734
+ 0
735
+ 0
736
+ harmful_generalization,societal_critique
737
+ government_critique,money_aid_resource_allocation
738
+ government_critique,solutions_interventions
739
+ harmful_generalization,solutions_interventions
740
+ harmful_generalization,societal_critique,solutions_interventions
741
+ solutions_interventions
742
+ solutions_interventions
743
+ government_critique,solutions_interventions
744
+ societal_critique
745
+ 0
746
+ societal_critique,solutions_interventions
747
+ harmful_generalization
748
+ harmful_generalization,solutions_interventions
749
+ 0
750
+ solutions_interventions
751
+ 0
752
+ deserving_undeserving_of_resources,money_aid_resource_allocation
753
+ harmful_generalization
754
+ 0
755
+ government_critique
756
+ 0
757
+ solutions_interventions
758
+ 0
759
+ 0
760
+ harmful_generalization,personal_interaction_observation_of_homelessness
761
+ solutions_interventions
762
+ 0
763
+ harmful_generalization,societal_critique
764
+ 0
765
+ solutions_interventions
766
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
767
+ 0
768
+ deserving_undeserving_of_resources,societal_critique,solutions_interventions
769
+ government_critique,solutions_interventions
770
+ harmful_generalization
771
+ government_critique
772
+ government_critique
773
+ 0
774
+ government_critique,solutions_interventions
775
+ government_critique,solutions_interventions
776
+ media_portrayal
777
+ 0
778
+ harmful_generalization,societal_critique
779
+ personal_interaction_observation_of_homelessness
780
+ harmful_generalization,societal_critique
781
+ 0
782
+ personal_interaction_observation_of_homelessness
783
+ solutions_interventions
784
+ solutions_interventions
785
+ money_aid_resource_allocation,government_critique
786
+ 0
787
+ harmful_generalization
788
+ government_critique
789
+ 0
790
+ 0
791
+ 0
792
+ harmful_generalization,societal_critique
793
+ 0
794
+ 0
795
+ 0
796
+ government_critique
797
+ 0
798
+ harmful_generalization
799
+ government_critique,deserving_undeserving_of_resources,money_aid_resource_allocation
800
+ harmful_generalization
801
+ 0
802
+ personal_interaction_observation_of_homelessness
803
+ deserving_undeserving_of_resources,government_critique
804
+ harmful_generalization
805
+ 0
806
+ harmful_generalization
807
+ solutions_interventions
808
+ media_portrayal
809
+ 0
810
+ solutions_interventions
811
+ harmful_generalization
812
+ harmful_generalization
813
+ money_aid_resource_allocation
814
+ government_critique
815
+ harmful_generalization
816
+ solutions_interventions
817
+ 0
818
+ 0
819
+ harmful_generalization
820
+ not_in_my_backyard
821
+ 0
822
+ government_critique
823
+ 0
824
+ government_critique
825
+ government_critique,money_aid_resource_allocation
826
+ harmful_generalization,societal_critique
827
+ harmful_generalization,societal_critique
828
+ 0
829
+ harmful_generalization
830
+ 0
831
+ not_in_my_backyard,solutions_interventions
832
+ societal_critique,solutions_interventions
833
+ 0
834
+ harmful_generalization,societal_critique
835
+ harmful_generalization,societal_critique
836
+ societal_critique
837
+ 0
838
+ solutions_interventions
839
+ 0
840
+ money_aid_resource_allocation,government_critique
841
+ solutions_interventions
842
+ societal_critique,solutions_interventions
843
+ solutions_interventions
844
+ solutions_interventions
845
+ harmful_generalization
846
+ harmful_generalization
847
+ solutions_interventions
848
+ solutions_interventions
849
+ 0
850
+ 0
851
+ personal_interaction_observation_of_homelessness
852
+ government_critique
853
+ 0
854
+ harmful_generalization,societal_critique
855
+ harmful_generalization,societal_critique
856
+ government_critique,solutions_interventions
857
+ harmful_generalization
858
+ 0
859
+ 0
860
+ harmful_generalization
861
+ societal_critique,solutions_interventions
862
+ personal_interaction_observation_of_homelessness
863
+ deserving_undeserving_of_resources,money_aid_resource_allocation
864
+ harmful_generalization
865
+ not_in_my_backyard
866
+ societal_critique,money_aid_resource_allocation
867
+ 0
868
+ harmful_generalization,societal_critique
869
+ government_critique
870
+ harmful_generalization
871
+ government_critique,solutions_interventions
872
+ 0
873
+ harmful_generalization
874
+ 0
875
+ 0
876
+ harmful_generalization
877
+ harmful_generalization
878
+ harmful_generalization,societal_critique
879
+ harmful_generalization
880
+ harmful_generalization,societal_critique
881
+ government_critique,money_aid_resource_allocation,solutions_interventions
882
+ not_in_my_backyard
883
+ money_aid_resource_allocation,government_critique
884
+ harmful_generalization
885
+ harmful_generalization
886
+ government_critique
887
+ solutions_interventions
888
+ government_critique
889
+ personal_interaction_observation_of_homelessness
890
+ 0
891
+ 0
892
+ solutions_interventions
893
+ money_aid_resource_allocation
894
+ harmful_generalization
895
+ solutions_interventions
896
+ 0
897
+ harmful_generalization,societal_critique
898
+ 0
899
+ government_critique,money_aid_resource_allocation
900
+ 0
901
+ 0
902
+ government_critique
903
+ government_critique
904
+ money_aid_resource_allocation,solutions_interventions
905
+ harmful_generalization
906
+ 0
907
+ harmful_generalization,societal_critique
908
+ 0
909
+ solutions_interventions
910
+ 0
911
+ 0
912
+ solutions_interventions
913
+ societal_critique
914
+ personal_interaction_observation_of_homelessness
915
+ 0
916
+ government_critique,solutions_interventions
917
+ harmful_generalization
918
+ solutions_interventions
919
+ 0
920
+ 0
921
+ 0
922
+ personal_interaction_observation_of_homelessness
923
+ harmful_generalization,societal_critique
924
+ government_critique,deserving_undeserving_of_resources,money_aid_resource_allocation
925
+ 0
926
+ government_critique
927
+ government_critique,money_aid_resource_allocation
928
+ government_critique,solutions_interventions
929
+ harmful_generalization,societal_critique
930
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
931
+ 0
932
+ harmful_generalization
933
+ 0
934
+ harmful_generalization,societal_critique
935
+ 0
936
+ solutions_interventions
937
+ money_aid_resource_allocation,solutions_interventions
938
+ government_critique,solutions_interventions
939
+ personal_interaction_observation_of_homelessness
940
+ 0
941
+ deserving_undeserving_of_resources
942
+ harmful_generalization,societal_critique
943
+ harmful_generalization
944
+ government_critique,solutions_interventions
945
+ 0
946
+ societal_critique
947
+ 0
948
+ government_critique,deserving_undeserving_of_resources,money_aid_resource_allocation
949
+ harmful_generalization
950
+ 0
951
+ government_critique
952
+ harmful_generalization,societal_critique
953
+ 0
954
+ 0
955
+ solutions_interventions
956
+ 0
957
+ personal_interaction_observation_of_homelessness
958
+ harmful_generalization
959
+ government_critique,solutions_interventions
960
+ harmful_generalization,societal_critique
961
+ 0
962
+ personal_interaction_observation_of_homelessness
963
+ not_in_my_backyard,government_critique
964
+ harmful_generalization,solutions_interventions
965
+ 0
966
+ harmful_generalization,societal_critique
967
+ government_critique
968
+ 0
969
+ 0
970
+ government_critique
971
+ harmful_generalization,societal_critique
972
+ personal_interaction_observation_of_homelessness
973
+ harmful_generalization
974
+ 0
975
+ money_aid_resource_allocation
976
+ solutions_interventions
977
+ government_critique,solutions_interventions
978
+ government_critique,solutions_interventions
979
+ government_critique,solutions_interventions
980
+ societal_critique
981
+ solutions_interventions
982
+ societal_critique
983
+ solutions_interventions
984
+ government_critique,solutions_interventions
985
+ deserving_undeserving_of_resources,money_aid_resource_allocation
986
+ government_critique,solutions_interventions
987
+ government_critique,solutions_interventions
988
+ government_critique
989
+ harmful_generalization,societal_critique
990
+ societal_critique
991
+ 0
992
+ government_critique,solutions_interventions
993
+ media_portrayal
994
+ government_critique,money_aid_resource_allocation
995
+ solutions_interventions
996
+ 0
997
+ 0
998
+ personal_interaction_observation_of_homelessness
999
+ solutions_interventions
1000
+ 0
1001
+ solutions_interventions
1002
+ deserving_undeserving_of_resources,government_critique
1003
+ harmful_generalization
1004
+ 0
1005
+ money_aid_resource_allocation,government_critique
1006
+ not_in_my_backyard,government_critique
1007
+ 0
1008
+ solutions_interventions
1009
+ government_critique,money_aid_resource_allocation
1010
+ harmful_generalization,societal_critique
1011
+ solutions_interventions
1012
+ solutions_interventions
1013
+ deserving_undeserving_of_resources,government_critique
1014
+ 0
1015
+ 0
1016
+ solutions_interventions
1017
+ 0
1018
+ government_critique
1019
+ harmful_generalization
1020
+ 0
1021
+ personal_interaction_observation_of_homelessness
1022
+ societal_critique
1023
+ money_aid_resource_allocation
1024
+ harmful_generalization,societal_critique
1025
+ 0
1026
+ government_critique
1027
+ harmful_generalization
1028
+ 0
1029
+ government_critique,money_aid_resource_allocation
1030
+ 0
1031
+ personal_interaction_observation_of_homelessness
1032
+ 0
1033
+ solutions_interventions
1034
+ 0
1035
+ 0
1036
+ government_critique
1037
+ 0
1038
+ 0
1039
+ societal_critique
1040
+ 0
1041
+ government_critique,solutions_interventions
1042
+ 0
1043
+ money_aid_resource_allocation,solutions_interventions
1044
+ government_critique,solutions_interventions
1045
+ solutions_interventions
1046
+ harmful_generalization
1047
+ personal_interaction_observation_of_homelessness
1048
+ 0
1049
+ solutions_interventions
1050
+ government_critique,solutions_interventions
1051
+ deserving_undeserving_of_resources,societal_critique,solutions_interventions
1052
+ 0
1053
+ government_critique
1054
+ 0
1055
+ harmful_generalization,societal_critique
1056
+ 0
1057
+ harmful_generalization
1058
+ harmful_generalization,societal_critique
1059
+ government_critique
1060
+ government_critique,solutions_interventions
1061
+ government_critique
1062
+ harmful_generalization,societal_critique
1063
+ 0
1064
+ 0
1065
+ harmful_generalization,societal_critique
1066
+ government_critique
1067
+ government_critique,solutions_interventions
1068
+ 0
1069
+ harmful_generalization,societal_critique
1070
+ solutions_interventions
1071
+ government_critique
1072
+ money_aid_resource_allocation,solutions_interventions
1073
+ 0
1074
+ government_critique
1075
+ solutions_interventions
1076
+ harmful_generalization
1077
+ harmful_generalization
1078
+ 0
1079
+ personal_interaction_observation_of_homelessness
1080
+ solutions_interventions
1081
+ 0
1082
+ solutions_interventions
1083
+ government_critique,solutions_interventions
1084
+ 0
1085
+ solutions_interventions
1086
+ solutions_interventions
1087
+ 0
1088
+ government_critique,solutions_interventions
1089
+ government_critique,solutions_interventions
1090
+ government_critique
1091
+ 0
1092
+ government_critique,solutions_interventions
1093
+ 0
1094
+ harmful_generalization,societal_critique
1095
+ government_critique
1096
+ personal_interaction_observation_of_homelessness
1097
+ solutions_interventions
1098
+ government_critique
1099
+ harmful_generalization,societal_critique
1100
+ money_aid_resource_allocation,solutions_interventions
1101
+ government_critique,money_aid_resource_allocation
1102
+ government_critique,solutions_interventions
1103
+ government_critique,money_aid_resource_allocation
1104
+ harmful_generalization,societal_critique
1105
+ 0
1106
+ harmful_generalization,societal_critique
1107
+ personal_interaction_observation_of_homelessness
1108
+ government_critique,solutions_interventions
1109
+ 0
1110
+ societal_critique
1111
+ government_critique,solutions_interventions
1112
+ harmful_generalization,societal_critique
1113
+ government_critique,societal_critique
1114
+ harmful_generalization,societal_critique
1115
+ government_critique
1116
+ government_critique,solutions_interventions
1117
+ 0
1118
+ government_critique,solutions_interventions
1119
+ harmful_generalization,societal_critique
1120
+ 0
1121
+ harmful_generalization,solutions_interventions
1122
+ 0
1123
+ 0
1124
+ harmful_generalization
1125
+ harmful_generalization,societal_critique
1126
+ 0
1127
+ harmful_generalization,societal_critique
1128
+ 0
1129
+ government_critique,societal_critique,money_aid_resource_allocation
1130
+ harmful_generalization,societal_critique
1131
+ government_critique,solutions_interventions
1132
+ harmful_generalization
1133
+ government_critique,solutions_interventions
1134
+ harmful_generalization,societal_critique
1135
+ solutions_interventions
1136
+ government_critique
1137
+ government_critique,solutions_interventions
1138
+ societal_critique
1139
+ 0
1140
+ harmful_generalization,societal_critique
1141
+ 0
1142
+ 0
1143
+ harmful_generalization,societal_critique
1144
+ government_critique
1145
+ 0
1146
+ 0
1147
+ money_aid_resource_allocation,solutions_interventions
1148
+ deserving_undeserving_of_resources
1149
+ government_critique
1150
+ government_critique,deserving_undeserving_of_resources,money_aid_resource_allocation
1151
+ solutions_interventions
1152
+ 0
1153
+ solutions_interventions
1154
+ 0
1155
+ harmful_generalization,societal_critique,solutions_interventions
1156
+ 0
1157
+ harmful_generalization,societal_critique
1158
+ 0
1159
+ harmful_generalization,societal_critique
1160
+ government_critique,solutions_interventions
1161
+ 0
1162
+ solutions_interventions
1163
+ harmful_generalization,societal_critique
1164
+ harmful_generalization
1165
+ harmful_generalization,societal_critique
1166
+ societal_critique
1167
+ government_critique,money_aid_resource_allocation
1168
+ not_in_my_backyard
1169
+ government_critique,solutions_interventions
1170
+ government_critique
1171
+ government_critique,money_aid_resource_allocation
1172
+ 0
1173
+ government_critique,money_aid_resource_allocation
1174
+ money_aid_resource_allocation,solutions_interventions
1175
+ harmful_generalization,government_critique
1176
+ government_critique,money_aid_resource_allocation
1177
+ harmful_generalization,societal_critique
1178
+ solutions_interventions
1179
+ government_critique,solutions_interventions
1180
+ government_critique,solutions_interventions
1181
+ 0
1182
+ harmful_generalization,societal_critique
1183
+ harmful_generalization,societal_critique
1184
+ 0
1185
+ money_aid_resource_allocation,solutions_interventions
1186
+ harmful_generalization,societal_critique
1187
+ personal_interaction_observation_of_homelessness
1188
+ harmful_generalization,societal_critique
1189
+ government_critique,solutions_interventions
1190
+ harmful_generalization
1191
+ personal_interaction_observation_of_homelessness
1192
+ personal_interaction_observation_of_homelessness
1193
+ 0
1194
+ 0
1195
+ 0
1196
+ solutions_interventions
1197
+ 0
1198
+ 0
1199
+ 0
1200
+ government_critique,solutions_interventions
1201
+ government_critique
1202
+ solutions_interventions
1203
+ 0
1204
+ harmful_generalization,solutions_interventions
1205
+ 0
1206
+ 0
1207
+ government_critique
1208
+ 0
1209
+ 0
1210
+ not_in_my_backyard,solutions_interventions
1211
+ government_critique,solutions_interventions
1212
+ harmful_generalization
1213
+ societal_critique,solutions_interventions
1214
+ solutions_interventions
1215
+ societal_critique
1216
+ 0
1217
+ solutions_interventions
1218
+ government_critique
1219
+ 0
1220
+ government_critique
1221
+ harmful_generalization,societal_critique
1222
+ solutions_interventions
1223
+ societal_critique
1224
+ 0
1225
+ harmful_generalization,societal_critique
1226
+ solutions_interventions
1227
+ not_in_my_backyard,government_critique
1228
+ 0
1229
+ 0
1230
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
1231
+ 0
1232
+ harmful_generalization,societal_critique
1233
+ money_aid_resource_allocation,government_critique
1234
+ solutions_interventions
1235
+ solutions_interventions
1236
+ societal_critique
1237
+ solutions_interventions
1238
+ government_critique,solutions_interventions
1239
+ harmful_generalization
1240
+ solutions_interventions,government_critique
1241
+ deserving_undeserving_of_resources
1242
+ personal_interaction_observation_of_homelessness,solutions_interventions
1243
+ 0
1244
+ government_critique
1245
+ 0
1246
+ 0
1247
+ 0
1248
+ money_aid_resource_allocation,government_critique
1249
+ personal_interaction_observation_of_homelessness
1250
+ 0
1251
+ government_critique,solutions_interventions
1252
+ 0
1253
+ solutions_interventions
1254
+ 0
1255
+ solutions_interventions
1256
+ 0
1257
+ harmful_generalization
1258
+ government_critique,solutions_interventions
1259
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
1260
+ media_portrayal
1261
+ harmful_generalization,government_critique
1262
+ harmful_generalization,government_critique
1263
+ solutions_interventions
1264
+ harmful_generalization,societal_critique
1265
+ government_critique,solutions_interventions
1266
+ 0
1267
+ money_aid_resource_allocation,solutions_interventions
1268
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
1269
+ 0
1270
+ personal_interaction_observation_of_homelessness
1271
+ 0
1272
+ harmful_generalization
1273
+ personal_interaction_observation_of_homelessness
1274
+ personal_interaction_observation_of_homelessness
1275
+ societal_critique
1276
+ 0
1277
+ 0
1278
+ government_critique
1279
+ money_aid_resource_allocation,solutions_interventions
1280
+ societal_critique
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.29.2"
6
+ }
predict_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "predict_f1": 0.2237279371305227,
3
+ "predict_loss": 0.323657363653183,
4
+ "predict_precision": 0.25723666001617895,
5
+ "predict_recall": 0.21519758824836616,
6
+ "predict_runtime": 71.3593,
7
+ "predict_samples": 1280,
8
+ "predict_samples_per_second": 17.937,
9
+ "predict_steps_per_second": 8.969
10
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86ecd98b0bffb755b050bba0f5f08808e433fdbcf78c2b21337c89e040fbe59d
3
+ size 307910149
special_tokens_map.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<extra_id_0>",
4
+ "<extra_id_1>",
5
+ "<extra_id_2>",
6
+ "<extra_id_3>",
7
+ "<extra_id_4>",
8
+ "<extra_id_5>",
9
+ "<extra_id_6>",
10
+ "<extra_id_7>",
11
+ "<extra_id_8>",
12
+ "<extra_id_9>",
13
+ "<extra_id_10>",
14
+ "<extra_id_11>",
15
+ "<extra_id_12>",
16
+ "<extra_id_13>",
17
+ "<extra_id_14>",
18
+ "<extra_id_15>",
19
+ "<extra_id_16>",
20
+ "<extra_id_17>",
21
+ "<extra_id_18>",
22
+ "<extra_id_19>",
23
+ "<extra_id_20>",
24
+ "<extra_id_21>",
25
+ "<extra_id_22>",
26
+ "<extra_id_23>",
27
+ "<extra_id_24>",
28
+ "<extra_id_25>",
29
+ "<extra_id_26>",
30
+ "<extra_id_27>",
31
+ "<extra_id_28>",
32
+ "<extra_id_29>",
33
+ "<extra_id_30>",
34
+ "<extra_id_31>",
35
+ "<extra_id_32>",
36
+ "<extra_id_33>",
37
+ "<extra_id_34>",
38
+ "<extra_id_35>",
39
+ "<extra_id_36>",
40
+ "<extra_id_37>",
41
+ "<extra_id_38>",
42
+ "<extra_id_39>",
43
+ "<extra_id_40>",
44
+ "<extra_id_41>",
45
+ "<extra_id_42>",
46
+ "<extra_id_43>",
47
+ "<extra_id_44>",
48
+ "<extra_id_45>",
49
+ "<extra_id_46>",
50
+ "<extra_id_47>",
51
+ "<extra_id_48>",
52
+ "<extra_id_49>",
53
+ "<extra_id_50>",
54
+ "<extra_id_51>",
55
+ "<extra_id_52>",
56
+ "<extra_id_53>",
57
+ "<extra_id_54>",
58
+ "<extra_id_55>",
59
+ "<extra_id_56>",
60
+ "<extra_id_57>",
61
+ "<extra_id_58>",
62
+ "<extra_id_59>",
63
+ "<extra_id_60>",
64
+ "<extra_id_61>",
65
+ "<extra_id_62>",
66
+ "<extra_id_63>",
67
+ "<extra_id_64>",
68
+ "<extra_id_65>",
69
+ "<extra_id_66>",
70
+ "<extra_id_67>",
71
+ "<extra_id_68>",
72
+ "<extra_id_69>",
73
+ "<extra_id_70>",
74
+ "<extra_id_71>",
75
+ "<extra_id_72>",
76
+ "<extra_id_73>",
77
+ "<extra_id_74>",
78
+ "<extra_id_75>",
79
+ "<extra_id_76>",
80
+ "<extra_id_77>",
81
+ "<extra_id_78>",
82
+ "<extra_id_79>",
83
+ "<extra_id_80>",
84
+ "<extra_id_81>",
85
+ "<extra_id_82>",
86
+ "<extra_id_83>",
87
+ "<extra_id_84>",
88
+ "<extra_id_85>",
89
+ "<extra_id_86>",
90
+ "<extra_id_87>",
91
+ "<extra_id_88>",
92
+ "<extra_id_89>",
93
+ "<extra_id_90>",
94
+ "<extra_id_91>",
95
+ "<extra_id_92>",
96
+ "<extra_id_93>",
97
+ "<extra_id_94>",
98
+ "<extra_id_95>",
99
+ "<extra_id_96>",
100
+ "<extra_id_97>",
101
+ "<extra_id_98>",
102
+ "<extra_id_99>"
103
+ ],
104
+ "eos_token": "</s>",
105
+ "pad_token": "<pad>",
106
+ "unk_token": "<unk>"
107
+ }
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
3
+ size 791656
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<extra_id_0>",
4
+ "<extra_id_1>",
5
+ "<extra_id_2>",
6
+ "<extra_id_3>",
7
+ "<extra_id_4>",
8
+ "<extra_id_5>",
9
+ "<extra_id_6>",
10
+ "<extra_id_7>",
11
+ "<extra_id_8>",
12
+ "<extra_id_9>",
13
+ "<extra_id_10>",
14
+ "<extra_id_11>",
15
+ "<extra_id_12>",
16
+ "<extra_id_13>",
17
+ "<extra_id_14>",
18
+ "<extra_id_15>",
19
+ "<extra_id_16>",
20
+ "<extra_id_17>",
21
+ "<extra_id_18>",
22
+ "<extra_id_19>",
23
+ "<extra_id_20>",
24
+ "<extra_id_21>",
25
+ "<extra_id_22>",
26
+ "<extra_id_23>",
27
+ "<extra_id_24>",
28
+ "<extra_id_25>",
29
+ "<extra_id_26>",
30
+ "<extra_id_27>",
31
+ "<extra_id_28>",
32
+ "<extra_id_29>",
33
+ "<extra_id_30>",
34
+ "<extra_id_31>",
35
+ "<extra_id_32>",
36
+ "<extra_id_33>",
37
+ "<extra_id_34>",
38
+ "<extra_id_35>",
39
+ "<extra_id_36>",
40
+ "<extra_id_37>",
41
+ "<extra_id_38>",
42
+ "<extra_id_39>",
43
+ "<extra_id_40>",
44
+ "<extra_id_41>",
45
+ "<extra_id_42>",
46
+ "<extra_id_43>",
47
+ "<extra_id_44>",
48
+ "<extra_id_45>",
49
+ "<extra_id_46>",
50
+ "<extra_id_47>",
51
+ "<extra_id_48>",
52
+ "<extra_id_49>",
53
+ "<extra_id_50>",
54
+ "<extra_id_51>",
55
+ "<extra_id_52>",
56
+ "<extra_id_53>",
57
+ "<extra_id_54>",
58
+ "<extra_id_55>",
59
+ "<extra_id_56>",
60
+ "<extra_id_57>",
61
+ "<extra_id_58>",
62
+ "<extra_id_59>",
63
+ "<extra_id_60>",
64
+ "<extra_id_61>",
65
+ "<extra_id_62>",
66
+ "<extra_id_63>",
67
+ "<extra_id_64>",
68
+ "<extra_id_65>",
69
+ "<extra_id_66>",
70
+ "<extra_id_67>",
71
+ "<extra_id_68>",
72
+ "<extra_id_69>",
73
+ "<extra_id_70>",
74
+ "<extra_id_71>",
75
+ "<extra_id_72>",
76
+ "<extra_id_73>",
77
+ "<extra_id_74>",
78
+ "<extra_id_75>",
79
+ "<extra_id_76>",
80
+ "<extra_id_77>",
81
+ "<extra_id_78>",
82
+ "<extra_id_79>",
83
+ "<extra_id_80>",
84
+ "<extra_id_81>",
85
+ "<extra_id_82>",
86
+ "<extra_id_83>",
87
+ "<extra_id_84>",
88
+ "<extra_id_85>",
89
+ "<extra_id_86>",
90
+ "<extra_id_87>",
91
+ "<extra_id_88>",
92
+ "<extra_id_89>",
93
+ "<extra_id_90>",
94
+ "<extra_id_91>",
95
+ "<extra_id_92>",
96
+ "<extra_id_93>",
97
+ "<extra_id_94>",
98
+ "<extra_id_95>",
99
+ "<extra_id_96>",
100
+ "<extra_id_97>",
101
+ "<extra_id_98>",
102
+ "<extra_id_99>"
103
+ ],
104
+ "clean_up_tokenization_spaces": true,
105
+ "eos_token": "</s>",
106
+ "extra_ids": 100,
107
+ "model_max_length": 512,
108
+ "pad_token": "<pad>",
109
+ "sp_model_kwargs": {},
110
+ "tokenizer_class": "T5Tokenizer",
111
+ "unk_token": "<unk>"
112
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 8.0,
3
+ "train_loss": 0.288517827129132,
4
+ "train_runtime": 1921.0513,
5
+ "train_samples": 8217,
6
+ "train_samples_per_second": 106.934,
7
+ "train_steps_per_second": 26.743
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.26493218541145325,
3
+ "best_model_checkpoint": "./outputs/google/flan-t5-small_02112024_16_44_29/checkpoint-10275",
4
+ "epoch": 8.0,
5
+ "global_step": 16440,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.24,
12
+ "learning_rate": 4.9513381995133826e-05,
13
+ "loss": 0.6278,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.49,
18
+ "learning_rate": 4.9026763990267643e-05,
19
+ "loss": 0.4278,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.73,
24
+ "learning_rate": 4.854014598540147e-05,
25
+ "loss": 0.3906,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.97,
30
+ "learning_rate": 4.8053527980535284e-05,
31
+ "loss": 0.3726,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 1.0,
36
+ "eval_f1": 0.3402346555086388,
37
+ "eval_loss": 0.31867411732673645,
38
+ "eval_precision": 0.3932500949967925,
39
+ "eval_recall": 0.34399184859663345,
40
+ "eval_runtime": 24.9698,
41
+ "eval_samples_per_second": 36.564,
42
+ "eval_steps_per_second": 4.606,
43
+ "step": 2055
44
+ },
45
+ {
46
+ "epoch": 1.22,
47
+ "learning_rate": 4.75669099756691e-05,
48
+ "loss": 0.3505,
49
+ "step": 2500
50
+ },
51
+ {
52
+ "epoch": 1.46,
53
+ "learning_rate": 4.708029197080292e-05,
54
+ "loss": 0.3385,
55
+ "step": 3000
56
+ },
57
+ {
58
+ "epoch": 1.7,
59
+ "learning_rate": 4.659367396593674e-05,
60
+ "loss": 0.3299,
61
+ "step": 3500
62
+ },
63
+ {
64
+ "epoch": 1.95,
65
+ "learning_rate": 4.610705596107056e-05,
66
+ "loss": 0.316,
67
+ "step": 4000
68
+ },
69
+ {
70
+ "epoch": 2.0,
71
+ "eval_f1": 0.44100378584011557,
72
+ "eval_loss": 0.29325029253959656,
73
+ "eval_precision": 0.5725633373653386,
74
+ "eval_recall": 0.41354031034704636,
75
+ "eval_runtime": 30.7804,
76
+ "eval_samples_per_second": 29.662,
77
+ "eval_steps_per_second": 3.736,
78
+ "step": 4110
79
+ },
80
+ {
81
+ "epoch": 2.19,
82
+ "learning_rate": 4.5620437956204383e-05,
83
+ "loss": 0.3077,
84
+ "step": 4500
85
+ },
86
+ {
87
+ "epoch": 2.43,
88
+ "learning_rate": 4.51338199513382e-05,
89
+ "loss": 0.2965,
90
+ "step": 5000
91
+ },
92
+ {
93
+ "epoch": 2.68,
94
+ "learning_rate": 4.4647201946472024e-05,
95
+ "loss": 0.3038,
96
+ "step": 5500
97
+ },
98
+ {
99
+ "epoch": 2.92,
100
+ "learning_rate": 4.416058394160584e-05,
101
+ "loss": 0.2948,
102
+ "step": 6000
103
+ },
104
+ {
105
+ "epoch": 3.0,
106
+ "eval_f1": 0.49142134605574894,
107
+ "eval_loss": 0.27041032910346985,
108
+ "eval_precision": 0.5482614717698139,
109
+ "eval_recall": 0.4672472050791782,
110
+ "eval_runtime": 32.1755,
111
+ "eval_samples_per_second": 28.376,
112
+ "eval_steps_per_second": 3.574,
113
+ "step": 6165
114
+ },
115
+ {
116
+ "epoch": 3.16,
117
+ "learning_rate": 4.3673965936739665e-05,
118
+ "loss": 0.286,
119
+ "step": 6500
120
+ },
121
+ {
122
+ "epoch": 3.41,
123
+ "learning_rate": 4.318734793187348e-05,
124
+ "loss": 0.2794,
125
+ "step": 7000
126
+ },
127
+ {
128
+ "epoch": 3.65,
129
+ "learning_rate": 4.27007299270073e-05,
130
+ "loss": 0.2684,
131
+ "step": 7500
132
+ },
133
+ {
134
+ "epoch": 3.89,
135
+ "learning_rate": 4.221411192214112e-05,
136
+ "loss": 0.2759,
137
+ "step": 8000
138
+ },
139
+ {
140
+ "epoch": 4.0,
141
+ "eval_f1": 0.5152580961177389,
142
+ "eval_loss": 0.2656283974647522,
143
+ "eval_precision": 0.561024311684815,
144
+ "eval_recall": 0.4928332834870085,
145
+ "eval_runtime": 32.9996,
146
+ "eval_samples_per_second": 27.667,
147
+ "eval_steps_per_second": 3.485,
148
+ "step": 8220
149
+ },
150
+ {
151
+ "epoch": 4.14,
152
+ "learning_rate": 4.172749391727494e-05,
153
+ "loss": 0.2628,
154
+ "step": 8500
155
+ },
156
+ {
157
+ "epoch": 4.38,
158
+ "learning_rate": 4.124087591240876e-05,
159
+ "loss": 0.2583,
160
+ "step": 9000
161
+ },
162
+ {
163
+ "epoch": 4.62,
164
+ "learning_rate": 4.075425790754258e-05,
165
+ "loss": 0.2567,
166
+ "step": 9500
167
+ },
168
+ {
169
+ "epoch": 4.87,
170
+ "learning_rate": 4.02676399026764e-05,
171
+ "loss": 0.2563,
172
+ "step": 10000
173
+ },
174
+ {
175
+ "epoch": 5.0,
176
+ "eval_f1": 0.5254077620147211,
177
+ "eval_loss": 0.26493218541145325,
178
+ "eval_precision": 0.5869446986868645,
179
+ "eval_recall": 0.49228704075934504,
180
+ "eval_runtime": 31.0527,
181
+ "eval_samples_per_second": 29.402,
182
+ "eval_steps_per_second": 3.703,
183
+ "step": 10275
184
+ },
185
+ {
186
+ "epoch": 5.11,
187
+ "learning_rate": 3.978102189781022e-05,
188
+ "loss": 0.2553,
189
+ "step": 10500
190
+ },
191
+ {
192
+ "epoch": 5.35,
193
+ "learning_rate": 3.929440389294404e-05,
194
+ "loss": 0.2482,
195
+ "step": 11000
196
+ },
197
+ {
198
+ "epoch": 5.6,
199
+ "learning_rate": 3.8807785888077864e-05,
200
+ "loss": 0.2412,
201
+ "step": 11500
202
+ },
203
+ {
204
+ "epoch": 5.84,
205
+ "learning_rate": 3.832116788321168e-05,
206
+ "loss": 0.2376,
207
+ "step": 12000
208
+ },
209
+ {
210
+ "epoch": 6.0,
211
+ "eval_f1": 0.5293819723661756,
212
+ "eval_loss": 0.2736237049102783,
213
+ "eval_precision": 0.5698156189027613,
214
+ "eval_recall": 0.5158894882436182,
215
+ "eval_runtime": 33.8492,
216
+ "eval_samples_per_second": 26.973,
217
+ "eval_steps_per_second": 3.397,
218
+ "step": 12330
219
+ },
220
+ {
221
+ "epoch": 6.08,
222
+ "learning_rate": 3.78345498783455e-05,
223
+ "loss": 0.234,
224
+ "step": 12500
225
+ },
226
+ {
227
+ "epoch": 6.33,
228
+ "learning_rate": 3.734793187347932e-05,
229
+ "loss": 0.2259,
230
+ "step": 13000
231
+ },
232
+ {
233
+ "epoch": 6.57,
234
+ "learning_rate": 3.686131386861314e-05,
235
+ "loss": 0.2312,
236
+ "step": 13500
237
+ },
238
+ {
239
+ "epoch": 6.81,
240
+ "learning_rate": 3.637469586374696e-05,
241
+ "loss": 0.2306,
242
+ "step": 14000
243
+ },
244
+ {
245
+ "epoch": 7.0,
246
+ "eval_f1": 0.5377831918627073,
247
+ "eval_loss": 0.27052244544029236,
248
+ "eval_precision": 0.5662163692648797,
249
+ "eval_recall": 0.5227524158025398,
250
+ "eval_runtime": 33.9607,
251
+ "eval_samples_per_second": 26.884,
252
+ "eval_steps_per_second": 3.386,
253
+ "step": 14385
254
+ },
255
+ {
256
+ "epoch": 7.06,
257
+ "learning_rate": 3.588807785888078e-05,
258
+ "loss": 0.2355,
259
+ "step": 14500
260
+ },
261
+ {
262
+ "epoch": 7.3,
263
+ "learning_rate": 3.5401459854014604e-05,
264
+ "loss": 0.2126,
265
+ "step": 15000
266
+ },
267
+ {
268
+ "epoch": 7.54,
269
+ "learning_rate": 3.491484184914842e-05,
270
+ "loss": 0.2236,
271
+ "step": 15500
272
+ },
273
+ {
274
+ "epoch": 7.79,
275
+ "learning_rate": 3.4428223844282245e-05,
276
+ "loss": 0.2186,
277
+ "step": 16000
278
+ },
279
+ {
280
+ "epoch": 8.0,
281
+ "eval_f1": 0.5354115040070326,
282
+ "eval_loss": 0.28732189536094666,
283
+ "eval_precision": 0.5835637777117146,
284
+ "eval_recall": 0.5252217659081543,
285
+ "eval_runtime": 35.8593,
286
+ "eval_samples_per_second": 25.461,
287
+ "eval_steps_per_second": 3.207,
288
+ "step": 16440
289
+ },
290
+ {
291
+ "epoch": 8.0,
292
+ "step": 16440,
293
+ "total_flos": 5028888562409472.0,
294
+ "train_loss": 0.288517827129132,
295
+ "train_runtime": 1921.0513,
296
+ "train_samples_per_second": 106.934,
297
+ "train_steps_per_second": 26.743
298
+ }
299
+ ],
300
+ "max_steps": 51375,
301
+ "num_train_epochs": 25,
302
+ "total_flos": 5028888562409472.0,
303
+ "trial_name": null,
304
+ "trial_params": null
305
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3022fa725e2f9c115907d76abf1084da56bb7987d46f3ff70934e63517426bf2
3
+ size 4155