Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
# CIFAR-10 Dataset
|
| 5 |
|
|
@@ -47,4 +54,4 @@ cifar10/
|
|
| 47 |
author={Krizhevsky, Alex},
|
| 48 |
year={2009}
|
| 49 |
}
|
| 50 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- image-classification
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
tags:
|
| 7 |
+
- cifar
|
| 8 |
+
size_categories:
|
| 9 |
+
- 10K<n<100K
|
| 10 |
---
|
| 11 |
# CIFAR-10 Dataset
|
| 12 |
|
|
|
|
| 54 |
author={Krizhevsky, Alex},
|
| 55 |
year={2009}
|
| 56 |
}
|
| 57 |
+
```
|