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 51
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:8fdfd8130e7e407a0a6821f943a9f9c5fb991c2ead50b463441017787e0c9433
|
| 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:7ba430b2ccb18ae3b4214107451febc80d4eb577db9322e86d277b9e0b3e0725
|
| 3 |
+
size 21644
|