Image Classification
Flair
English
PyTorch
TensorBoard
Transformers
vit
huggingpics
Eval Results (legacy)
Instructions to use Am22000/image_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use Am22000/image_classifier with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("Am22000/image_classifier") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,10 @@ tags:
|
|
| 11 |
- vit
|
| 12 |
- huggingpics
|
| 13 |
- model-index
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
# Model Card for Model ID
|
| 16 |
|
|
|
|
| 11 |
- vit
|
| 12 |
- huggingpics
|
| 13 |
- model-index
|
| 14 |
+
license: apache-2.0
|
| 15 |
+
datasets:
|
| 16 |
+
- laion/dalle-3-dataset
|
| 17 |
+
library_name: flair
|
| 18 |
---
|
| 19 |
# Model Card for Model ID
|
| 20 |
|