mrm8488 commited on
Commit
6e3f7e0
1 Parent(s): 7e6c6d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -12,9 +12,10 @@ model-index:
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
  should probably proofread and complete it, then remove this comment. -->
14
 
15
- # vit-cifar10
 
 
16
 
17
- This model is a fine-tuned version of [](https://huggingface.co/) on the cifar10 dataset.
18
  It achieves the following results on the evaluation set:
19
  - Loss: 0.0891
20
 
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
  should probably proofread and complete it, then remove this comment. -->
14
 
15
+ # ViT pre-trained from scratch on CIFA10
16
+
17
+ This model is a ViT (with the same arch as Google's [vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) pre-trained from scratch on the cifar10 dataset for masked image modeling.
18
 
 
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.0891
21