siddheshtv
commited on
Commit
·
7742aac
1
Parent(s):
5df5200
add metadata
Browse files- README.md +12 -0
- metadata.yaml +0 -9
README.md
CHANGED
@@ -65,6 +65,18 @@ If you use BlockNet10 in your research or work, please cite it as follows:
|
|
65 |
}
|
66 |
```
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
---
|
69 |
|
70 |
## license: mit
|
|
|
65 |
}
|
66 |
```
|
67 |
|
68 |
+
```yaml
|
69 |
+
tags:
|
70 |
+
- custom
|
71 |
+
- cifar-10
|
72 |
+
- image-classification
|
73 |
+
language: python
|
74 |
+
framework: pytorch
|
75 |
+
license: MIT
|
76 |
+
datasets:
|
77 |
+
- CIFAR-10
|
78 |
+
```
|
79 |
+
|
80 |
---
|
81 |
|
82 |
## license: mit
|
metadata.yaml
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
tags:
|
2 |
-
- custom
|
3 |
-
- cifar-10
|
4 |
-
- image-classification
|
5 |
-
language: python
|
6 |
-
framework: pytorch
|
7 |
-
license: MITclear
|
8 |
-
datasets:
|
9 |
-
- CIFAR-10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|