Instructions to use litert-community/swinv2_tiny_window8_256 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use litert-community/swinv2_tiny_window8_256 with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Add LiteRT converted swinv2_tiny_window8_256
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/swinv2_tiny_window8_256.ms_in1k
|
| 4 |
+
tags:
|
| 5 |
+
- vision
|
| 6 |
+
- image-classification
|
| 7 |
+
datasets:
|
| 8 |
+
- imagenet-1k
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# swinv2_tiny_window8_256
|
| 12 |
+
|
| 13 |
+
Converted TIMM image classification model for LiteRT.
|
| 14 |
+
|
| 15 |
+
- Source architecture: swinv2_tiny_window8_256
|
| 16 |
+
- File: model.tflite
|
| 17 |
+
|
| 18 |
+
## Model Details
|
| 19 |
+
|
| 20 |
+
- **Model Type:** Image classification / feature backbone
|
| 21 |
+
- **Model Stats:**
|
| 22 |
+
- Params (M): 28.3
|
| 23 |
+
- GMACs: 6.0
|
| 24 |
+
- Activations (M): 24.6
|
| 25 |
+
- Image size: 256 x 256
|
| 26 |
+
- **Papers:**
|
| 27 |
+
- Swin Transformer V2: Scaling Up Capacity and Resolution: https://arxiv.org/abs/2111.09883
|
| 28 |
+
- **Original:** https://github.com/microsoft/Swin-Transformer
|
| 29 |
+
- **Dataset:** ImageNet-1k
|
| 30 |
+
|
| 31 |
+
## Citation
|
| 32 |
+
|
| 33 |
+
```bibtex
|
| 34 |
+
@inproceedings{liu2021swinv2,
|
| 35 |
+
title={Swin Transformer V2: Scaling Up Capacity and Resolution},
|
| 36 |
+
author={Ze Liu and Han Hu and Yutong Lin and Zhuliang Yao and Zhenda Xie and Yixuan Wei and Jia Ning and Yue Cao and Zheng Zhang and Li Dong and Furu Wei and Baining Guo},
|
| 37 |
+
booktitle={International Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 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:23f0a8f0656867f462339bed1d57f7289f838411cd44f6a4d446d9d16507df1f
|
| 3 |
+
size 115573600
|