Upload README.md with huggingface_hub

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