Maverick98
commited on
update readme
Browse files
README.md
CHANGED
@@ -1,34 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- text-classification
|
5 |
- image-classification
|
6 |
- emcommerce
|
7 |
-
|
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 |
-
inputs:
|
21 |
-
- name: image
|
22 |
-
type: image
|
23 |
-
- name: title
|
24 |
-
type: text
|
25 |
-
parameters:
|
26 |
-
threshold:
|
27 |
-
type: float
|
28 |
-
default: 0.4
|
29 |
-
outputs:
|
30 |
-
- name: results
|
31 |
-
type: json
|
32 |
|
33 |
---
|
34 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
library_name: PyTorch
|
4 |
tags:
|
5 |
- text-classification
|
6 |
- image-classification
|
7 |
- emcommerce
|
8 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
---
|
11 |
|