Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- ylecun/mnist
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
+
pipeline_tag: image-classification
|
| 8 |
+
model-index:
|
| 9 |
+
- name: MoE-CNN
|
| 10 |
+
results:
|
| 11 |
+
- task:
|
| 12 |
+
type: image-classification
|
| 13 |
+
dataset:
|
| 14 |
+
name: MNIST
|
| 15 |
+
type: image-classification
|
| 16 |
+
metrics:
|
| 17 |
+
- name: Accuracy
|
| 18 |
+
type: Accuracy
|
| 19 |
+
value: 99.75
|
| 20 |
+
---
|