Instructions to use ardha27/image_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ardha27/image_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ardha27/image_classification") 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("ardha27/image_classification") model = AutoModelForImageClassification.from_pretrained("ardha27/image_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 48
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343242432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:391593e0df7bce770586b7cb477a5742a2797064ca2e873f65dc3c7ddb5b6e81
|
| 3 |
size 343242432
|
runs/Feb16_06-05-29_e992295273e3/events.out.tfevents.1708063530.e992295273e3.1239.1
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:b0368b7409c64cf6f101d8b0908c73157accfa821f6f6909e99fa027e6bad7f6
|
| 3 |
+
size 20518
|