Instructions to use MichaelMM2000/vit-base-animals10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MichaelMM2000/vit-base-animals10 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="MichaelMM2000/vit-base-animals10") 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("MichaelMM2000/vit-base-animals10") model = AutoModelForImageClassification.from_pretrained("MichaelMM2000/vit-base-animals10") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343248584
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c383cbd3bbfc4d4a61c33c7a3fee6c08db1c77e2124f1f9418e96ed108152448
|
| 3 |
size 343248584
|
runs/May31_01-39-13_doris/events.out.tfevents.1748648357.doris.35776.3
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:84e100c600420a6a00d3846bdf002c55cc549db3df9b096cbbf37cf507201593
|
| 3 |
+
size 24683
|