nielsr HF staff commited on
Commit
004b29f
1 Parent(s): addab95

Update README

Browse files
Files changed (1) hide show
  1. README.md +1 -7
README.md CHANGED
@@ -1,16 +1,10 @@
1
  ---
2
  license: apache-2.0
3
  datasets:
4
- - cifar10
5
- - cifar100
6
  - imagenet
7
- - imagenet-21k
8
- - oxford-iiit-pets
9
- - oxford-flowers-102
10
- - vtab
11
  ---
12
 
13
- # Data-efficient Image Transformer small model
14
 
15
  Data-efficient Image Transformer (DeiT) model pre-trained and fine-tuned on ImageNet-1k (1 million images, 1,000 classes) at resolution 224x224. It was first introduced in the paper [Training data-efficient image transformers & distillation through attention](https://arxiv.org/abs/2012.12877) by Touvron et al. and first released in [this repository](https://github.com/facebookresearch/deit). However, the weights were converted from the [timm repository](https://github.com/rwightman/pytorch-image-models) by Ross Wightman.
16
 
 
1
  ---
2
  license: apache-2.0
3
  datasets:
 
 
4
  - imagenet
 
 
 
 
5
  ---
6
 
7
+ # Data-efficient Image Transformer (small-sized model)
8
 
9
  Data-efficient Image Transformer (DeiT) model pre-trained and fine-tuned on ImageNet-1k (1 million images, 1,000 classes) at resolution 224x224. It was first introduced in the paper [Training data-efficient image transformers & distillation through attention](https://arxiv.org/abs/2012.12877) by Touvron et al. and first released in [this repository](https://github.com/facebookresearch/deit). However, the weights were converted from the [timm repository](https://github.com/rwightman/pytorch-image-models) by Ross Wightman.
10