Maverick98
commited on
added widget
Browse files
README.md
CHANGED
@@ -4,6 +4,22 @@ tags:
|
|
4 |
- text-classification
|
5 |
- image-classification
|
6 |
- emcommerce
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Model Card for EcommerceClassifier
|
|
|
4 |
- text-classification
|
5 |
- image-classification
|
6 |
- emcommerce
|
7 |
+
widget:
|
8 |
+
- src: sample_image.jpg
|
9 |
+
text: "Sample title text here"
|
10 |
+
example_title: "Example input"
|
11 |
+
output:
|
12 |
+
- label: "Category 1"
|
13 |
+
score: 0.85
|
14 |
+
- label: "Category 2"
|
15 |
+
score: 0.10
|
16 |
+
- label: "Others"
|
17 |
+
score: 0.05
|
18 |
+
|
19 |
+
inference:
|
20 |
+
parameters:
|
21 |
+
threshold: 0.7
|
22 |
+
|
23 |
---
|
24 |
|
25 |
# Model Card for EcommerceClassifier
|