Instructions to use ILT37/Image-Classifier-Pokemons with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ILT37/Image-Classifier-Pokemons with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ILT37/Image-Classifier-Pokemons") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("ILT37/Image-Classifier-Pokemons") model = AutoModelForImageClassification.from_pretrained("ILT37/Image-Classifier-Pokemons") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 12
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343679232
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9bdae27d307a59623be5da1f17681a5b0b3f611f2ccb8a860b331d869fd29091
|
| 3 |
size 343679232
|
runs/May10_02-41-18_bded9cc622fc/events.out.tfevents.1715308907.bded9cc622fc.238.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64304c6fe38347727fe426756702350a1443f850fce1412ab31bc902415d8040
|
| 3 |
+
size 39102
|