Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,19 @@ metrics:
|
|
20 |
- f1
|
21 |
- precision
|
22 |
- recall
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
pipeline_tag: image-classification
|
24 |
base_model: timm/efficientnet_b0.ra_in1k
|
25 |
---
|
|
|
20 |
- f1
|
21 |
- precision
|
22 |
- recall
|
23 |
+
model-index:
|
24 |
+
- name: chart-recognizer
|
25 |
+
results:
|
26 |
+
- task:
|
27 |
+
type: image-classification
|
28 |
+
dataset:
|
29 |
+
name: Test Set
|
30 |
+
type: images
|
31 |
+
metrics:
|
32 |
+
- type: accuracy
|
33 |
+
value: 0.9782
|
34 |
+
- type: f1
|
35 |
+
value: 0.9685
|
36 |
pipeline_tag: image-classification
|
37 |
base_model: timm/efficientnet_b0.ra_in1k
|
38 |
---
|