Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use arpanl/Fine-Tuned_Model3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arpanl/Fine-Tuned_Model3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="arpanl/Fine-Tuned_Model3") 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("arpanl/Fine-Tuned_Model3") model = AutoModelForImageClassification.from_pretrained("arpanl/Fine-Tuned_Model3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 20
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343359328
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9207b035faea8ecbb92de7552477a9533dbb1b6bca28f90e7bc4691185e8eb3
|
| 3 |
size 343359328
|
runs/Feb08_08-28-09_c97b53d13e3a/events.out.tfevents.1707380890.c97b53d13e3a.230.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98a90ef96bbc5f327afcdf700d8c7052807e2bda9a4d029adbe483db4670ec2c
|
| 3 |
+
size 6193
|
runs/Feb08_09-48-16_f22689e16374/events.out.tfevents.1707385696.f22689e16374.137.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc57edc5789bff8bb1a754c0999d04c495a0a4a9c8777146386db981fbaaa6e7
|
| 3 |
+
size 6555
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4728
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4755770c26b9deb7011b4858b54b7548681411a51ccc1e76c025337254cd1096
|
| 3 |
size 4728
|