Add info about model in README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# SOTA-Blitz-997
|
| 2 |
**Near-SOTA Precision | 7-Minute T4 Training | Safetensors Native**
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
library_name: timm
|
| 6 |
+
tags:
|
| 7 |
+
- vision
|
| 8 |
+
- image-classification
|
| 9 |
+
- vit
|
| 10 |
+
- mnist
|
| 11 |
+
- computer-vision
|
| 12 |
+
datasets:
|
| 13 |
+
- mnist
|
| 14 |
+
metrics:
|
| 15 |
+
- accuracy
|
| 16 |
+
model-index:
|
| 17 |
+
- name: SOTA-Blitz-997
|
| 18 |
+
results:
|
| 19 |
+
- task:
|
| 20 |
+
type: image-classification
|
| 21 |
+
name: Image Classification
|
| 22 |
+
dataset:
|
| 23 |
+
name: MNIST
|
| 24 |
+
type: mnist
|
| 25 |
+
metrics:
|
| 26 |
+
- type: accuracy
|
| 27 |
+
value: 99.72
|
| 28 |
+
name: Test Accuracy
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
# SOTA-Blitz-997
|
| 32 |
**Near-SOTA Precision | 7-Minute T4 Training | Safetensors Native**
|
| 33 |
|