Update README.md
Browse files
README.md
CHANGED
@@ -1,37 +1,34 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
-
|
4 |
-
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
-
|
9 |
-
|
10 |
-
|
11 |
-
-
|
12 |
-
|
13 |
-
-
|
14 |
-
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
type:
|
21 |
-
name:
|
22 |
-
|
23 |
-
type:
|
24 |
-
|
25 |
-
|
26 |
-
- type:
|
27 |
-
value: 0.83
|
28 |
-
name: Test
|
29 |
-
- type:
|
30 |
-
value: 0.
|
31 |
-
name: Test
|
32 |
-
|
33 |
-
|
34 |
-
name: Test Recall
|
35 |
-
---
|
36 |
-
Model for Fatima Fellowship code challenge. <br>
|
37 |
Full training and evaluation pipelines can be found at: https://colab.research.google.com/drive/1hjHn6EggRDsxOZz5fMo6ZdT-4aKcUCTt
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- cifar
|
4 |
+
- cats
|
5 |
+
- upsidedown
|
6 |
+
license: mit
|
7 |
+
datasets:
|
8 |
+
- cifar10_reduced
|
9 |
+
metrics:
|
10 |
+
- Accuracy
|
11 |
+
- Precision
|
12 |
+
- Recall
|
13 |
+
model-index:
|
14 |
+
- name: CatsNet
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
type: image-classification
|
18 |
+
name: Image Classification
|
19 |
+
dataset:
|
20 |
+
type: cifar10
|
21 |
+
name: CIFAR10_CATS
|
22 |
+
metrics:
|
23 |
+
- type: Accuracy
|
24 |
+
value: 0.83
|
25 |
+
name: Test Accuracy
|
26 |
+
- type: Precision
|
27 |
+
value: 0.83
|
28 |
+
name: Test Precision
|
29 |
+
- type: Recall
|
30 |
+
value: 0.82
|
31 |
+
name: Test Recall
|
32 |
+
---
|
33 |
+
Model for Fatima Fellowship code challenge. <br>
|
|
|
|
|
|
|
34 |
Full training and evaluation pipelines can be found at: https://colab.research.google.com/drive/1hjHn6EggRDsxOZz5fMo6ZdT-4aKcUCTt
|