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 100
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:9387e2d082bb660a43ca88362735f148161de54cf023dcddef4a874d2c412ece
|
| 3 |
size 343359328
|
runs/Feb08_06-48-08_fa9422761cad/events.out.tfevents.1707374895.fa9422761cad.35400.0
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:36418f91eefcfbea57686b9b486980f38062b8fe3ba21cf3c8f7786e5cc2c8c5
|
| 3 |
+
size 7225
|