Instructions to use iloncka/vit_tiny_patch16_224_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use iloncka/vit_tiny_patch16_224_2 with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("iloncka/vit_tiny_patch16_224_2") - timm
How to use iloncka/vit_tiny_patch16_224_2 with timm:
import timm model = timm.create_model("hf_hub:iloncka/vit_tiny_patch16_224_2", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
tags:
|
| 3 |
- image-classification
|
| 4 |
- timm
|
| 5 |
-
library_name:
|
| 6 |
license: apache-2.0
|
| 7 |
datasets:
|
| 8 |
- imagenet-21k
|
|
@@ -111,4 +111,4 @@ Explore the dataset and runtime metrics of this model in timm [model results](ht
|
|
| 111 |
doi = {10.5281/zenodo.4414861},
|
| 112 |
howpublished = {\url{https://github.com/huggingface/pytorch-image-models}}
|
| 113 |
}
|
| 114 |
-
```
|
|
|
|
| 2 |
tags:
|
| 3 |
- image-classification
|
| 4 |
- timm
|
| 5 |
+
library_name: fastai
|
| 6 |
license: apache-2.0
|
| 7 |
datasets:
|
| 8 |
- imagenet-21k
|
|
|
|
| 111 |
doi = {10.5281/zenodo.4414861},
|
| 112 |
howpublished = {\url{https://github.com/huggingface/pytorch-image-models}}
|
| 113 |
}
|
| 114 |
+
```
|