Push model using huggingface_hub.
Browse files- README.md +142 -168
- model.safetensors +1 -1
- model_head.pkl +1 -1
README.md
CHANGED
@@ -5,11 +5,11 @@ tags:
|
|
5 |
- text-classification
|
6 |
- generated_from_setfit_trainer
|
7 |
widget:
|
8 |
-
- text:
|
9 |
-
- text:
|
10 |
-
- text:
|
11 |
-
- text:
|
12 |
-
- text: Mirror the
|
13 |
metrics:
|
14 |
- accuracy
|
15 |
pipeline_tag: text-classification
|
@@ -28,7 +28,7 @@ model-index:
|
|
28 |
split: test
|
29 |
metrics:
|
30 |
- type: accuracy
|
31 |
-
value: 0.
|
32 |
name: Accuracy
|
33 |
---
|
34 |
|
@@ -60,78 +60,78 @@ The model has been trained using an efficient few-shot learning technique that i
|
|
60 |
- **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
|
61 |
|
62 |
### Model Labels
|
63 |
-
| Label | Examples
|
64 |
-
|
65 |
-
| 0 | <ul><li>'Add a corporate presentation background'</li><li>'Insert a modern icon set for the design'</li
|
66 |
-
| 1 | <ul><li>'
|
67 |
-
| 2 | <ul><li>'Add a
|
68 |
-
| 3 | <ul><li>'
|
69 |
-
| 4 | <ul><li>'Make the
|
70 |
-
| 5 | <ul><li>'
|
71 |
-
| 6 | <ul><li>'
|
72 |
-
| 7 | <ul><li>'
|
73 |
-
| 8 | <ul><li>'
|
74 |
-
| 9 | <ul><li>'Distribute the buttons around the center image'</li><li>'
|
75 |
-
| 10 | <ul><li>'
|
76 |
-
| 11 | <ul><li>'Duplicate the
|
77 |
-
| 12 | <ul><li>'
|
78 |
-
| 13 | <ul><li>'Fix the
|
79 |
-
| 14 | <ul><li>'Mirror the icon horizontally'</li><li>'
|
80 |
-
| 15 | <ul><li>'Create a photo of a
|
81 |
-
| 16 | <ul><li>'
|
82 |
-
| 17 | <ul><li>'Group the
|
83 |
-
| 18 | <ul><li>'
|
84 |
-
| 19 | <ul><li>'Add a
|
85 |
-
| 20 | <ul><li>'Suggest some shape designs'</li><li>'
|
86 |
-
| 21 | <ul><li>'
|
87 |
-
| 22 | <ul><li>'
|
88 |
-
| 23 | <ul><li>'Delete the
|
89 |
-
| 24 | <ul><li>'
|
90 |
-
| 25 | <ul><li>'
|
91 |
-
| 26 | <ul><li>'Remove all
|
92 |
-
| 27 | <ul><li>'
|
93 |
-
| 28 | <ul><li>'Change to
|
94 |
-
| 29 | <ul><li>'Rotate the
|
95 |
-
| 30 | <ul><li>'
|
96 |
-
| 31 | <ul><li>'Select the
|
97 |
-
| 32 | <ul><li>'
|
98 |
-
| 33 | <ul><li>'
|
99 |
-
| 34 | <ul><li>'Add a
|
100 |
-
| 35 | <ul><li>'
|
101 |
-
| 36 | <ul><li>'
|
102 |
-
| 37 | <ul><li>'
|
103 |
-
| 38 | <ul><li>'Make the image more
|
104 |
-
| 39 | <ul><li>'Make the image
|
105 |
-
| 40 | <ul><li>'Add a
|
106 |
-
| 41 | <ul><li>'
|
107 |
-
| 42 | <ul><li>'
|
108 |
-
| 43 | <ul><li>'
|
109 |
-
| 44 | <ul><li>'Use a
|
110 |
-
| 45 | <ul><li>'
|
111 |
-
| 46 | <ul><li>'Set the image as
|
112 |
-
| 47 | <ul><li>'Reduce the
|
113 |
-
| 48 | <ul><li>'Make the
|
114 |
-
| 49 | <ul><li>'
|
115 |
-
| 50 | <ul><li>'
|
116 |
-
| 51 | <ul><li>'
|
117 |
-
| 52 | <ul><li>'
|
118 |
-
| 53 | <ul><li>'
|
119 |
-
| 54 | <ul><li>'
|
120 |
-
| 55 | <ul><li>'Create a border
|
121 |
-
| 56 | <ul><li>'
|
122 |
-
| 57 | <ul><li>'Convert to a
|
123 |
-
| 58 | <ul><li>'
|
124 |
-
| 59 | <ul><li>'
|
125 |
-
| 60 | <ul><li>'
|
126 |
-
| 61 | <ul><li>'
|
127 |
-
| 62 | <ul><li>'Separate the
|
128 |
|
129 |
## Evaluation
|
130 |
|
131 |
### Metrics
|
132 |
| Label | Accuracy |
|
133 |
|:--------|:---------|
|
134 |
-
| **all** | 0.
|
135 |
|
136 |
## Uses
|
137 |
|
@@ -151,7 +151,7 @@ from setfit import SetFitModel
|
|
151 |
# Download from the 🤗 Hub
|
152 |
model = SetFitModel.from_pretrained("setfit_model_id")
|
153 |
# Run inference
|
154 |
-
preds = model("
|
155 |
```
|
156 |
|
157 |
<!--
|
@@ -183,73 +183,73 @@ preds = model("Change the button text")
|
|
183 |
### Training Set Metrics
|
184 |
| Training set | Min | Median | Max |
|
185 |
|:-------------|:----|:-------|:----|
|
186 |
-
| Word count | 3 | 5.
|
187 |
|
188 |
| Label | Training Sample Count |
|
189 |
|:------|:----------------------|
|
190 |
-
| 0 |
|
191 |
-
| 1 |
|
192 |
-
| 2 |
|
193 |
-
| 3 |
|
194 |
-
| 4 |
|
195 |
-
| 5 |
|
196 |
-
| 6 |
|
197 |
-
| 7 |
|
198 |
-
| 8 |
|
199 |
-
| 9 |
|
200 |
-
| 10 |
|
201 |
-
| 11 |
|
202 |
-
| 12 |
|
203 |
-
| 13 |
|
204 |
-
| 14 |
|
205 |
-
| 15 |
|
206 |
-
| 16 |
|
207 |
-
| 17 |
|
208 |
-
| 18 |
|
209 |
-
| 19 |
|
210 |
-
| 20 |
|
211 |
-
| 21 |
|
212 |
-
| 22 |
|
213 |
-
| 23 |
|
214 |
-
| 24 |
|
215 |
-
| 25 |
|
216 |
-
| 26 |
|
217 |
-
| 27 |
|
218 |
-
| 28 |
|
219 |
-
| 29 |
|
220 |
-
| 30 |
|
221 |
-
| 31 |
|
222 |
-
| 32 |
|
223 |
-
| 33 |
|
224 |
-
| 34 |
|
225 |
-
| 35 |
|
226 |
-
| 36 |
|
227 |
-
| 37 |
|
228 |
-
| 38 |
|
229 |
-
| 39 |
|
230 |
-
| 40 |
|
231 |
-
| 41 |
|
232 |
-
| 42 |
|
233 |
-
| 43 |
|
234 |
-
| 44 |
|
235 |
-
| 45 |
|
236 |
-
| 46 |
|
237 |
-
| 47 |
|
238 |
-
| 48 |
|
239 |
-
| 49 |
|
240 |
-
| 50 |
|
241 |
-
| 51 |
|
242 |
-
| 52 |
|
243 |
-
| 53 |
|
244 |
-
| 54 |
|
245 |
-
| 55 |
|
246 |
-
| 56 |
|
247 |
-
| 57 |
|
248 |
-
| 58 |
|
249 |
-
| 59 |
|
250 |
-
| 60 |
|
251 |
-
| 61 |
|
252 |
-
| 62 |
|
253 |
|
254 |
### Training Hyperparameters
|
255 |
- batch_size: (64, 64)
|
@@ -272,37 +272,11 @@ preds = model("Change the button text")
|
|
272 |
### Training Results
|
273 |
| Epoch | Step | Training Loss | Validation Loss |
|
274 |
|:------:|:----:|:-------------:|:---------------:|
|
275 |
-
| 0.
|
276 |
-
| 0.
|
277 |
-
| 0.
|
278 |
-
| 0.
|
279 |
-
| 0.
|
280 |
-
| 0.1638 | 250 | 0.0096 | - |
|
281 |
-
| 0.1966 | 300 | 0.0056 | - |
|
282 |
-
| 0.2294 | 350 | 0.0036 | - |
|
283 |
-
| 0.2621 | 400 | 0.0027 | - |
|
284 |
-
| 0.2949 | 450 | 0.0017 | - |
|
285 |
-
| 0.3277 | 500 | 0.0007 | - |
|
286 |
-
| 0.3604 | 550 | 0.0009 | - |
|
287 |
-
| 0.3932 | 600 | 0.0009 | - |
|
288 |
-
| 0.4260 | 650 | 0.0003 | - |
|
289 |
-
| 0.4587 | 700 | 0.0003 | - |
|
290 |
-
| 0.4915 | 750 | 0.0004 | - |
|
291 |
-
| 0.5242 | 800 | 0.0004 | - |
|
292 |
-
| 0.5570 | 850 | 0.0002 | - |
|
293 |
-
| 0.5898 | 900 | 0.0001 | - |
|
294 |
-
| 0.6225 | 950 | 0.0001 | - |
|
295 |
-
| 0.6553 | 1000 | 0.0001 | - |
|
296 |
-
| 0.6881 | 1050 | 0.0001 | - |
|
297 |
-
| 0.7208 | 1100 | 0.0001 | - |
|
298 |
-
| 0.7536 | 1150 | 0.0001 | - |
|
299 |
-
| 0.7864 | 1200 | 0.0001 | - |
|
300 |
-
| 0.8191 | 1250 | 0.0001 | - |
|
301 |
-
| 0.8519 | 1300 | 0.0001 | - |
|
302 |
-
| 0.8847 | 1350 | 0.0001 | - |
|
303 |
-
| 0.9174 | 1400 | 0.0001 | - |
|
304 |
-
| 0.9502 | 1450 | 0.0001 | - |
|
305 |
-
| 0.9830 | 1500 | 0.0001 | - |
|
306 |
|
307 |
### Framework Versions
|
308 |
- Python: 3.12.11
|
|
|
5 |
- text-classification
|
6 |
- generated_from_setfit_trainer
|
7 |
widget:
|
8 |
+
- text: I need some modern design assets
|
9 |
+
- text: Reduce the letter spacing
|
10 |
+
- text: Group the menu items
|
11 |
+
- text: Create a photo of a delicious pizza
|
12 |
+
- text: Mirror the icon horizontally
|
13 |
metrics:
|
14 |
- accuracy
|
15 |
pipeline_tag: text-classification
|
|
|
28 |
split: test
|
29 |
metrics:
|
30 |
- type: accuracy
|
31 |
+
value: 0.4163860830527497
|
32 |
name: Accuracy
|
33 |
---
|
34 |
|
|
|
60 |
- **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
|
61 |
|
62 |
### Model Labels
|
63 |
+
| Label | Examples |
|
64 |
+
|:------|:--------------------------------------------------------------------------------------------------------------------|
|
65 |
+
| 0 | <ul><li>'Add a corporate presentation background'</li><li>'Insert a modern icon set for the design'</li></ul> |
|
66 |
+
| 1 | <ul><li>'Show me some background options for my design'</li><li>'I need some modern design assets'</li></ul> |
|
67 |
+
| 2 | <ul><li>'Add a footer with contact information'</li><li>'Insert a descriptive caption for the image'</li></ul> |
|
68 |
+
| 3 | <ul><li>'Align the shapes to the top'</li><li>'Right align the buttons'</li></ul> |
|
69 |
+
| 4 | <ul><li>'Make the image slide from left'</li><li>'Make the image bounce in'</li></ul> |
|
70 |
+
| 5 | <ul><li>'Add a spiral animation to the page'</li><li>'Make the page bounce in from the top'</li></ul> |
|
71 |
+
| 6 | <ul><li>'Take out the cat and put a dog in the image'</li><li>"Add glasses to the person's face"</li></ul> |
|
72 |
+
| 7 | <ul><li>'Delete the test element'</li><li>'Remove the unused icon'</li></ul> |
|
73 |
+
| 8 | <ul><li>'How do I change the font size?'</li><li>'How can I duplicate elements?'</li></ul> |
|
74 |
+
| 9 | <ul><li>'Distribute the buttons around the center image'</li><li>'Arrange the shapes in a circle pattern'</li></ul> |
|
75 |
+
| 10 | <ul><li>'Create a variation of this design'</li><li>'Make a copy for editing'</li></ul> |
|
76 |
+
| 11 | <ul><li>'Duplicate the shape and change its color'</li><li>'Copy the image and make it smaller'</li></ul> |
|
77 |
+
| 12 | <ul><li>'Copy the text to the last page'</li><li>'Duplicate the footer to page 2'</li></ul> |
|
78 |
+
| 13 | <ul><li>'Fix the text layout'</li><li>'Improve the overall typography'</li></ul> |
|
79 |
+
| 14 | <ul><li>'Mirror the icon horizontally'</li><li>'Flip the shape vertically'</li></ul> |
|
80 |
+
| 15 | <ul><li>'Create a photo of a beautiful garden'</li><li>'Create a photo of a delicious pizza'</li></ul> |
|
81 |
+
| 16 | <ul><li>'Generate an Instagram post for a birthday'</li><li>'Generate a Facebook post for a birthday'</li></ul> |
|
82 |
+
| 17 | <ul><li>'Group the icons together'</li><li>'Group the menu items'</li></ul> |
|
83 |
+
| 18 | <ul><li>'Position the image at the top right'</li><li>'Move the image to the center'</li></ul> |
|
84 |
+
| 19 | <ul><li>'Add a dreamy effect'</li><li>'Make the image pop with color'</li></ul> |
|
85 |
+
| 20 | <ul><li>'Suggest some shape designs'</li><li>'Suggest some button designs'</li></ul> |
|
86 |
+
| 21 | <ul><li>'Redo the filter effect'</li><li>'Bring back the original position'</li></ul> |
|
87 |
+
| 22 | <ul><li>'Remove the background from the icon'</li><li>'Remove the background from the logo'</li></ul> |
|
88 |
+
| 23 | <ul><li>'Delete the watermark'</li><li>'Remove the graffiti'</li></ul> |
|
89 |
+
| 24 | <ul><li>'Change the decorative element'</li><li>'Change the background image'</li></ul> |
|
90 |
+
| 25 | <ul><li>'Update the body text'</li><li>'Change the subtitle'</li></ul> |
|
91 |
+
| 26 | <ul><li>'Remove all filters from the image'</li><li>'Restore the original brightness'</li></ul> |
|
92 |
+
| 27 | <ul><li>'Reduce the shape size'</li><li>'Increase the image size'</li></ul> |
|
93 |
+
| 28 | <ul><li>'Change to poster size'</li><li>'Resize to Facebook post dimensions'</li></ul> |
|
94 |
+
| 29 | <ul><li>'Rotate the element 60 degrees'</li><li>'Rotate the image 90 degrees'</li></ul> |
|
95 |
+
| 30 | <ul><li>'Randomly place the icons on the page'</li><li>'Randomly place the shapes on the page'</li></ul> |
|
96 |
+
| 31 | <ul><li>'Select the decorative elements'</li><li>'Choose the heading text'</li></ul> |
|
97 |
+
| 32 | <ul><li>'Make the background transparent'</li><li>'Change to a dark background'</li></ul> |
|
98 |
+
| 33 | <ul><li>'Change the blend mode to screen'</li><li>'Set the blend mode to darken'</li></ul> |
|
99 |
+
| 34 | <ul><li>'Add a gaussian blur'</li><li>'Blur the background elements'</li></ul> |
|
100 |
+
| 35 | <ul><li>'Add a gradient border'</li><li>'Change the border opacity'</li></ul> |
|
101 |
+
| 36 | <ul><li>'Make the image more brilliant'</li><li>'Increase the brightness contrast'</li></ul> |
|
102 |
+
| 37 | <ul><li>'Send the background to the back'</li><li>'Send the watermark to the back'</li></ul> |
|
103 |
+
| 38 | <ul><li>'Make the image more dramatic'</li><li>'Make the image more defined'</li></ul> |
|
104 |
+
| 39 | <ul><li>'Make the image square'</li><li>'Crop the image to a circle'</li></ul> |
|
105 |
+
| 40 | <ul><li>'Add a directional shadow'</li><li>'Create a floating shadow'</li></ul> |
|
106 |
+
| 41 | <ul><li>'Change the color to silver'</li><li>'Change the button color to purple'</li></ul> |
|
107 |
+
| 42 | <ul><li>'Increase the body text size'</li><li>'Increase the heading size'</li></ul> |
|
108 |
+
| 43 | <ul><li>'Add strikethrough to the text'</li><li>'Add strikethrough to the label'</li></ul> |
|
109 |
+
| 44 | <ul><li>'Use a serif font for the heading'</li><li>'Change to a clean font'</li></ul> |
|
110 |
+
| 45 | <ul><li>'Brighten the light areas'</li><li>'Enhance the bright spots'</li></ul> |
|
111 |
+
| 46 | <ul><li>'Set the image as full-page background'</li><li>'Make the image the background layer'</li></ul> |
|
112 |
+
| 47 | <ul><li>'Reduce the letter spacing'</li><li>'Add more space between letters'</li></ul> |
|
113 |
+
| 48 | <ul><li>'Make the text more compact'</li><li>'Reduce the line height'</li></ul> |
|
114 |
+
| 49 | <ul><li>'Increase the transparency of the element'</li><li>'Make the element semi-transparent'</li></ul> |
|
115 |
+
| 50 | <ul><li>'Add spacing between text blocks'</li><li>'Make the paragraphs more compact'</li></ul> |
|
116 |
+
| 51 | <ul><li>'Reduce the color richness'</li><li>'Reduce the color vibrancy'</li></ul> |
|
117 |
+
| 52 | <ul><li>'Make the shadows more prominent'</li><li>'Increase the shadow intensity'</li></ul> |
|
118 |
+
| 53 | <ul><li>'Increase the image resolution'</li><li>'Make the details more sharp'</li></ul> |
|
119 |
+
| 54 | <ul><li>'Right align the caption'</li><li>'Center the button text'</li></ul> |
|
120 |
+
| 55 | <ul><li>'Create a decorative border'</li><li>'Create a border around the text'</li></ul> |
|
121 |
+
| 56 | <ul><li>'Make the text flow in an arc'</li><li>'Create text that follows a circle'</li></ul> |
|
122 |
+
| 57 | <ul><li>'Convert the text to a list format'</li><li>'Make the text into a numbered sequence'</li></ul> |
|
123 |
+
| 58 | <ul><li>'Add a dramatic text shadow'</li><li>'Add a colored glow to the text'</li></ul> |
|
124 |
+
| 59 | <ul><li>'Make the image more amber'</li><li>'Increase the warm color balance'</li></ul> |
|
125 |
+
| 60 | <ul><li>'Open the file upload dialog'</li><li>'I need to upload a logo'</li></ul> |
|
126 |
+
| 61 | <ul><li>'Go back to the original position'</li><li>'Go back to the original text'</li></ul> |
|
127 |
+
| 62 | <ul><li>'Separate the combined elements'</li><li>'Ungroup the merged elements'</li></ul> |
|
128 |
|
129 |
## Evaluation
|
130 |
|
131 |
### Metrics
|
132 |
| Label | Accuracy |
|
133 |
|:--------|:---------|
|
134 |
+
| **all** | 0.4164 |
|
135 |
|
136 |
## Uses
|
137 |
|
|
|
151 |
# Download from the 🤗 Hub
|
152 |
model = SetFitModel.from_pretrained("setfit_model_id")
|
153 |
# Run inference
|
154 |
+
preds = model("Group the menu items")
|
155 |
```
|
156 |
|
157 |
<!--
|
|
|
183 |
### Training Set Metrics
|
184 |
| Training set | Min | Median | Max |
|
185 |
|:-------------|:----|:-------|:----|
|
186 |
+
| Word count | 3 | 5.2302 | 11 |
|
187 |
|
188 |
| Label | Training Sample Count |
|
189 |
|:------|:----------------------|
|
190 |
+
| 0 | 2 |
|
191 |
+
| 1 | 2 |
|
192 |
+
| 2 | 2 |
|
193 |
+
| 3 | 2 |
|
194 |
+
| 4 | 2 |
|
195 |
+
| 5 | 2 |
|
196 |
+
| 6 | 2 |
|
197 |
+
| 7 | 2 |
|
198 |
+
| 8 | 2 |
|
199 |
+
| 9 | 2 |
|
200 |
+
| 10 | 2 |
|
201 |
+
| 11 | 2 |
|
202 |
+
| 12 | 2 |
|
203 |
+
| 13 | 2 |
|
204 |
+
| 14 | 2 |
|
205 |
+
| 15 | 2 |
|
206 |
+
| 16 | 2 |
|
207 |
+
| 17 | 2 |
|
208 |
+
| 18 | 2 |
|
209 |
+
| 19 | 2 |
|
210 |
+
| 20 | 2 |
|
211 |
+
| 21 | 2 |
|
212 |
+
| 22 | 2 |
|
213 |
+
| 23 | 2 |
|
214 |
+
| 24 | 2 |
|
215 |
+
| 25 | 2 |
|
216 |
+
| 26 | 2 |
|
217 |
+
| 27 | 2 |
|
218 |
+
| 28 | 2 |
|
219 |
+
| 29 | 2 |
|
220 |
+
| 30 | 2 |
|
221 |
+
| 31 | 2 |
|
222 |
+
| 32 | 2 |
|
223 |
+
| 33 | 2 |
|
224 |
+
| 34 | 2 |
|
225 |
+
| 35 | 2 |
|
226 |
+
| 36 | 2 |
|
227 |
+
| 37 | 2 |
|
228 |
+
| 38 | 2 |
|
229 |
+
| 39 | 2 |
|
230 |
+
| 40 | 2 |
|
231 |
+
| 41 | 2 |
|
232 |
+
| 42 | 2 |
|
233 |
+
| 43 | 2 |
|
234 |
+
| 44 | 2 |
|
235 |
+
| 45 | 2 |
|
236 |
+
| 46 | 2 |
|
237 |
+
| 47 | 2 |
|
238 |
+
| 48 | 2 |
|
239 |
+
| 49 | 2 |
|
240 |
+
| 50 | 2 |
|
241 |
+
| 51 | 2 |
|
242 |
+
| 52 | 2 |
|
243 |
+
| 53 | 2 |
|
244 |
+
| 54 | 2 |
|
245 |
+
| 55 | 2 |
|
246 |
+
| 56 | 2 |
|
247 |
+
| 57 | 2 |
|
248 |
+
| 58 | 2 |
|
249 |
+
| 59 | 2 |
|
250 |
+
| 60 | 2 |
|
251 |
+
| 61 | 2 |
|
252 |
+
| 62 | 2 |
|
253 |
|
254 |
### Training Hyperparameters
|
255 |
- batch_size: (64, 64)
|
|
|
272 |
### Training Results
|
273 |
| Epoch | Step | Training Loss | Validation Loss |
|
274 |
|:------:|:----:|:-------------:|:---------------:|
|
275 |
+
| 0.0041 | 1 | 0.1097 | - |
|
276 |
+
| 0.2041 | 50 | 0.0477 | - |
|
277 |
+
| 0.4082 | 100 | 0.0106 | - |
|
278 |
+
| 0.6122 | 150 | 0.0045 | - |
|
279 |
+
| 0.8163 | 200 | 0.0032 | - |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
280 |
|
281 |
### Framework Versions
|
282 |
- Python: 3.12.11
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 546938168
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8dedfd91f01deae16c4face0912355b8847fb4c7755c8cedd6ec846f31ad137d
|
3 |
size 546938168
|
model_head.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 388927
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f65355373e7c0f90fb3b5584001fca42e18d7f176f7fa0c9e0c7e0797dd887d4
|
3 |
size 388927
|