Andy-ML-And-AI commited on
Commit
c9ee057
·
verified ·
1 Parent(s): 177a714

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -4,7 +4,7 @@
4
  ---
5
 
6
  ### Model Overview
7
- **SOTA-Blitz-997** is a high-velocity Vision Transformer (ViT) architecture optimized for the MNIST handwritten digit classification task. While most "State-of-the-Art" models rely on massive ensembles and hours of GPU compute, **SOTA-Blitz-997** was engineered at **Andy Labs** to achieve elite accuracy within a single 7-minute training window on a standard NVIDIA T4 by leveraging the global attention mechanisms of the Transformer block.
8
 
9
  ### Performance & Proof
10
  The model achieves a verified **99.72% Test Accuracy**, leaving only **28 errors** out of 10,000 images. This performance exceeds the human baseline (~97.5%) and demonstrates that ViT architectures can effectively "solve" classic computer vision benchmarks with extreme efficiency.
@@ -38,4 +38,8 @@ import torch
38
  model_weights = load_file("SOTA-Blitz-997.safetensors")
39
 
40
  # Apply to your ViT architecture
41
- # model.load_state_dict(model_weights)
 
 
 
 
 
4
  ---
5
 
6
  ### Model Overview
7
+ **SOTA-Blitz-997** is a high-velocity Vision Transformer (ViT) architecture optimized for the MNIST handwritten digit classification task. While most "State-of-the-Art" models rely on massive ensembles and hours of GPU compute, **SOTA-Blitz-997** was engineered to achieve elite accuracy within a single 7-minute training window on a standard NVIDIA T4 by leveraging the global attention mechanisms of the Transformer block.
8
 
9
  ### Performance & Proof
10
  The model achieves a verified **99.72% Test Accuracy**, leaving only **28 errors** out of 10,000 images. This performance exceeds the human baseline (~97.5%) and demonstrates that ViT architectures can effectively "solve" classic computer vision benchmarks with extreme efficiency.
 
38
  model_weights = load_file("SOTA-Blitz-997.safetensors")
39
 
40
  # Apply to your ViT architecture
41
+ # model.load_state_dict(model_weights)
42
+ ```
43
+
44
+ ### Made By
45
+ Andy-ML-And-AI