adds model index
Browse files
README.md
CHANGED
@@ -12,6 +12,21 @@ tags:
|
|
12 |
- biology
|
13 |
- image-classification
|
14 |
- vision
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# Model Card for "Bird Species Classifier"
|
|
|
12 |
- biology
|
13 |
- image-classification
|
14 |
- vision
|
15 |
+
model-index:
|
16 |
+
- name: bird-species-classifier
|
17 |
+
results:
|
18 |
+
- task:
|
19 |
+
type: ImageClassification
|
20 |
+
dataset:
|
21 |
+
type: chriamue/bird-species-dataset
|
22 |
+
name: Bird Species
|
23 |
+
config: default
|
24 |
+
split: validation
|
25 |
+
metrics:
|
26 |
+
- type: accuracy
|
27 |
+
value: 96.8
|
28 |
+
- type: loss
|
29 |
+
value: 0.1379
|
30 |
---
|
31 |
|
32 |
# Model Card for "Bird Species Classifier"
|