Instructions to use itsmefaiz/image_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use itsmefaiz/image_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="itsmefaiz/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("itsmefaiz/image_classification") model = AutoModelForImageClassification.from_pretrained("itsmefaiz/image_classification") - 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 343227052
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97f40ef1a3e0430dc08eb6c8588cc567f93bcec2e40361fb040fadb4de6b2424
|
| 3 |
size 343227052
|
runs/Feb16_10-53-19_c50bcfb6d9e5/events.out.tfevents.1708080800.c50bcfb6d9e5.2184.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:546f9599e902ca69a847fc40e59fe4d63d58f05a51fd27bdcc1d900a49bf3f71
|
| 3 |
+
size 5618
|