Ariel Fikru
commited on
Commit
•
406c977
1
Parent(s):
188e54d
Update README.md
Browse files
README.md
CHANGED
@@ -2,10 +2,8 @@
|
|
2 |
tags:
|
3 |
- image-classification
|
4 |
- pytorch
|
5 |
-
- huggingpics
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
-
|
9 |
model-index:
|
10 |
- name: real_classifier
|
11 |
results:
|
@@ -13,9 +11,12 @@ model-index:
|
|
13 |
name: Image Classification
|
14 |
type: image-classification
|
15 |
metrics:
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
# real_classifier
|
|
|
2 |
tags:
|
3 |
- image-classification
|
4 |
- pytorch
|
|
|
5 |
metrics:
|
6 |
- accuracy
|
|
|
7 |
model-index:
|
8 |
- name: real_classifier
|
9 |
results:
|
|
|
11 |
name: Image Classification
|
12 |
type: image-classification
|
13 |
metrics:
|
14 |
+
- name: Accuracy
|
15 |
+
type: accuracy
|
16 |
+
value: 0.9241706132888794
|
17 |
+
datasets:
|
18 |
+
- ArielACE/real_classifier
|
19 |
+
pipeline_tag: image-classification
|
20 |
---
|
21 |
|
22 |
# real_classifier
|