Trevor Dohm commited on
Commit
6eb3f84
1 Parent(s): 3d56dae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -5,10 +5,14 @@ Trained From Scratch, MNIST https://huggingface.co/datasets/mnist
5
 
6
  Guide: https://medium.com/mlearning-ai/vision-transformers-from-scratch-pytorch-a-step-by-step-guide-96c3313c2e0c
7
 
8
- ViT_Small:
 
9
  {"chw": (1, 28, 28), "n_patches": 7, "n_blocks": 4, "hidden_d": 8, "n_heads": 4, "out_d": 10}
 
10
  23 kB 2K+ Steps
11
 
12
  ViT_Large:
 
13
  {"chw": (1, 28, 28), "n_patches": 7, "n_blocks": 6, "hidden_d": 64, "n_heads": 8, "out_d": 10}
 
14
  881 kB 20K+ Steps
 
5
 
6
  Guide: https://medium.com/mlearning-ai/vision-transformers-from-scratch-pytorch-a-step-by-step-guide-96c3313c2e0c
7
 
8
+ ViT_Small:
9
+
10
  {"chw": (1, 28, 28), "n_patches": 7, "n_blocks": 4, "hidden_d": 8, "n_heads": 4, "out_d": 10}
11
+
12
  23 kB 2K+ Steps
13
 
14
  ViT_Large:
15
+
16
  {"chw": (1, 28, 28), "n_patches": 7, "n_blocks": 6, "hidden_d": 64, "n_heads": 8, "out_d": 10}
17
+
18
  881 kB 20K+ Steps