nielsr HF staff commited on
Commit
6ae4dfa
1 Parent(s): 7e7b801

Add model card

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - image-classification
5
+ datasets:
6
+ - imagenet
7
+ - imagenet-21k
8
+ ---
9
+
10
+ # BEiT (large-sized model, fine-tuned on ImageNet-22k)
11
+
12
+ BEiT (BERT pre-training of Image Transformers) model pre-trained in a self-supervised way on ImageNet-22k (14 million images, 21,841 classes) at resolution 224x224, and also fine-tuned on the same dataset at the same resolution. It was introduced in the paper [BEiT: BERT Pre-Training of Image Transformers](https://arxiv.org/abs/2106.08254) by Hangbo Bao, Li Dong and Furu Wei and first released in [this repository](https://github.com/microsoft/unilm/tree/master/beit).
13
+
14
+ Disclaimer: The team releasing BEiT did not write a model card for this model so this model card has been written by the Hugging Face team.