Instructions to use Subhaaannn/image_classification1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Subhaaannn/image_classification1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Subhaaannn/image_classification1") 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("Subhaaannn/image_classification1") model = AutoModelForImageClassification.from_pretrained("Subhaaannn/image_classification1") - 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 343242432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9604346397204126d69fc7b2e6c127ef201b005704b9a05efd7797c70adc1010
|
| 3 |
size 343242432
|
runs/Feb16_15-39-52_77917cf047ab/events.out.tfevents.1708098001.77917cf047ab.1256.2
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:61f608dd5674787429c371480703130f24ed0f569a0e4a9ace490406deeb8530
|
| 3 |
+
size 5861
|