updated readme with Parameters
Browse files
README.md
CHANGED
@@ -3,9 +3,10 @@ tags:
|
|
3 |
- image-classification
|
4 |
- pytorch
|
5 |
- huggingpics
|
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
-
|
9 |
model-index:
|
10 |
- name: food_detector
|
11 |
results:
|
@@ -13,9 +14,14 @@ model-index:
|
|
13 |
name: Image Classification
|
14 |
type: image-classification
|
15 |
metrics:
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
# food_detector
|
|
|
3 |
- image-classification
|
4 |
- pytorch
|
5 |
- huggingpics
|
6 |
+
- art
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
+
- bertscore
|
10 |
model-index:
|
11 |
- name: food_detector
|
12 |
results:
|
|
|
14 |
name: Image Classification
|
15 |
type: image-classification
|
16 |
metrics:
|
17 |
+
- name: Accuracy
|
18 |
+
type: accuracy
|
19 |
+
value: 0.9732142686843872
|
20 |
+
license: mit
|
21 |
+
language:
|
22 |
+
- en
|
23 |
+
library_name: adapter-transformers
|
24 |
+
pipeline_tag: image-classification
|
25 |
---
|
26 |
|
27 |
# food_detector
|