Davidozito commited on
Commit
1d4b1dd
·
verified ·
1 Parent(s): 3596cb6

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-1000-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-1000-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.3018
22
+ - Precision: 0.7134
23
+ - Recall: 0.6660
24
+ - F1 Macro: 0.6785
25
+ - Accuracy: 0.69
26
+ - Classification Report: precision recall f1-score support
27
+
28
+ None 0.77 0.53 0.62 19
29
+ Minimal 0.57 0.77 0.66 26
30
+ Basic 0.74 0.74 0.74 39
31
+ Good 0.77 0.62 0.69 16
32
+ Excellent 0.00 0.00 0.00 0
33
+
34
+ accuracy 0.69 100
35
+ macro avg 0.57 0.53 0.54 100
36
+ weighted avg 0.71 0.69 0.69 100
37
+
38
+ - Mse: 0.3018
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.3009 | 0.7134 | 0.6660 | 0.6785 | 0.69 | precision recall f1-score support
71
+
72
+ None 0.77 0.53 0.62 19
73
+ Minimal 0.57 0.77 0.66 26
74
+ Basic 0.74 0.74 0.74 39
75
+ Good 0.77 0.62 0.69 16
76
+ Excellent 0.00 0.00 0.00 0
77
+
78
+ accuracy 0.69 100
79
+ macro avg 0.57 0.53 0.54 100
80
+ weighted avg 0.71 0.69 0.69 100
81
+ | 0.3009 |
82
+ | 0.5064 | 0.2478 | 28 | 0.3019 | 0.7056 | 0.6564 | 0.6705 | 0.68 | precision recall f1-score support
83
+
84
+ None 0.77 0.53 0.62 19
85
+ Minimal 0.56 0.73 0.63 26
86
+ Basic 0.72 0.74 0.73 39
87
+ Good 0.77 0.62 0.69 16
88
+ Excellent 0.00 0.00 0.00 0
89
+
90
+ accuracy 0.68 100
91
+ macro avg 0.56 0.53 0.54 100
92
+ weighted avg 0.70 0.68 0.68 100
93
+ | 0.3019 |
94
+ | 0.4732 | 0.4956 | 56 | 0.3032 | 0.7056 | 0.6564 | 0.6705 | 0.68 | precision recall f1-score support
95
+
96
+ None 0.77 0.53 0.62 19
97
+ Minimal 0.56 0.73 0.63 26
98
+ Basic 0.72 0.74 0.73 39
99
+ Good 0.77 0.62 0.69 16
100
+ Excellent 0.00 0.00 0.00 0
101
+
102
+ accuracy 0.68 100
103
+ macro avg 0.56 0.53 0.54 100
104
+ weighted avg 0.70 0.68 0.68 100
105
+ | 0.3032 |
106
+ | 0.512 | 0.7434 | 84 | 0.3092 | 0.6870 | 0.6433 | 0.6537 | 0.67 | precision recall f1-score support
107
+
108
+ None 0.75 0.47 0.58 19
109
+ Minimal 0.56 0.73 0.63 26
110
+ Basic 0.72 0.74 0.73 39
111
+ Good 0.71 0.62 0.67 16
112
+ Excellent 0.00 0.00 0.00 0
113
+
114
+ accuracy 0.67 100
115
+ macro avg 0.55 0.51 0.52 100
116
+ weighted avg 0.68 0.67 0.67 100
117
+ | 0.3092 |
118
+ | 0.4742 | 0.9912 | 112 | 0.3050 | 0.6968 | 0.6433 | 0.6569 | 0.67 | precision recall f1-score support
119
+
120
+ None 0.75 0.47 0.58 19
121
+ Minimal 0.54 0.73 0.62 26
122
+ Basic 0.72 0.74 0.73 39
123
+ Good 0.77 0.62 0.69 16
124
+ Excellent 0.00 0.00 0.00 0
125
+
126
+ accuracy 0.67 100
127
+ macro avg 0.56 0.51 0.53 100
128
+ weighted avg 0.69 0.67 0.67 100
129
+ | 0.3050 |
130
+ | 0.4689 | 1.2389 | 140 | 0.3080 | 0.6968 | 0.6433 | 0.6569 | 0.67 | precision recall f1-score support
131
+
132
+ None 0.75 0.47 0.58 19
133
+ Minimal 0.54 0.73 0.62 26
134
+ Basic 0.72 0.74 0.73 39
135
+ Good 0.77 0.62 0.69 16
136
+ Excellent 0.00 0.00 0.00 0
137
+
138
+ accuracy 0.67 100
139
+ macro avg 0.56 0.51 0.53 100
140
+ weighted avg 0.69 0.67 0.67 100
141
+ | 0.3080 |
142
+ | 0.5831 | 1.4867 | 168 | 0.3062 | 0.6968 | 0.6433 | 0.6569 | 0.67 | precision recall f1-score support
143
+
144
+ None 0.75 0.47 0.58 19
145
+ Minimal 0.54 0.73 0.62 26
146
+ Basic 0.72 0.74 0.73 39
147
+ Good 0.77 0.62 0.69 16
148
+ Excellent 0.00 0.00 0.00 0
149
+
150
+ accuracy 0.67 100
151
+ macro avg 0.56 0.51 0.53 100
152
+ weighted avg 0.69 0.67 0.67 100
153
+ | 0.3062 |
154
+ | 0.5038 | 1.7345 | 196 | 0.3018 | 0.7134 | 0.6660 | 0.6785 | 0.69 | precision recall f1-score support
155
+
156
+ None 0.77 0.53 0.62 19
157
+ Minimal 0.57 0.77 0.66 26
158
+ Basic 0.74 0.74 0.74 39
159
+ Good 0.77 0.62 0.69 16
160
+ Excellent 0.00 0.00 0.00 0
161
+
162
+ accuracy 0.69 100
163
+ macro avg 0.57 0.53 0.54 100
164
+ weighted avg 0.71 0.69 0.69 100
165
+ | 0.3018 |
166
+ | 0.4657 | 1.9823 | 224 | 0.3053 | 0.6968 | 0.6433 | 0.6569 | 0.67 | precision recall f1-score support
167
+
168
+ None 0.75 0.47 0.58 19
169
+ Minimal 0.54 0.73 0.62 26
170
+ Basic 0.72 0.74 0.73 39
171
+ Good 0.77 0.62 0.69 16
172
+ Excellent 0.00 0.00 0.00 0
173
+
174
+ accuracy 0.67 100
175
+ macro avg 0.56 0.51 0.53 100
176
+ weighted avg 0.69 0.67 0.67 100
177
+ | 0.3053 |
178
+ | 0.4269 | 2.2301 | 252 | 0.3086 | 0.6870 | 0.6433 | 0.6537 | 0.67 | precision recall f1-score support
179
+
180
+ None 0.75 0.47 0.58 19
181
+ Minimal 0.56 0.73 0.63 26
182
+ Basic 0.72 0.74 0.73 39
183
+ Good 0.71 0.62 0.67 16
184
+ Excellent 0.00 0.00 0.00 0
185
+
186
+ accuracy 0.67 100
187
+ macro avg 0.55 0.51 0.52 100
188
+ weighted avg 0.68 0.67 0.67 100
189
+ | 0.3086 |
190
+ | 0.4967 | 2.4779 | 280 | 0.3078 | 0.6968 | 0.6433 | 0.6569 | 0.67 | precision recall f1-score support
191
+
192
+ None 0.75 0.47 0.58 19
193
+ Minimal 0.54 0.73 0.62 26
194
+ Basic 0.72 0.74 0.73 39
195
+ Good 0.77 0.62 0.69 16
196
+ Excellent 0.00 0.00 0.00 0
197
+
198
+ accuracy 0.67 100
199
+ macro avg 0.56 0.51 0.53 100
200
+ weighted avg 0.69 0.67 0.67 100
201
+ | 0.3078 |
202
+ | 0.5885 | 2.7257 | 308 | 0.3090 | 0.6929 | 0.6497 | 0.6603 | 0.68 | precision recall f1-score support
203
+
204
+ None 0.75 0.47 0.58 19
205
+ Minimal 0.58 0.73 0.64 26
206
+ Basic 0.73 0.77 0.75 39
207
+ Good 0.71 0.62 0.67 16
208
+ Excellent 0.00 0.00 0.00 0
209
+
210
+ accuracy 0.68 100
211
+ macro avg 0.55 0.52 0.53 100
212
+ weighted avg 0.69 0.68 0.68 100
213
+ | 0.3090 |
214
+ | 0.5183 | 2.9735 | 336 | 0.3106 | 0.7023 | 0.6653 | 0.6735 | 0.69 | precision recall f1-score support
215
+
216
+ None 0.75 0.47 0.58 19
217
+ Minimal 0.58 0.73 0.64 26
218
+ Basic 0.75 0.77 0.76 39
219
+ Good 0.73 0.69 0.71 16
220
+ Excellent 0.00 0.00 0.00 0
221
+
222
+ accuracy 0.69 100
223
+ macro avg 0.56 0.53 0.54 100
224
+ weighted avg 0.70 0.69 0.69 100
225
+ | 0.3106 |
226
+ | 0.5033 | 3.2212 | 364 | 0.3088 | 0.7023 | 0.6653 | 0.6735 | 0.69 | precision recall f1-score support
227
+
228
+ None 0.75 0.47 0.58 19
229
+ Minimal 0.58 0.73 0.64 26
230
+ Basic 0.75 0.77 0.76 39
231
+ Good 0.73 0.69 0.71 16
232
+ Excellent 0.00 0.00 0.00 0
233
+
234
+ accuracy 0.69 100
235
+ macro avg 0.56 0.53 0.54 100
236
+ weighted avg 0.70 0.69 0.69 100
237
+ | 0.3088 |
238
+ | 0.4463 | 3.4690 | 392 | 0.3078 | 0.6813 | 0.6369 | 0.6471 | 0.66 | precision recall f1-score support
239
+
240
+ None 0.75 0.47 0.58 19
241
+ Minimal 0.54 0.73 0.62 26
242
+ Basic 0.72 0.72 0.72 39
243
+ Good 0.71 0.62 0.67 16
244
+ Excellent 0.00 0.00 0.00 0
245
+
246
+ accuracy 0.66 100
247
+ macro avg 0.55 0.51 0.52 100
248
+ weighted avg 0.68 0.66 0.66 100
249
+ | 0.3078 |
250
+ | 0.5494 | 3.7168 | 420 | 0.3073 | 0.6813 | 0.6369 | 0.6471 | 0.66 | precision recall f1-score support
251
+
252
+ None 0.75 0.47 0.58 19
253
+ Minimal 0.54 0.73 0.62 26
254
+ Basic 0.72 0.72 0.72 39
255
+ Good 0.71 0.62 0.67 16
256
+ Excellent 0.00 0.00 0.00 0
257
+
258
+ accuracy 0.66 100
259
+ macro avg 0.55 0.51 0.52 100
260
+ weighted avg 0.68 0.66 0.66 100
261
+ | 0.3073 |
262
+ | 0.4663 | 3.9646 | 448 | 0.3095 | 0.7023 | 0.6653 | 0.6735 | 0.69 | precision recall f1-score support
263
+
264
+ None 0.75 0.47 0.58 19
265
+ Minimal 0.58 0.73 0.64 26
266
+ Basic 0.75 0.77 0.76 39
267
+ Good 0.73 0.69 0.71 16
268
+ Excellent 0.00 0.00 0.00 0
269
+
270
+ accuracy 0.69 100
271
+ macro avg 0.56 0.53 0.54 100
272
+ weighted avg 0.70 0.69 0.69 100
273
+ | 0.3095 |
274
+ | 0.4775 | 4.2124 | 476 | 0.3076 | 0.6813 | 0.6369 | 0.6471 | 0.66 | precision recall f1-score support
275
+
276
+ None 0.75 0.47 0.58 19
277
+ Minimal 0.54 0.73 0.62 26
278
+ Basic 0.72 0.72 0.72 39
279
+ Good 0.71 0.62 0.67 16
280
+ Excellent 0.00 0.00 0.00 0
281
+
282
+ accuracy 0.66 100
283
+ macro avg 0.55 0.51 0.52 100
284
+ weighted avg 0.68 0.66 0.66 100
285
+ | 0.3076 |
286
+ | 0.5586 | 4.4602 | 504 | 0.3079 | 0.6870 | 0.6433 | 0.6537 | 0.67 | precision recall f1-score support
287
+
288
+ None 0.75 0.47 0.58 19
289
+ Minimal 0.56 0.73 0.63 26
290
+ Basic 0.72 0.74 0.73 39
291
+ Good 0.71 0.62 0.67 16
292
+ Excellent 0.00 0.00 0.00 0
293
+
294
+ accuracy 0.67 100
295
+ macro avg 0.55 0.51 0.52 100
296
+ weighted avg 0.68 0.67 0.67 100
297
+ | 0.3079 |
298
+ | 0.4148 | 4.7080 | 532 | 0.3082 | 0.6964 | 0.6589 | 0.6668 | 0.68 | precision recall f1-score support
299
+
300
+ None 0.75 0.47 0.58 19
301
+ Minimal 0.56 0.73 0.63 26
302
+ Basic 0.74 0.74 0.74 39
303
+ Good 0.73 0.69 0.71 16
304
+ Excellent 0.00 0.00 0.00 0
305
+
306
+ accuracy 0.68 100
307
+ macro avg 0.56 0.53 0.53 100
308
+ weighted avg 0.70 0.68 0.68 100
309
+ | 0.3082 |
310
+ | 0.4852 | 4.9558 | 560 | 0.3086 | 0.7023 | 0.6653 | 0.6735 | 0.69 | precision recall f1-score support
311
+
312
+ None 0.75 0.47 0.58 19
313
+ Minimal 0.58 0.73 0.64 26
314
+ Basic 0.75 0.77 0.76 39
315
+ Good 0.73 0.69 0.71 16
316
+ Excellent 0.00 0.00 0.00 0
317
+
318
+ accuracy 0.69 100
319
+ macro avg 0.56 0.53 0.54 100
320
+ weighted avg 0.70 0.69 0.69 100
321
+ | 0.3086 |
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:0a80899bac14ac1384c102a65853776382787f542a104db29abe98622dabc251
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:2097d4330ced592a4406b111fa8d1b53040c9cf3270e33a2d441cfe45c52cf5d
3
+ size 5777