Davidozito commited on
Commit
5f62660
·
verified ·
1 Parent(s): 16d4f0e

End of training

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,329 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - accuracy
9
+ model-index:
10
+ - name: fewshot-2500-samples
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # fewshot-2500-samples
18
+
19
+ This model was trained from scratch on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.3100
22
+ - Precision: 0.5575
23
+ - Recall: 0.5497
24
+ - F1 Macro: 0.5438
25
+ - Accuracy: 0.688
26
+ - Classification Report: precision recall f1-score support
27
+
28
+ None 0.95 0.67 0.79 63
29
+ Minimal 0.57 0.81 0.67 52
30
+ Basic 0.73 0.68 0.71 95
31
+ Good 0.53 0.59 0.56 39
32
+ Excellent 0.00 0.00 0.00 1
33
+
34
+ accuracy 0.69 250
35
+ macro avg 0.56 0.55 0.54 250
36
+ weighted avg 0.72 0.69 0.69 250
37
+
38
+ - Mse: 0.3100
39
+
40
+ ## Model description
41
+
42
+ More information needed
43
+
44
+ ## Intended uses & limitations
45
+
46
+ More information needed
47
+
48
+ ## Training and evaluation data
49
+
50
+ More information needed
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 1e-05
58
+ - train_batch_size: 8
59
+ - eval_batch_size: 8
60
+ - seed: 42
61
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
62
+ - lr_scheduler_type: linear
63
+ - lr_scheduler_warmup_ratio: 0.1
64
+ - num_epochs: 5
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 Macro | Accuracy | Classification Report | Mse |
69
+ |:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:--------:|:--------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:------:|
70
+ | No log | 0 | 0 | 0.3048 | 0.5593 | 0.5507 | 0.5454 | 0.688 | precision recall f1-score support
71
+
72
+ None 0.96 0.68 0.80 63
73
+ Minimal 0.55 0.81 0.66 52
74
+ Basic 0.73 0.67 0.70 95
75
+ Good 0.56 0.59 0.57 39
76
+ Excellent 0.00 0.00 0.00 1
77
+
78
+ accuracy 0.69 250
79
+ macro avg 0.56 0.55 0.55 250
80
+ weighted avg 0.72 0.69 0.69 250
81
+ | 0.3048 |
82
+ | 0.4757 | 0.2482 | 70 | 0.3100 | 0.5575 | 0.5497 | 0.5438 | 0.688 | precision recall f1-score support
83
+
84
+ None 0.95 0.67 0.79 63
85
+ Minimal 0.57 0.81 0.67 52
86
+ Basic 0.73 0.68 0.71 95
87
+ Good 0.53 0.59 0.56 39
88
+ Excellent 0.00 0.00 0.00 1
89
+
90
+ accuracy 0.69 250
91
+ macro avg 0.56 0.55 0.54 250
92
+ weighted avg 0.72 0.69 0.69 250
93
+ | 0.3100 |
94
+ | 0.509 | 0.4965 | 140 | 0.3359 | 0.5631 | 0.5404 | 0.5248 | 0.664 | precision recall f1-score support
95
+
96
+ None 1.00 0.49 0.66 63
97
+ Minimal 0.51 0.81 0.63 52
98
+ Basic 0.76 0.68 0.72 95
99
+ Good 0.54 0.72 0.62 39
100
+ Excellent 0.00 0.00 0.00 1
101
+
102
+ accuracy 0.66 250
103
+ macro avg 0.56 0.54 0.52 250
104
+ weighted avg 0.73 0.66 0.67 250
105
+ | 0.3359 |
106
+ | 0.4873 | 0.7447 | 210 | 0.3170 | 0.5538 | 0.5400 | 0.5321 | 0.672 | precision recall f1-score support
107
+
108
+ None 0.97 0.60 0.75 63
109
+ Minimal 0.55 0.81 0.65 52
110
+ Basic 0.73 0.67 0.70 95
111
+ Good 0.52 0.62 0.56 39
112
+ Excellent 0.00 0.00 0.00 1
113
+
114
+ accuracy 0.67 250
115
+ macro avg 0.55 0.54 0.53 250
116
+ weighted avg 0.72 0.67 0.68 250
117
+ | 0.3170 |
118
+ | 0.4755 | 0.9929 | 280 | 0.3264 | 0.5577 | 0.5409 | 0.5296 | 0.668 | precision recall f1-score support
119
+
120
+ None 0.97 0.54 0.69 63
121
+ Minimal 0.52 0.79 0.63 52
122
+ Basic 0.75 0.68 0.71 95
123
+ Good 0.55 0.69 0.61 39
124
+ Excellent 0.00 0.00 0.00 1
125
+
126
+ accuracy 0.67 250
127
+ macro avg 0.56 0.54 0.53 250
128
+ weighted avg 0.72 0.67 0.67 250
129
+ | 0.3264 |
130
+ | 0.5092 | 1.2411 | 350 | 0.3452 | 0.5616 | 0.5374 | 0.5201 | 0.66 | precision recall f1-score support
131
+
132
+ None 1.00 0.46 0.63 63
133
+ Minimal 0.51 0.79 0.62 52
134
+ Basic 0.76 0.69 0.73 95
135
+ Good 0.54 0.74 0.62 39
136
+ Excellent 0.00 0.00 0.00 1
137
+
138
+ accuracy 0.66 250
139
+ macro avg 0.56 0.54 0.52 250
140
+ weighted avg 0.73 0.66 0.66 250
141
+ | 0.3452 |
142
+ | 0.4668 | 1.4894 | 420 | 0.3257 | 0.5577 | 0.5409 | 0.5296 | 0.668 | precision recall f1-score support
143
+
144
+ None 0.97 0.54 0.69 63
145
+ Minimal 0.52 0.79 0.63 52
146
+ Basic 0.75 0.68 0.71 95
147
+ Good 0.55 0.69 0.61 39
148
+ Excellent 0.00 0.00 0.00 1
149
+
150
+ accuracy 0.67 250
151
+ macro avg 0.56 0.54 0.53 250
152
+ weighted avg 0.72 0.67 0.67 250
153
+ | 0.3257 |
154
+ | 0.4722 | 1.7376 | 490 | 0.3101 | 0.5612 | 0.5548 | 0.5481 | 0.692 | precision recall f1-score support
155
+
156
+ None 0.95 0.67 0.79 63
157
+ Minimal 0.57 0.81 0.67 52
158
+ Basic 0.74 0.68 0.71 95
159
+ Good 0.55 0.62 0.58 39
160
+ Excellent 0.00 0.00 0.00 1
161
+
162
+ accuracy 0.69 250
163
+ macro avg 0.56 0.55 0.55 250
164
+ weighted avg 0.72 0.69 0.70 250
165
+ | 0.3101 |
166
+ | 0.4893 | 1.9858 | 560 | 0.3318 | 0.5565 | 0.5409 | 0.5286 | 0.668 | precision recall f1-score support
167
+
168
+ None 0.97 0.54 0.69 63
169
+ Minimal 0.53 0.79 0.63 52
170
+ Basic 0.76 0.68 0.72 95
171
+ Good 0.53 0.69 0.60 39
172
+ Excellent 0.00 0.00 0.00 1
173
+
174
+ accuracy 0.67 250
175
+ macro avg 0.56 0.54 0.53 250
176
+ weighted avg 0.72 0.67 0.67 250
177
+ | 0.3318 |
178
+ | 0.4356 | 2.2340 | 630 | 0.3189 | 0.5611 | 0.5502 | 0.5402 | 0.68 | precision recall f1-score support
179
+
180
+ None 0.97 0.60 0.75 63
181
+ Minimal 0.55 0.81 0.65 52
182
+ Basic 0.74 0.67 0.71 95
183
+ Good 0.54 0.67 0.60 39
184
+ Excellent 0.00 0.00 0.00 1
185
+
186
+ accuracy 0.68 250
187
+ macro avg 0.56 0.55 0.54 250
188
+ weighted avg 0.73 0.68 0.69 250
189
+ | 0.3189 |
190
+ | 0.4772 | 2.4823 | 700 | 0.3294 | 0.5591 | 0.5430 | 0.5313 | 0.672 | precision recall f1-score support
191
+
192
+ None 0.97 0.54 0.69 63
193
+ Minimal 0.53 0.79 0.63 52
194
+ Basic 0.76 0.69 0.73 95
195
+ Good 0.54 0.69 0.61 39
196
+ Excellent 0.00 0.00 0.00 1
197
+
198
+ accuracy 0.67 250
199
+ macro avg 0.56 0.54 0.53 250
200
+ weighted avg 0.73 0.67 0.68 250
201
+ | 0.3294 |
202
+ | 0.4249 | 2.7305 | 770 | 0.3243 | 0.5607 | 0.5473 | 0.5367 | 0.676 | precision recall f1-score support
203
+
204
+ None 0.97 0.57 0.72 63
205
+ Minimal 0.53 0.79 0.64 52
206
+ Basic 0.75 0.68 0.71 95
207
+ Good 0.55 0.69 0.61 39
208
+ Excellent 0.00 0.00 0.00 1
209
+
210
+ accuracy 0.68 250
211
+ macro avg 0.56 0.55 0.54 250
212
+ weighted avg 0.73 0.68 0.68 250
213
+ | 0.3243 |
214
+ | 0.5383 | 2.9787 | 840 | 0.3318 | 0.5575 | 0.5440 | 0.5297 | 0.668 | precision recall f1-score support
215
+
216
+ None 0.97 0.54 0.69 63
217
+ Minimal 0.53 0.79 0.63 52
218
+ Basic 0.76 0.67 0.72 95
219
+ Good 0.53 0.72 0.61 39
220
+ Excellent 0.00 0.00 0.00 1
221
+
222
+ accuracy 0.67 250
223
+ macro avg 0.56 0.54 0.53 250
224
+ weighted avg 0.73 0.67 0.67 250
225
+ | 0.3318 |
226
+ | 0.4388 | 3.2270 | 910 | 0.3394 | 0.5628 | 0.5417 | 0.5253 | 0.664 | precision recall f1-score support
227
+
228
+ None 1.00 0.49 0.66 63
229
+ Minimal 0.51 0.79 0.62 52
230
+ Basic 0.76 0.68 0.72 95
231
+ Good 0.54 0.74 0.62 39
232
+ Excellent 0.00 0.00 0.00 1
233
+
234
+ accuracy 0.66 250
235
+ macro avg 0.56 0.54 0.53 250
236
+ weighted avg 0.73 0.66 0.67 250
237
+ | 0.3394 |
238
+ | 0.4973 | 3.4752 | 980 | 0.3308 | 0.5565 | 0.5409 | 0.5286 | 0.668 | precision recall f1-score support
239
+
240
+ None 0.97 0.54 0.69 63
241
+ Minimal 0.53 0.79 0.63 52
242
+ Basic 0.76 0.68 0.72 95
243
+ Good 0.53 0.69 0.60 39
244
+ Excellent 0.00 0.00 0.00 1
245
+
246
+ accuracy 0.67 250
247
+ macro avg 0.56 0.54 0.53 250
248
+ weighted avg 0.72 0.67 0.67 250
249
+ | 0.3308 |
250
+ | 0.5125 | 3.7234 | 1050 | 0.3361 | 0.5606 | 0.5397 | 0.5253 | 0.664 | precision recall f1-score support
251
+
252
+ None 1.00 0.51 0.67 63
253
+ Minimal 0.52 0.79 0.63 52
254
+ Basic 0.76 0.68 0.72 95
255
+ Good 0.53 0.72 0.61 39
256
+ Excellent 0.00 0.00 0.00 1
257
+
258
+ accuracy 0.66 250
259
+ macro avg 0.56 0.54 0.53 250
260
+ weighted avg 0.73 0.66 0.67 250
261
+ | 0.3361 |
262
+ | 0.4262 | 3.9716 | 1120 | 0.3230 | 0.5637 | 0.5511 | 0.5396 | 0.68 | precision recall f1-score support
263
+
264
+ None 0.97 0.57 0.72 63
265
+ Minimal 0.54 0.81 0.65 52
266
+ Basic 0.76 0.68 0.72 95
267
+ Good 0.55 0.69 0.61 39
268
+ Excellent 0.00 0.00 0.00 1
269
+
270
+ accuracy 0.68 250
271
+ macro avg 0.56 0.55 0.54 250
272
+ weighted avg 0.73 0.68 0.68 250
273
+ | 0.3230 |
274
+ | 0.4915 | 4.2199 | 1190 | 0.3240 | 0.5607 | 0.5473 | 0.5367 | 0.676 | precision recall f1-score support
275
+
276
+ None 0.97 0.57 0.72 63
277
+ Minimal 0.53 0.79 0.64 52
278
+ Basic 0.75 0.68 0.71 95
279
+ Good 0.55 0.69 0.61 39
280
+ Excellent 0.00 0.00 0.00 1
281
+
282
+ accuracy 0.68 250
283
+ macro avg 0.56 0.55 0.54 250
284
+ weighted avg 0.73 0.68 0.68 250
285
+ | 0.3240 |
286
+ | 0.4515 | 4.4681 | 1260 | 0.3260 | 0.5592 | 0.5441 | 0.5332 | 0.672 | precision recall f1-score support
287
+
288
+ None 0.97 0.56 0.71 63
289
+ Minimal 0.53 0.79 0.63 52
290
+ Basic 0.75 0.68 0.71 95
291
+ Good 0.55 0.69 0.61 39
292
+ Excellent 0.00 0.00 0.00 1
293
+
294
+ accuracy 0.67 250
295
+ macro avg 0.56 0.54 0.53 250
296
+ weighted avg 0.72 0.67 0.68 250
297
+ | 0.3260 |
298
+ | 0.4823 | 4.7163 | 1330 | 0.3248 | 0.5607 | 0.5473 | 0.5367 | 0.676 | precision recall f1-score support
299
+
300
+ None 0.97 0.57 0.72 63
301
+ Minimal 0.53 0.79 0.64 52
302
+ Basic 0.75 0.68 0.71 95
303
+ Good 0.55 0.69 0.61 39
304
+ Excellent 0.00 0.00 0.00 1
305
+
306
+ accuracy 0.68 250
307
+ macro avg 0.56 0.55 0.54 250
308
+ weighted avg 0.73 0.68 0.68 250
309
+ | 0.3248 |
310
+ | 0.4394 | 4.9645 | 1400 | 0.3258 | 0.5607 | 0.5473 | 0.5367 | 0.676 | precision recall f1-score support
311
+
312
+ None 0.97 0.57 0.72 63
313
+ Minimal 0.53 0.79 0.64 52
314
+ Basic 0.75 0.68 0.71 95
315
+ Good 0.55 0.69 0.61 39
316
+ Excellent 0.00 0.00 0.00 1
317
+
318
+ accuracy 0.68 250
319
+ macro avg 0.56 0.55 0.54 250
320
+ weighted avg 0.73 0.68 0.68 250
321
+ | 0.3258 |
322
+
323
+
324
+ ### Framework versions
325
+
326
+ - Transformers 4.52.4
327
+ - Pytorch 2.7.1
328
+ - Datasets 3.6.0
329
+ - Tokenizers 0.21.1
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "XLMRobertaForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "LABEL_0": 0
19
+ },
20
+ "layer_norm_eps": 1e-05,
21
+ "max_position_embeddings": 514,
22
+ "model_type": "xlm-roberta",
23
+ "num_attention_heads": 12,
24
+ "num_hidden_layers": 12,
25
+ "output_past": true,
26
+ "pad_token_id": 1,
27
+ "position_embedding_type": "absolute",
28
+ "problem_type": "regression",
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.52.4",
31
+ "type_vocab_size": 1,
32
+ "use_cache": true,
33
+ "vocab_size": 250002
34
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26fb0a8f033e399f496673965886c34f4385139e45d5651af934b2a9540815e5
3
+ size 1112201932
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8373f9cd3d27591e1924426bcc1c8799bc5a9affc4fc857982c5d66668dd1f41
3
+ size 17082832
tokenizer_config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": false,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "extra_special_tokens": {},
49
+ "mask_token": "<mask>",
50
+ "max_length": 512,
51
+ "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
+ "sep_token": "</s>",
54
+ "stride": 0,
55
+ "tokenizer_class": "XLMRobertaTokenizer",
56
+ "truncation_side": "right",
57
+ "truncation_strategy": "longest_first",
58
+ "unk_token": "<unk>"
59
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:672b85d0f54283fae71415e3aebe2660a570cdd1ff79639db9fb97433bd953ca
3
+ size 5777