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
|
@@ -3,9 +3,11 @@ license: apache-2.0
|
|
| 3 |
tags:
|
| 4 |
- vision
|
| 5 |
- fastai
|
|
|
|
| 6 |
- image-classification
|
| 7 |
datasets:
|
| 8 |
- iloncka/mosal
|
|
|
|
| 9 |
---
|
| 10 |
# Model card
|
| 11 |
|
|
@@ -16,4 +18,4 @@ More information needed
|
|
| 16 |
More information needed
|
| 17 |
|
| 18 |
## Training and evaluation data
|
| 19 |
-
More information needed
|
|
|
|
| 3 |
tags:
|
| 4 |
- vision
|
| 5 |
- fastai
|
| 6 |
+
- timm
|
| 7 |
- image-classification
|
| 8 |
datasets:
|
| 9 |
- iloncka/mosal
|
| 10 |
+
library_name: fastai
|
| 11 |
---
|
| 12 |
# Model card
|
| 13 |
|
|
|
|
| 18 |
More information needed
|
| 19 |
|
| 20 |
## Training and evaluation data
|
| 21 |
+
More information needed
|