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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
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:313a506ecf272c440258b49b38505508075a1fcb2ff9147da7a76b863c5d3a76
|
| 3 |
size 343242432
|
runs/Feb16_15-34-02_77917cf047ab/events.out.tfevents.1708097653.77917cf047ab.1256.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14a74ebe0c2175aebcbb55c55084db01edd92043ffec716f81bf3753ec1181a4
|
| 3 |
+
size 4785
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:141678f40e0b040610136d3983cc781217f46d7953f28c27da47b48b8f5a834b
|
| 3 |
size 4600
|