Add LiteRT converted deit3_small_patch16_224
Browse files- README.md +51 -0
- model.tflite +3 -0
README.md
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: litert
|
| 3 |
+
base_model: timm/deit3_small_patch16_224.fb_in1k
|
| 4 |
+
tags:
|
| 5 |
+
- vision
|
| 6 |
+
- image-classification
|
| 7 |
+
datasets:
|
| 8 |
+
- imagenet-1k
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# deit3_small_patch16_224
|
| 12 |
+
|
| 13 |
+
Converted TIMM image classification model for LiteRT.
|
| 14 |
+
|
| 15 |
+
- Source architecture: deit3_small_patch16_224
|
| 16 |
+
- File: model.tflite
|
| 17 |
+
|
| 18 |
+
## Model Details
|
| 19 |
+
|
| 20 |
+
- **Model Type:** Image classification / feature backbone
|
| 21 |
+
- **Model Stats:**
|
| 22 |
+
- Params (M): 22.1
|
| 23 |
+
- GMACs: 4.6
|
| 24 |
+
- Activations (M): 11.9
|
| 25 |
+
- Image size: 224 x 224
|
| 26 |
+
- **Papers:**
|
| 27 |
+
- DeiT III: Revenge of the ViT: https://arxiv.org/abs/2204.07118
|
| 28 |
+
- **Original:** https://github.com/facebookresearch/deit
|
| 29 |
+
- **Dataset:** ImageNet-1k
|
| 30 |
+
|
| 31 |
+
## Citation
|
| 32 |
+
|
| 33 |
+
```bibtex
|
| 34 |
+
@article{Touvron2022DeiTIR,
|
| 35 |
+
title={DeiT III: Revenge of the ViT},
|
| 36 |
+
author={Hugo Touvron and Matthieu Cord and Herve Jegou},
|
| 37 |
+
journal={arXiv preprint arXiv:2204.07118},
|
| 38 |
+
year={2022},
|
| 39 |
+
}
|
| 40 |
+
```
|
| 41 |
+
```bibtex
|
| 42 |
+
@misc{rw2019timm,
|
| 43 |
+
author = {Ross Wightman},
|
| 44 |
+
title = {PyTorch Image Models},
|
| 45 |
+
year = {2019},
|
| 46 |
+
publisher = {GitHub},
|
| 47 |
+
journal = {GitHub repository},
|
| 48 |
+
doi = {10.5281/zenodo.4414861},
|
| 49 |
+
howpublished = {\url{https://github.com/huggingface/pytorch-image-models}}
|
| 50 |
+
}
|
| 51 |
+
```
|
model.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c46d2c8da96aba5ef27671b1f3d54e7b18d43404f9d897cb4ed06d91e4964561
|
| 3 |
+
size 88351312
|