alibidaran
commited on
Commit
•
9fbfbc1
1
Parent(s):
9402fc1
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,21 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
|
12 |
## Model Details
|
@@ -196,6 +205,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
196 |
|
197 |
## Model Card Contact
|
198 |
|
199 |
-
[More Information Needed]
|
200 |
-
|
201 |
-
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
pipeline_tag: image-classification
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
## Labels tags:
|
10 |
+
{'Daisy': 0,
|
11 |
+
'Dandelion': 1,
|
12 |
+
'Lavender': 2,
|
13 |
+
'Lilly': 3,
|
14 |
+
'Lotus': 4,
|
15 |
+
'Orchid': 5,
|
16 |
+
'Rose': 6,
|
17 |
+
'Sunflower': 7,
|
18 |
+
'Tulip': 8}
|
19 |
|
20 |
|
21 |
## Model Details
|
|
|
205 |
|
206 |
## Model Card Contact
|
207 |
|
208 |
+
[More Information Needed]
|
|
|
|