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:21dd7a82f900f8d6ddd74fa47710bcf39aad175e30a8f411d471af3343faeaad
|
| 3 |
size 343359328
|
runs/Feb16_05-04-25_04ce2a9e91b4/events.out.tfevents.1708059871.04ce2a9e91b4.223.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:f92ef4125f8f285dc551716ea3a3dec9c7903d48d72551e4d59a3ee0f30afbc3
|
| 3 |
+
size 10869
|
runs/Feb16_06-22-29_cf69af02545a/events.out.tfevents.1708067132.cf69af02545a.513.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0896429f094927eb81b5f791a5769101073b361d3ef4c13641c0a265c027fdf
|
| 3 |
+
size 8775
|
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:4e4124c8ba127cc91b4cb415580f2713c7b282d51de4e16b51639f15ba01b3d2
|
| 3 |
size 4728
|