brihijoshi commited on
Commit
d65a35a
1 Parent(s): 81767ac

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-base_02112024_16_44_41
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-base_02112024_16_44_41
14
+
15
+ This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) 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": 6.0,
3
+ "eval_f1": 0.5757671862207844,
4
+ "eval_loss": 0.25109806656837463,
5
+ "eval_precision": 0.6050661809680828,
6
+ "eval_recall": 0.556382019200333,
7
+ "eval_runtime": 55.8419,
8
+ "eval_samples": 913,
9
+ "eval_samples_per_second": 16.35,
10
+ "eval_steps_per_second": 2.059,
11
+ "predict_f1": 0.25451566111608764,
12
+ "predict_loss": 0.318584680557251,
13
+ "predict_precision": 0.27110114948598263,
14
+ "predict_recall": 0.24454478631214052,
15
+ "predict_runtime": 115.3998,
16
+ "predict_samples": 1280,
17
+ "predict_samples_per_second": 11.092,
18
+ "predict_steps_per_second": 5.546,
19
+ "train_loss": 0.23737415118809163,
20
+ "train_runtime": 2537.1213,
21
+ "train_samples": 8217,
22
+ "train_samples_per_second": 80.968,
23
+ "train_steps_per_second": 20.249
24
+ }
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/flan-t5-base",
3
+ "architectures": [
4
+ "T5ForConditionalGeneration"
5
+ ],
6
+ "d_ff": 2048,
7
+ "d_kv": 64,
8
+ "d_model": 768,
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": 12,
21
+ "num_heads": 12,
22
+ "num_layers": 12,
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": 6.0,
3
+ "eval_f1": 0.5757671862207844,
4
+ "eval_loss": 0.25109806656837463,
5
+ "eval_precision": 0.6050661809680828,
6
+ "eval_recall": 0.556382019200333,
7
+ "eval_runtime": 55.8419,
8
+ "eval_samples": 913,
9
+ "eval_samples_per_second": 16.35,
10
+ "eval_steps_per_second": 2.059
11
+ }
generated_predictions.txt ADDED
@@ -0,0 +1,1280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ societal_critique,solutions_interventions
2
+ harmful_generalization,government_critique
3
+ 0
4
+ harmful_generalization
5
+ harmful_generalization,societal_critique
6
+ deserving_undeserving_of_resources
7
+ 0
8
+ government_critique
9
+ personal_interaction_observation_of_homelessness
10
+ money_aid_resource_allocation
11
+ solutions_interventions,government_critique
12
+ solutions_interventions
13
+ media_portrayal
14
+ 0
15
+ government_critique
16
+ 0
17
+ harmful_generalization,societal_critique
18
+ deserving_undeserving_of_resources,societal_critique,solutions_interventions
19
+ 0
20
+ personal_interaction_observation_of_homelessness
21
+ 0
22
+ 0
23
+ societal_critique,solutions_interventions
24
+ government_critique
25
+ solutions_interventions
26
+ government_critique,solutions_interventions
27
+ deserving_undeserving_of_resources,money_aid_resource_allocation,solutions_interventions
28
+ harmful_generalization
29
+ government_critique,solutions_interventions
30
+ solutions_interventions
31
+ personal_interaction_observation_of_homelessness
32
+ solutions_interventions
33
+ 0
34
+ government_critique,solutions_interventions
35
+ solutions_interventions
36
+ solutions_interventions
37
+ solutions_interventions
38
+ 0
39
+ 0
40
+ harmful_generalization,not_in_my_backyard
41
+ government_critique
42
+ 0
43
+ 0
44
+ harmful_generalization
45
+ societal_critique,solutions_interventions
46
+ government_critique
47
+ 0
48
+ deserving_undeserving_of_resources,government_critique
49
+ deserving_undeserving_of_resources,personal_interaction_observation_of_homelessness
50
+ harmful_generalization
51
+ solutions_interventions
52
+ solutions_interventions
53
+ personal_interaction_observation_of_homelessness
54
+ societal_critique
55
+ societal_critique
56
+ 0
57
+ solutions_interventions
58
+ 0
59
+ 0
60
+ solutions_interventions
61
+ 0
62
+ solutions_interventions
63
+ solutions_interventions
64
+ personal_interaction_observation_of_homelessness
65
+ personal_interaction_observation_of_homelessness
66
+ harmful_generalization,solutions_interventions
67
+ government_critique
68
+ solutions_interventions
69
+ government_critique
70
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
71
+ government_critique,money_aid_resource_allocation,solutions_interventions
72
+ money_aid_resource_allocation,societal_critique
73
+ 0
74
+ deserving_undeserving_of_resources,money_aid_resource_allocation
75
+ societal_critique
76
+ harmful_generalization
77
+ 0
78
+ 0
79
+ 0
80
+ money_aid_resource_allocation,solutions_interventions
81
+ societal_critique
82
+ harmful_generalization
83
+ solutions_interventions
84
+ 0
85
+ solutions_interventions,government_critique
86
+ deserving_undeserving_of_resources,not_in_my_backyard
87
+ 0
88
+ 0
89
+ 0
90
+ solutions_interventions
91
+ societal_critique,solutions_interventions
92
+ government_critique
93
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
94
+ 0
95
+ 0
96
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
97
+ personal_interaction_observation_of_homelessness
98
+ deserving_undeserving_of_resources,societal_critique
99
+ harmful_generalization,not_in_my_backyard
100
+ solutions_interventions
101
+ societal_critique
102
+ deserving_undeserving_of_resources,societal_critique
103
+ solutions_interventions
104
+ personal_interaction_observation_of_homelessness
105
+ solutions_interventions
106
+ societal_critique
107
+ government_critique
108
+ solutions_interventions
109
+ deserving_undeserving_of_resources,money_aid_resource_allocation
110
+ harmful_generalization
111
+ 0
112
+ personal_interaction_observation_of_homelessness
113
+ harmful_generalization
114
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
115
+ deserving_undeserving_of_resources,societal_critique
116
+ solutions_interventions,government_critique
117
+ 0
118
+ 0
119
+ 0
120
+ personal_interaction_observation_of_homelessness
121
+ government_critique
122
+ harmful_generalization,not_in_my_backyard
123
+ societal_critique
124
+ 0
125
+ harmful_generalization
126
+ harmful_generalization
127
+ solutions_interventions
128
+ harmful_generalization
129
+ not_in_my_backyard
130
+ government_critique,deserving_undeserving_of_resources,money_aid_resource_allocation
131
+ government_critique
132
+ personal_interaction_observation_of_homelessness
133
+ personal_interaction_observation_of_homelessness
134
+ solutions_interventions
135
+ harmful_generalization,personal_interaction_observation_of_homelessness
136
+ money_aid_resource_allocation,solutions_interventions
137
+ societal_critique,money_aid_resource_allocation
138
+ money_aid_resource_allocation,solutions_interventions
139
+ deserving_undeserving_of_resources,money_aid_resource_allocation,societal_critique
140
+ government_critique
141
+ harmful_generalization,societal_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
+ solutions_interventions
150
+ harmful_generalization,societal_critique
151
+ solutions_interventions
152
+ government_critique
153
+ harmful_generalization
154
+ solutions_interventions
155
+ 0
156
+ societal_critique,solutions_interventions
157
+ government_critique,solutions_interventions
158
+ harmful_generalization
159
+ societal_critique,solutions_interventions
160
+ 0
161
+ societal_critique
162
+ solutions_interventions
163
+ money_aid_resource_allocation,government_critique
164
+ harmful_generalization,societal_critique
165
+ 0
166
+ 0
167
+ not_in_my_backyard
168
+ deserving_undeserving_of_resources,societal_critique
169
+ solutions_interventions
170
+ personal_interaction_observation_of_homelessness
171
+ government_critique,solutions_interventions
172
+ harmful_generalization,societal_critique,money_aid_resource_allocation,solutions_interventions
173
+ 0
174
+ harmful_generalization,government_critique,deserving_undeserving_of_resources
175
+ harmful_generalization,not_in_my_backyard
176
+ 0
177
+ solutions_interventions
178
+ solutions_interventions
179
+ solutions_interventions
180
+ deserving_undeserving_of_resources,solutions_interventions
181
+ solutions_interventions
182
+ government_critique,solutions_interventions
183
+ harmful_generalization
184
+ harmful_generalization,societal_critique
185
+ 0
186
+ solutions_interventions
187
+ solutions_interventions
188
+ solutions_interventions
189
+ 0
190
+ solutions_interventions
191
+ harmful_generalization
192
+ 0
193
+ not_in_my_backyard,societal_critique
194
+ 0
195
+ solutions_interventions
196
+ solutions_interventions
197
+ solutions_interventions
198
+ solutions_interventions
199
+ harmful_generalization
200
+ government_critique
201
+ 0
202
+ solutions_interventions
203
+ harmful_generalization,societal_critique
204
+ money_aid_resource_allocation,societal_critique
205
+ government_critique,personal_interaction_observation_of_homelessness
206
+ 0
207
+ harmful_generalization,government_critique
208
+ harmful_generalization
209
+ 0
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
+ personal_interaction_observation_of_homelessness
216
+ personal_interaction_observation_of_homelessness
217
+ 0
218
+ deserving_undeserving_of_resources
219
+ personal_interaction_observation_of_homelessness
220
+ personal_interaction_observation_of_homelessness
221
+ harmful_generalization
222
+ government_critique,deserving_undeserving_of_resources
223
+ solutions_interventions
224
+ not_in_my_backyard
225
+ solutions_interventions
226
+ societal_critique
227
+ 0
228
+ government_critique
229
+ societal_critique,solutions_interventions
230
+ media_portrayal
231
+ harmful_generalization
232
+ government_critique,societal_critique,money_aid_resource_allocation
233
+ solutions_interventions
234
+ solutions_interventions
235
+ harmful_generalization,personal_interaction_observation_of_homelessness
236
+ societal_critique
237
+ societal_critique
238
+ solutions_interventions
239
+ 0
240
+ harmful_generalization
241
+ 0
242
+ personal_interaction_observation_of_homelessness
243
+ 0
244
+ not_in_my_backyard,solutions_interventions
245
+ deserving_undeserving_of_resources,societal_critique
246
+ 0
247
+ solutions_interventions
248
+ societal_critique
249
+ solutions_interventions
250
+ 0
251
+ money_aid_resource_allocation,solutions_interventions
252
+ government_critique
253
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
254
+ solutions_interventions
255
+ societal_critique
256
+ government_critique
257
+ money_aid_resource_allocation,government_critique
258
+ solutions_interventions
259
+ deserving_undeserving_of_resources,government_critique
260
+ government_critique,solutions_interventions
261
+ personal_interaction_observation_of_homelessness
262
+ solutions_interventions
263
+ solutions_interventions
264
+ 0
265
+ government_critique,solutions_interventions
266
+ media_portrayal,solutions_interventions
267
+ 0
268
+ 0
269
+ solutions_interventions
270
+ 0
271
+ societal_critique,solutions_interventions
272
+ 0
273
+ harmful_generalization,societal_critique
274
+ solutions_interventions
275
+ societal_critique
276
+ solutions_interventions
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
+ harmful_generalization,solutions_interventions
285
+ media_portrayal,societal_critique
286
+ solutions_interventions
287
+ deserving_undeserving_of_resources,money_aid_resource_allocation,solutions_interventions
288
+ harmful_generalization
289
+ harmful_generalization
290
+ harmful_generalization
291
+ 0
292
+ 0
293
+ societal_critique
294
+ 0
295
+ harmful_generalization,not_in_my_backyard,societal_critique
296
+ 0
297
+ solutions_interventions
298
+ deserving_undeserving_of_resources,societal_critique
299
+ harmful_generalization
300
+ government_critique
301
+ 0
302
+ government_critique
303
+ harmful_generalization,not_in_my_backyard
304
+ harmful_generalization
305
+ societal_critique
306
+ deserving_undeserving_of_resources,societal_critique
307
+ government_critique
308
+ 0
309
+ government_critique
310
+ government_critique,solutions_interventions
311
+ deserving_undeserving_of_resources
312
+ solutions_interventions
313
+ 0
314
+ 0
315
+ solutions_interventions
316
+ solutions_interventions
317
+ media_portrayal
318
+ harmful_generalization,societal_critique
319
+ personal_interaction_observation_of_homelessness
320
+ government_critique
321
+ harmful_generalization
322
+ personal_interaction_observation_of_homelessness
323
+ 0
324
+ government_critique,not_in_my_backyard
325
+ 0
326
+ government_critique,solutions_interventions
327
+ 0
328
+ government_critique
329
+ government_critique,not_in_my_backyard,solutions_interventions
330
+ 0
331
+ government_critique
332
+ 0
333
+ harmful_generalization,societal_critique,solutions_interventions
334
+ personal_interaction_observation_of_homelessness
335
+ 0
336
+ government_critique,solutions_interventions
337
+ money_aid_resource_allocation
338
+ harmful_generalization
339
+ harmful_generalization,societal_critique
340
+ 0
341
+ 0
342
+ 0
343
+ solutions_interventions
344
+ personal_interaction_observation_of_homelessness
345
+ solutions_interventions,government_critique
346
+ societal_critique
347
+ harmful_generalization,societal_critique
348
+ solutions_interventions
349
+ 0
350
+ 0
351
+ deserving_undeserving_of_resources,government_critique
352
+ harmful_generalization,government_critique
353
+ solutions_interventions,government_critique
354
+ 0
355
+ 0
356
+ government_critique,solutions_interventions
357
+ solutions_interventions,personal_interaction_observation_of_homelessness
358
+ 0
359
+ media_portrayal,solutions_interventions
360
+ government_critique,solutions_interventions
361
+ personal_interaction_observation_of_homelessness
362
+ solutions_interventions
363
+ societal_critique
364
+ harmful_generalization
365
+ harmful_generalization
366
+ solutions_interventions
367
+ 0
368
+ personal_interaction_observation_of_homelessness
369
+ government_critique,solutions_interventions
370
+ 0
371
+ societal_critique
372
+ harmful_generalization,societal_critique
373
+ not_in_my_backyard
374
+ 0
375
+ not_in_my_backyard,solutions_interventions
376
+ harmful_generalization,personal_interaction_observation_of_homelessness
377
+ harmful_generalization,societal_critique
378
+ societal_critique
379
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
380
+ harmful_generalization,societal_critique
381
+ government_critique
382
+ 0
383
+ solutions_interventions
384
+ personal_interaction_observation_of_homelessness
385
+ money_aid_resource_allocation,societal_critique
386
+ government_critique
387
+ 0
388
+ money_aid_resource_allocation,government_critique
389
+ solutions_interventions
390
+ media_portrayal
391
+ 0
392
+ solutions_interventions
393
+ 0
394
+ solutions_interventions
395
+ 0
396
+ deserving_undeserving_of_resources,government_critique
397
+ solutions_interventions
398
+ deserving_undeserving_of_resources
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
409
+ harmful_generalization,not_in_my_backyard
410
+ 0
411
+ harmful_generalization
412
+ personal_interaction_observation_of_homelessness
413
+ government_critique,solutions_interventions
414
+ media_portrayal,societal_critique
415
+ harmful_generalization,not_in_my_backyard
416
+ government_critique,solutions_interventions
417
+ harmful_generalization
418
+ government_critique
419
+ harmful_generalization,societal_critique
420
+ personal_interaction_observation_of_homelessness
421
+ personal_interaction_observation_of_homelessness
422
+ solutions_interventions
423
+ government_critique,solutions_interventions
424
+ solutions_interventions
425
+ government_critique
426
+ solutions_interventions
427
+ harmful_generalization
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
+ solutions_interventions
436
+ harmful_generalization
437
+ societal_critique,solutions_interventions
438
+ solutions_interventions,government_critique
439
+ deserving_undeserving_of_resources
440
+ government_critique,solutions_interventions
441
+ 0
442
+ deserving_undeserving_of_resources,societal_critique
443
+ deserving_undeserving_of_resources
444
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
445
+ government_critique,solutions_interventions
446
+ 0
447
+ solutions_interventions
448
+ 0
449
+ government_critique
450
+ personal_interaction_observation_of_homelessness
451
+ deserving_undeserving_of_resources,societal_critique
452
+ personal_interaction_observation_of_homelessness
453
+ solutions_interventions
454
+ personal_interaction_observation_of_homelessness
455
+ money_aid_resource_allocation,government_critique
456
+ harmful_generalization
457
+ societal_critique
458
+ 0
459
+ 0
460
+ solutions_interventions
461
+ money_aid_resource_allocation,deserving_undeserving_of_resources
462
+ 0
463
+ 0
464
+ deserving_undeserving_of_resources,societal_critique,solutions_interventions
465
+ 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
+ deserving_undeserving_of_resources,societal_critique
474
+ societal_critique
475
+ solutions_interventions
476
+ media_portrayal
477
+ 0
478
+ societal_critique,solutions_interventions
479
+ solutions_interventions
480
+ societal_critique
481
+ 0
482
+ solutions_interventions
483
+ not_in_my_backyard
484
+ 0
485
+ government_critique
486
+ 0
487
+ not_in_my_backyard
488
+ not_in_my_backyard
489
+ personal_interaction_observation_of_homelessness
490
+ personal_interaction_observation_of_homelessness
491
+ harmful_generalization,societal_critique
492
+ harmful_generalization,societal_critique
493
+ 0
494
+ deserving_undeserving_of_resources
495
+ solutions_interventions
496
+ harmful_generalization
497
+ 0
498
+ solutions_interventions
499
+ government_critique
500
+ solutions_interventions
501
+ personal_interaction_observation_of_homelessness
502
+ deserving_undeserving_of_resources
503
+ government_critique
504
+ government_critique,solutions_interventions
505
+ 0
506
+ personal_interaction_observation_of_homelessness
507
+ 0
508
+ solutions_interventions
509
+ 0
510
+ solutions_interventions
511
+ harmful_generalization,government_critique
512
+ government_critique
513
+ personal_interaction_observation_of_homelessness
514
+ government_critique
515
+ solutions_interventions
516
+ solutions_interventions
517
+ 0
518
+ government_critique
519
+ government_critique,societal_critique
520
+ solutions_interventions
521
+ solutions_interventions
522
+ 0
523
+ harmful_generalization
524
+ solutions_interventions
525
+ societal_critique
526
+ harmful_generalization,societal_critique
527
+ solutions_interventions
528
+ 0
529
+ government_critique,money_aid_resource_allocation
530
+ societal_critique
531
+ solutions_interventions
532
+ government_critique,solutions_interventions
533
+ harmful_generalization
534
+ government_critique
535
+ 0
536
+ 0
537
+ 0
538
+ harmful_generalization,societal_critique
539
+ 0
540
+ 0
541
+ 0
542
+ harmful_generalization,societal_critique
543
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
544
+ societal_critique,solutions_interventions
545
+ government_critique
546
+ 0
547
+ solutions_interventions
548
+ money_aid_resource_allocation,government_critique
549
+ government_critique
550
+ 0
551
+ media_portrayal,societal_critique,solutions_interventions
552
+ deserving_undeserving_of_resources,solutions_interventions
553
+ solutions_interventions
554
+ government_critique
555
+ societal_critique
556
+ government_critique,solutions_interventions
557
+ solutions_interventions
558
+ 0
559
+ money_aid_resource_allocation,solutions_interventions
560
+ government_critique,money_aid_resource_allocation
561
+ harmful_generalization,not_in_my_backyard
562
+ government_critique,solutions_interventions
563
+ solutions_interventions
564
+ money_aid_resource_allocation,government_critique
565
+ harmful_generalization,money_aid_resource_allocation,solutions_interventions
566
+ 0
567
+ harmful_generalization,societal_critique
568
+ personal_interaction_observation_of_homelessness
569
+ 0
570
+ harmful_generalization,societal_critique
571
+ personal_interaction_observation_of_homelessness
572
+ government_critique
573
+ not_in_my_backyard
574
+ deserving_undeserving_of_resources,societal_critique
575
+ solutions_interventions
576
+ personal_interaction_observation_of_homelessness
577
+ harmful_generalization,societal_critique
578
+ government_critique
579
+ harmful_generalization,not_in_my_backyard
580
+ societal_critique,solutions_interventions
581
+ solutions_interventions
582
+ government_critique
583
+ harmful_generalization
584
+ 0
585
+ personal_interaction_observation_of_homelessness
586
+ solutions_interventions
587
+ solutions_interventions
588
+ societal_critique
589
+ deserving_undeserving_of_resources,societal_critique
590
+ societal_critique
591
+ solutions_interventions
592
+ 0
593
+ harmful_generalization
594
+ solutions_interventions
595
+ solutions_interventions
596
+ money_aid_resource_allocation,solutions_interventions
597
+ 0
598
+ harmful_generalization
599
+ personal_interaction_observation_of_homelessness
600
+ government_critique
601
+ not_in_my_backyard,solutions_interventions
602
+ harmful_generalization
603
+ personal_interaction_observation_of_homelessness
604
+ harmful_generalization,societal_critique
605
+ government_critique
606
+ solutions_interventions
607
+ deserving_undeserving_of_resources
608
+ personal_interaction_observation_of_homelessness
609
+ solutions_interventions
610
+ government_critique
611
+ harmful_generalization
612
+ deserving_undeserving_of_resources,societal_critique,solutions_interventions
613
+ solutions_interventions
614
+ government_critique
615
+ personal_interaction_observation_of_homelessness
616
+ solutions_interventions
617
+ societal_critique,solutions_interventions
618
+ government_critique
619
+ harmful_generalization,societal_critique
620
+ solutions_interventions
621
+ 0
622
+ societal_critique,solutions_interventions
623
+ solutions_interventions
624
+ government_critique
625
+ solutions_interventions
626
+ harmful_generalization,not_in_my_backyard
627
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
628
+ government_critique
629
+ societal_critique
630
+ 0
631
+ 0
632
+ deserving_undeserving_of_resources,government_critique
633
+ 0
634
+ 0
635
+ personal_interaction_observation_of_homelessness
636
+ solutions_interventions
637
+ government_critique,solutions_interventions
638
+ harmful_generalization,societal_critique
639
+ 0
640
+ personal_interaction_observation_of_homelessness
641
+ 0
642
+ government_critique,solutions_interventions
643
+ solutions_interventions
644
+ 0
645
+ deserving_undeserving_of_resources,government_critique
646
+ harmful_generalization,societal_critique
647
+ 0
648
+ 0
649
+ harmful_generalization,societal_critique
650
+ media_portrayal
651
+ harmful_generalization,not_in_my_backyard
652
+ 0
653
+ money_aid_resource_allocation,solutions_interventions
654
+ not_in_my_backyard,societal_critique
655
+ 0
656
+ societal_critique
657
+ solutions_interventions
658
+ solutions_interventions
659
+ societal_critique
660
+ harmful_generalization,societal_critique
661
+ harmful_generalization,societal_critique
662
+ personal_interaction_observation_of_homelessness
663
+ solutions_interventions
664
+ deserving_undeserving_of_resources
665
+ 0
666
+ money_aid_resource_allocation,solutions_interventions
667
+ government_critique
668
+ government_critique
669
+ harmful_generalization
670
+ 0
671
+ solutions_interventions
672
+ solutions_interventions,government_critique
673
+ societal_critique
674
+ solutions_interventions
675
+ 0
676
+ harmful_generalization,societal_critique,solutions_interventions
677
+ 0
678
+ 0
679
+ harmful_generalization
680
+ harmful_generalization,societal_critique
681
+ 0
682
+ solutions_interventions
683
+ 0
684
+ harmful_generalization,societal_critique,solutions_interventions
685
+ solutions_interventions
686
+ 0
687
+ 0
688
+ societal_critique
689
+ government_critique
690
+ 0
691
+ money_aid_resource_allocation,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
+ societal_critique,solutions_interventions
701
+ personal_interaction_observation_of_homelessness
702
+ 0
703
+ 0
704
+ government_critique
705
+ 0
706
+ government_critique,solutions_interventions
707
+ personal_interaction_observation_of_homelessness
708
+ 0
709
+ 0
710
+ solutions_interventions
711
+ media_portrayal
712
+ harmful_generalization,societal_critique
713
+ 0
714
+ 0
715
+ personal_interaction_observation_of_homelessness
716
+ harmful_generalization
717
+ solutions_interventions
718
+ 0
719
+ solutions_interventions
720
+ harmful_generalization
721
+ 0
722
+ 0
723
+ personal_interaction_observation_of_homelessness
724
+ solutions_interventions
725
+ 0
726
+ solutions_interventions
727
+ deserving_undeserving_of_resources,societal_critique
728
+ 0
729
+ government_critique,solutions_interventions
730
+ government_critique
731
+ 0
732
+ harmful_generalization
733
+ harmful_generalization,not_in_my_backyard
734
+ 0
735
+ government_critique
736
+ harmful_generalization,not_in_my_backyard
737
+ government_critique
738
+ money_aid_resource_allocation,societal_critique
739
+ harmful_generalization,not_in_my_backyard
740
+ societal_critique,solutions_interventions
741
+ solutions_interventions
742
+ 0
743
+ solutions_interventions,government_critique
744
+ societal_critique
745
+ 0
746
+ solutions_interventions,societal_critique,government_critique
747
+ harmful_generalization
748
+ harmful_generalization,solutions_interventions
749
+ 0
750
+ solutions_interventions
751
+ 0
752
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
753
+ harmful_generalization
754
+ 0
755
+ government_critique
756
+ 0
757
+ solutions_interventions
758
+ 0
759
+ harmful_generalization,personal_interaction_observation_of_homelessness
760
+ harmful_generalization
761
+ solutions_interventions
762
+ 0
763
+ harmful_generalization,government_critique
764
+ harmful_generalization
765
+ solutions_interventions
766
+ deserving_undeserving_of_resources,money_aid_resource_allocation,solutions_interventions
767
+ 0
768
+ deserving_undeserving_of_resources,societal_critique
769
+ government_critique,solutions_interventions
770
+ harmful_generalization
771
+ government_critique
772
+ government_critique
773
+ solutions_interventions
774
+ government_critique
775
+ solutions_interventions
776
+ media_portrayal
777
+ personal_interaction_observation_of_homelessness
778
+ government_critique,solutions_interventions
779
+ personal_interaction_observation_of_homelessness
780
+ media_portrayal
781
+ 0
782
+ personal_interaction_observation_of_homelessness
783
+ solutions_interventions
784
+ solutions_interventions
785
+ money_aid_resource_allocation,solutions_interventions
786
+ 0
787
+ harmful_generalization
788
+ government_critique
789
+ 0
790
+ 0
791
+ 0
792
+ solutions_interventions
793
+ 0
794
+ 0
795
+ 0
796
+ government_critique
797
+ 0
798
+ harmful_generalization
799
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
800
+ 0
801
+ 0
802
+ personal_interaction_observation_of_homelessness
803
+ deserving_undeserving_of_resources,solutions_interventions
804
+ 0
805
+ 0
806
+ 0
807
+ solutions_interventions
808
+ media_portrayal
809
+ 0
810
+ solutions_interventions
811
+ harmful_generalization
812
+ harmful_generalization
813
+ money_aid_resource_allocation,government_critique
814
+ deserving_undeserving_of_resources,societal_critique
815
+ 0
816
+ solutions_interventions
817
+ 0
818
+ 0
819
+ harmful_generalization
820
+ personal_interaction_observation_of_homelessness
821
+ harmful_generalization
822
+ government_critique,solutions_interventions
823
+ 0
824
+ government_critique
825
+ government_critique,money_aid_resource_allocation
826
+ harmful_generalization,personal_interaction_observation_of_homelessness
827
+ harmful_generalization
828
+ 0
829
+ 0
830
+ 0
831
+ solutions_interventions
832
+ government_critique,solutions_interventions
833
+ 0
834
+ media_portrayal
835
+ societal_critique
836
+ personal_interaction_observation_of_homelessness
837
+ 0
838
+ solutions_interventions
839
+ 0
840
+ societal_critique
841
+ personal_interaction_observation_of_homelessness,solutions_interventions
842
+ harmful_generalization,societal_critique
843
+ solutions_interventions
844
+ solutions_interventions
845
+ 0
846
+ harmful_generalization
847
+ solutions_interventions
848
+ personal_interaction_observation_of_homelessness
849
+ 0
850
+ 0
851
+ personal_interaction_observation_of_homelessness
852
+ government_critique
853
+ 0
854
+ personal_interaction_observation_of_homelessness
855
+ harmful_generalization,solutions_interventions
856
+ government_critique
857
+ harmful_generalization
858
+ 0
859
+ 0
860
+ harmful_generalization,societal_critique
861
+ solutions_interventions
862
+ personal_interaction_observation_of_homelessness
863
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
864
+ harmful_generalization
865
+ solutions_interventions
866
+ societal_critique
867
+ 0
868
+ harmful_generalization
869
+ government_critique
870
+ 0
871
+ solutions_interventions,government_critique
872
+ 0
873
+ harmful_generalization
874
+ harmful_generalization
875
+ 0
876
+ harmful_generalization
877
+ harmful_generalization
878
+ government_critique
879
+ harmful_generalization
880
+ 0
881
+ deserving_undeserving_of_resources,government_critique
882
+ solutions_interventions
883
+ solutions_interventions,government_critique
884
+ harmful_generalization,personal_interaction_observation_of_homelessness
885
+ harmful_generalization,societal_critique
886
+ government_critique
887
+ solutions_interventions
888
+ 0
889
+ personal_interaction_observation_of_homelessness
890
+ 0
891
+ media_portrayal
892
+ solutions_interventions
893
+ money_aid_resource_allocation
894
+ 0
895
+ solutions_interventions
896
+ 0
897
+ societal_critique
898
+ 0
899
+ money_aid_resource_allocation,societal_critique
900
+ harmful_generalization
901
+ media_portrayal
902
+ government_critique
903
+ government_critique
904
+ money_aid_resource_allocation,solutions_interventions
905
+ personal_interaction_observation_of_homelessness
906
+ 0
907
+ harmful_generalization,societal_critique
908
+ personal_interaction_observation_of_homelessness
909
+ personal_interaction_observation_of_homelessness
910
+ 0
911
+ personal_interaction_observation_of_homelessness
912
+ media_portrayal
913
+ societal_critique
914
+ personal_interaction_observation_of_homelessness
915
+ 0
916
+ government_critique
917
+ harmful_generalization
918
+ solutions_interventions
919
+ 0
920
+ solutions_interventions
921
+ 0
922
+ societal_critique
923
+ government_critique
924
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
925
+ 0
926
+ government_critique
927
+ government_critique,deserving_undeserving_of_resources,money_aid_resource_allocation
928
+ government_critique,solutions_interventions
929
+ societal_critique
930
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
931
+ harmful_generalization
932
+ harmful_generalization,not_in_my_backyard
933
+ harmful_generalization
934
+ harmful_generalization,not_in_my_backyard
935
+ 0
936
+ not_in_my_backyard
937
+ money_aid_resource_allocation,solutions_interventions
938
+ deserving_undeserving_of_resources,money_aid_resource_allocation,solutions_interventions
939
+ personal_interaction_observation_of_homelessness
940
+ 0
941
+ deserving_undeserving_of_resources
942
+ harmful_generalization,societal_critique
943
+ media_portrayal
944
+ solutions_interventions,not_in_my_backyard,government_critique
945
+ 0
946
+ societal_critique
947
+ 0
948
+ deserving_undeserving_of_resources,not_in_my_backyard,government_critique
949
+ personal_interaction_observation_of_homelessness
950
+ 0
951
+ personal_interaction_observation_of_homelessness
952
+ harmful_generalization
953
+ harmful_generalization
954
+ 0
955
+ 0
956
+ 0
957
+ personal_interaction_observation_of_homelessness
958
+ 0
959
+ government_critique
960
+ harmful_generalization,societal_critique
961
+ 0
962
+ personal_interaction_observation_of_homelessness
963
+ government_critique
964
+ solutions_interventions
965
+ 0
966
+ harmful_generalization,societal_critique
967
+ government_critique
968
+ 0
969
+ 0
970
+ government_critique
971
+ 0
972
+ personal_interaction_observation_of_homelessness
973
+ societal_critique
974
+ personal_interaction_observation_of_homelessness
975
+ money_aid_resource_allocation
976
+ solutions_interventions
977
+ government_critique
978
+ government_critique,societal_critique,solutions_interventions
979
+ government_critique,solutions_interventions
980
+ solutions_interventions
981
+ societal_critique,solutions_interventions
982
+ societal_critique
983
+ solutions_interventions
984
+ government_critique
985
+ deserving_undeserving_of_resources,societal_critique
986
+ government_critique,solutions_interventions
987
+ government_critique
988
+ government_critique
989
+ personal_interaction_observation_of_homelessness
990
+ personal_interaction_observation_of_homelessness
991
+ 0
992
+ deserving_undeserving_of_resources,societal_critique
993
+ media_portrayal
994
+ government_critique
995
+ solutions_interventions
996
+ 0
997
+ 0
998
+ personal_interaction_observation_of_homelessness
999
+ solutions_interventions
1000
+ 0
1001
+ 0
1002
+ deserving_undeserving_of_resources,not_in_my_backyard
1003
+ personal_interaction_observation_of_homelessness
1004
+ 0
1005
+ money_aid_resource_allocation,solutions_interventions
1006
+ solutions_interventions
1007
+ media_portrayal
1008
+ solutions_interventions
1009
+ government_critique
1010
+ harmful_generalization,societal_critique
1011
+ societal_critique
1012
+ solutions_interventions
1013
+ deserving_undeserving_of_resources,government_critique,solutions_interventions
1014
+ 0
1015
+ 0
1016
+ personal_interaction_observation_of_homelessness
1017
+ media_portrayal
1018
+ government_critique
1019
+ solutions_interventions
1020
+ 0
1021
+ personal_interaction_observation_of_homelessness
1022
+ societal_critique
1023
+ money_aid_resource_allocation
1024
+ harmful_generalization
1025
+ 0
1026
+ government_critique
1027
+ solutions_interventions
1028
+ 0
1029
+ government_critique
1030
+ 0
1031
+ personal_interaction_observation_of_homelessness
1032
+ 0
1033
+ solutions_interventions
1034
+ 0
1035
+ 0
1036
+ societal_critique
1037
+ media_portrayal
1038
+ 0
1039
+ money_aid_resource_allocation
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
+ 0
1047
+ 0
1048
+ personal_interaction_observation_of_homelessness
1049
+ solutions_interventions
1050
+ solutions_interventions,government_critique
1051
+ deserving_undeserving_of_resources,societal_critique
1052
+ 0
1053
+ government_critique,deserving_undeserving_of_resources
1054
+ 0
1055
+ harmful_generalization,societal_critique
1056
+ 0
1057
+ 0
1058
+ harmful_generalization
1059
+ harmful_generalization,societal_critique
1060
+ government_critique,societal_critique
1061
+ government_critique
1062
+ societal_critique
1063
+ 0
1064
+ media_portrayal
1065
+ harmful_generalization,solutions_interventions
1066
+ government_critique
1067
+ government_critique,solutions_interventions
1068
+ 0
1069
+ solutions_interventions
1070
+ solutions_interventions
1071
+ societal_critique
1072
+ money_aid_resource_allocation,solutions_interventions
1073
+ solutions_interventions
1074
+ government_critique
1075
+ solutions_interventions
1076
+ personal_interaction_observation_of_homelessness
1077
+ 0
1078
+ 0
1079
+ personal_interaction_observation_of_homelessness
1080
+ societal_critique,solutions_interventions
1081
+ personal_interaction_observation_of_homelessness
1082
+ solutions_interventions
1083
+ government_critique
1084
+ 0
1085
+ solutions_interventions
1086
+ solutions_interventions
1087
+ 0
1088
+ government_critique,not_in_my_backyard,solutions_interventions
1089
+ solutions_interventions,government_critique
1090
+ government_critique
1091
+ 0
1092
+ government_critique
1093
+ 0
1094
+ harmful_generalization,societal_critique
1095
+ government_critique
1096
+ personal_interaction_observation_of_homelessness
1097
+ solutions_interventions
1098
+ societal_critique
1099
+ personal_interaction_observation_of_homelessness
1100
+ harmful_generalization,money_aid_resource_allocation,solutions_interventions
1101
+ money_aid_resource_allocation,government_critique
1102
+ government_critique,solutions_interventions
1103
+ money_aid_resource_allocation,solutions_interventions
1104
+ harmful_generalization,societal_critique
1105
+ 0
1106
+ societal_critique
1107
+ personal_interaction_observation_of_homelessness
1108
+ government_critique
1109
+ government_critique
1110
+ societal_critique,solutions_interventions
1111
+ government_critique
1112
+ government_critique,solutions_interventions
1113
+ government_critique
1114
+ personal_interaction_observation_of_homelessness
1115
+ government_critique
1116
+ government_critique,solutions_interventions
1117
+ 0
1118
+ government_critique,deserving_undeserving_of_resources
1119
+ solutions_interventions
1120
+ media_portrayal
1121
+ solutions_interventions
1122
+ societal_critique
1123
+ 0
1124
+ government_critique
1125
+ personal_interaction_observation_of_homelessness
1126
+ 0
1127
+ harmful_generalization
1128
+ 0
1129
+ government_critique,money_aid_resource_allocation
1130
+ harmful_generalization
1131
+ government_critique,not_in_my_backyard
1132
+ societal_critique
1133
+ deserving_undeserving_of_resources,societal_critique
1134
+ personal_interaction_observation_of_homelessness
1135
+ solutions_interventions
1136
+ government_critique
1137
+ government_critique,solutions_interventions
1138
+ government_critique
1139
+ 0
1140
+ personal_interaction_observation_of_homelessness
1141
+ 0
1142
+ 0
1143
+ personal_interaction_observation_of_homelessness
1144
+ government_critique
1145
+ 0
1146
+ 0
1147
+ money_aid_resource_allocation,solutions_interventions
1148
+ deserving_undeserving_of_resources,societal_critique
1149
+ government_critique
1150
+ deserving_undeserving_of_resources,societal_critique
1151
+ solutions_interventions
1152
+ 0
1153
+ solutions_interventions
1154
+ 0
1155
+ societal_critique,solutions_interventions
1156
+ 0
1157
+ harmful_generalization,societal_critique
1158
+ personal_interaction_observation_of_homelessness
1159
+ societal_critique,solutions_interventions
1160
+ government_critique,solutions_interventions
1161
+ 0
1162
+ personal_interaction_observation_of_homelessness
1163
+ personal_interaction_observation_of_homelessness
1164
+ not_in_my_backyard
1165
+ harmful_generalization,societal_critique
1166
+ government_critique,solutions_interventions
1167
+ deserving_undeserving_of_resources,money_aid_resource_allocation,societal_critique
1168
+ personal_interaction_observation_of_homelessness
1169
+ government_critique,solutions_interventions
1170
+ harmful_generalization,societal_critique
1171
+ money_aid_resource_allocation,solutions_interventions
1172
+ 0
1173
+ money_aid_resource_allocation,solutions_interventions
1174
+ government_critique,solutions_interventions
1175
+ government_critique
1176
+ money_aid_resource_allocation,solutions_interventions
1177
+ harmful_generalization,societal_critique
1178
+ solutions_interventions
1179
+ government_critique,solutions_interventions
1180
+ government_critique,solutions_interventions
1181
+ 0
1182
+ societal_critique
1183
+ harmful_generalization,societal_critique
1184
+ 0
1185
+ harmful_generalization,not_in_my_backyard
1186
+ personal_interaction_observation_of_homelessness
1187
+ personal_interaction_observation_of_homelessness
1188
+ harmful_generalization,societal_critique
1189
+ deserving_undeserving_of_resources,not_in_my_backyard,government_critique
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
+ solutions_interventions
1198
+ 0
1199
+ media_portrayal
1200
+ government_critique,solutions_interventions
1201
+ media_portrayal
1202
+ solutions_interventions
1203
+ 0
1204
+ 0
1205
+ 0
1206
+ 0
1207
+ government_critique
1208
+ 0
1209
+ 0
1210
+ not_in_my_backyard,societal_critique
1211
+ deserving_undeserving_of_resources,money_aid_resource_allocation,solutions_interventions
1212
+ harmful_generalization,societal_critique
1213
+ societal_critique,solutions_interventions
1214
+ solutions_interventions
1215
+ societal_critique
1216
+ 0
1217
+ solutions_interventions
1218
+ societal_critique
1219
+ 0
1220
+ government_critique
1221
+ harmful_generalization
1222
+ solutions_interventions
1223
+ media_portrayal
1224
+ 0
1225
+ harmful_generalization,societal_critique
1226
+ solutions_interventions
1227
+ harmful_generalization,societal_critique
1228
+ 0
1229
+ 0
1230
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
1231
+ 0
1232
+ harmful_generalization,societal_critique
1233
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
1234
+ solutions_interventions
1235
+ 0
1236
+ societal_critique
1237
+ solutions_interventions
1238
+ government_critique
1239
+ harmful_generalization
1240
+ solutions_interventions,not_in_my_backyard,government_critique
1241
+ deserving_undeserving_of_resources
1242
+ solutions_interventions
1243
+ 0
1244
+ government_critique
1245
+ 0
1246
+ 0
1247
+ 0
1248
+ deserving_undeserving_of_resources,money_aid_resource_allocation
1249
+ personal_interaction_observation_of_homelessness
1250
+ societal_critique
1251
+ government_critique
1252
+ 0
1253
+ solutions_interventions
1254
+ 0
1255
+ solutions_interventions
1256
+ 0
1257
+ harmful_generalization,not_in_my_backyard
1258
+ societal_critique
1259
+ deserving_undeserving_of_resources,money_aid_resource_allocation,government_critique
1260
+ media_portrayal
1261
+ harmful_generalization,not_in_my_backyard
1262
+ harmful_generalization,government_critique
1263
+ solutions_interventions
1264
+ money_aid_resource_allocation,solutions_interventions
1265
+ government_critique,solutions_interventions
1266
+ harmful_generalization,government_critique
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
+ harmful_generalization
1272
+ harmful_generalization
1273
+ personal_interaction_observation_of_homelessness
1274
+ personal_interaction_observation_of_homelessness
1275
+ harmful_generalization
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.25451566111608764,
3
+ "predict_loss": 0.318584680557251,
4
+ "predict_precision": 0.27110114948598263,
5
+ "predict_recall": 0.24454478631214052,
6
+ "predict_runtime": 115.3998,
7
+ "predict_samples": 1280,
8
+ "predict_samples_per_second": 11.092,
9
+ "predict_steps_per_second": 5.546
10
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56c4d79ae27f0da2001619e8df86af95604c693a44dbc208425ff15d6ceb365b
3
+ size 990408885
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": 6.0,
3
+ "train_loss": 0.23737415118809163,
4
+ "train_runtime": 2537.1213,
5
+ "train_samples": 8217,
6
+ "train_samples_per_second": 80.968,
7
+ "train_steps_per_second": 20.249
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,235 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.25109806656837463,
3
+ "best_model_checkpoint": "./outputs/google/flan-t5-base_02112024_16_44_41/checkpoint-6165",
4
+ "epoch": 6.0,
5
+ "global_step": 12330,
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.4755,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.49,
18
+ "learning_rate": 4.9026763990267643e-05,
19
+ "loss": 0.356,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.73,
24
+ "learning_rate": 4.854014598540147e-05,
25
+ "loss": 0.3303,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.97,
30
+ "learning_rate": 4.8053527980535284e-05,
31
+ "loss": 0.3177,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 1.0,
36
+ "eval_f1": 0.5368667407893281,
37
+ "eval_loss": 0.28315970301628113,
38
+ "eval_precision": 0.5924271713968363,
39
+ "eval_recall": 0.5446244929870324,
40
+ "eval_runtime": 62.0446,
41
+ "eval_samples_per_second": 14.715,
42
+ "eval_steps_per_second": 1.854,
43
+ "step": 2055
44
+ },
45
+ {
46
+ "epoch": 1.22,
47
+ "learning_rate": 4.75669099756691e-05,
48
+ "loss": 0.282,
49
+ "step": 2500
50
+ },
51
+ {
52
+ "epoch": 1.46,
53
+ "learning_rate": 4.708029197080292e-05,
54
+ "loss": 0.2714,
55
+ "step": 3000
56
+ },
57
+ {
58
+ "epoch": 1.7,
59
+ "learning_rate": 4.659367396593674e-05,
60
+ "loss": 0.2748,
61
+ "step": 3500
62
+ },
63
+ {
64
+ "epoch": 1.95,
65
+ "learning_rate": 4.610705596107056e-05,
66
+ "loss": 0.2716,
67
+ "step": 4000
68
+ },
69
+ {
70
+ "epoch": 2.0,
71
+ "eval_f1": 0.5570042238944544,
72
+ "eval_loss": 0.2516656517982483,
73
+ "eval_precision": 0.6152143750680749,
74
+ "eval_recall": 0.5385389128346834,
75
+ "eval_runtime": 58.438,
76
+ "eval_samples_per_second": 15.623,
77
+ "eval_steps_per_second": 1.968,
78
+ "step": 4110
79
+ },
80
+ {
81
+ "epoch": 2.19,
82
+ "learning_rate": 4.5620437956204383e-05,
83
+ "loss": 0.2382,
84
+ "step": 4500
85
+ },
86
+ {
87
+ "epoch": 2.43,
88
+ "learning_rate": 4.51338199513382e-05,
89
+ "loss": 0.2368,
90
+ "step": 5000
91
+ },
92
+ {
93
+ "epoch": 2.68,
94
+ "learning_rate": 4.4647201946472024e-05,
95
+ "loss": 0.2459,
96
+ "step": 5500
97
+ },
98
+ {
99
+ "epoch": 2.92,
100
+ "learning_rate": 4.416058394160584e-05,
101
+ "loss": 0.2347,
102
+ "step": 6000
103
+ },
104
+ {
105
+ "epoch": 3.0,
106
+ "eval_f1": 0.5757671862207844,
107
+ "eval_loss": 0.25109806656837463,
108
+ "eval_precision": 0.6050661809680828,
109
+ "eval_recall": 0.556382019200333,
110
+ "eval_runtime": 56.0866,
111
+ "eval_samples_per_second": 16.278,
112
+ "eval_steps_per_second": 2.05,
113
+ "step": 6165
114
+ },
115
+ {
116
+ "epoch": 3.16,
117
+ "learning_rate": 4.3673965936739665e-05,
118
+ "loss": 0.2143,
119
+ "step": 6500
120
+ },
121
+ {
122
+ "epoch": 3.41,
123
+ "learning_rate": 4.318734793187348e-05,
124
+ "loss": 0.2079,
125
+ "step": 7000
126
+ },
127
+ {
128
+ "epoch": 3.65,
129
+ "learning_rate": 4.27007299270073e-05,
130
+ "loss": 0.2033,
131
+ "step": 7500
132
+ },
133
+ {
134
+ "epoch": 3.89,
135
+ "learning_rate": 4.221411192214112e-05,
136
+ "loss": 0.2162,
137
+ "step": 8000
138
+ },
139
+ {
140
+ "epoch": 4.0,
141
+ "eval_f1": 0.5610363812916264,
142
+ "eval_loss": 0.26298487186431885,
143
+ "eval_precision": 0.5794654348603949,
144
+ "eval_recall": 0.5633207068606695,
145
+ "eval_runtime": 63.3485,
146
+ "eval_samples_per_second": 14.412,
147
+ "eval_steps_per_second": 1.815,
148
+ "step": 8220
149
+ },
150
+ {
151
+ "epoch": 4.14,
152
+ "learning_rate": 4.172749391727494e-05,
153
+ "loss": 0.1905,
154
+ "step": 8500
155
+ },
156
+ {
157
+ "epoch": 4.38,
158
+ "learning_rate": 4.124087591240876e-05,
159
+ "loss": 0.1808,
160
+ "step": 9000
161
+ },
162
+ {
163
+ "epoch": 4.62,
164
+ "learning_rate": 4.075425790754258e-05,
165
+ "loss": 0.1763,
166
+ "step": 9500
167
+ },
168
+ {
169
+ "epoch": 4.87,
170
+ "learning_rate": 4.02676399026764e-05,
171
+ "loss": 0.1788,
172
+ "step": 10000
173
+ },
174
+ {
175
+ "epoch": 5.0,
176
+ "eval_f1": 0.5664179866042858,
177
+ "eval_loss": 0.2608945965766907,
178
+ "eval_precision": 0.5989987635784213,
179
+ "eval_recall": 0.5500245894998113,
180
+ "eval_runtime": 58.3428,
181
+ "eval_samples_per_second": 15.649,
182
+ "eval_steps_per_second": 1.971,
183
+ "step": 10275
184
+ },
185
+ {
186
+ "epoch": 5.11,
187
+ "learning_rate": 3.978102189781022e-05,
188
+ "loss": 0.1782,
189
+ "step": 10500
190
+ },
191
+ {
192
+ "epoch": 5.35,
193
+ "learning_rate": 3.929440389294404e-05,
194
+ "loss": 0.1604,
195
+ "step": 11000
196
+ },
197
+ {
198
+ "epoch": 5.6,
199
+ "learning_rate": 3.8807785888077864e-05,
200
+ "loss": 0.1534,
201
+ "step": 11500
202
+ },
203
+ {
204
+ "epoch": 5.84,
205
+ "learning_rate": 3.832116788321168e-05,
206
+ "loss": 0.1568,
207
+ "step": 12000
208
+ },
209
+ {
210
+ "epoch": 6.0,
211
+ "eval_f1": 0.5681745597369022,
212
+ "eval_loss": 0.3027566373348236,
213
+ "eval_precision": 0.5835724964223891,
214
+ "eval_recall": 0.5637640012101204,
215
+ "eval_runtime": 58.9519,
216
+ "eval_samples_per_second": 15.487,
217
+ "eval_steps_per_second": 1.951,
218
+ "step": 12330
219
+ },
220
+ {
221
+ "epoch": 6.0,
222
+ "step": 12330,
223
+ "total_flos": 1.3900294734603264e+16,
224
+ "train_loss": 0.23737415118809163,
225
+ "train_runtime": 2537.1213,
226
+ "train_samples_per_second": 80.968,
227
+ "train_steps_per_second": 20.249
228
+ }
229
+ ],
230
+ "max_steps": 51375,
231
+ "num_train_epochs": 25,
232
+ "total_flos": 1.3900294734603264e+16,
233
+ "trial_name": null,
234
+ "trial_params": null
235
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a65931c0b82d4be8a1a51b054dfa49ab148b5b436df554d6e430e286fc8340a
3
+ size 4155