siddheshtv commited on
Commit
fc94346
1 Parent(s): 7742b7d

add metadata

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,14 +1,17 @@
1
- ```yaml
2
  tags:
3
  - custom
4
  - cifar-10
5
  - image-classification
6
- language: python
 
7
  framework: pytorch
8
- license: MIT
 
 
9
  datasets:
10
  - CIFAR-10
11
- ```
12
 
13
  # BlockNet10 - CNN for CIFAR-10 dataset
14
 
 
1
+ ---
2
  tags:
3
  - custom
4
  - cifar-10
5
  - image-classification
6
+ - block-architecture
7
+ language: en
8
  framework: pytorch
9
+ metrics:
10
+ - accuracy: 75.43
11
+ license_name: MIT
12
  datasets:
13
  - CIFAR-10
14
+ ---
15
 
16
  # BlockNet10 - CNN for CIFAR-10 dataset
17