Instructions to use ahmedesmail16/Project_Class_vitb16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ahmedesmail16/Project_Class_vitb16 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ahmedesmail16/Project_Class_vitb16") 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("ahmedesmail16/Project_Class_vitb16") model = AutoModelForImageClassification.from_pretrained("ahmedesmail16/Project_Class_vitb16", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 9
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343239356
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f32c9a5362c7182d4e06bf2065630204ffbc31a7ad2c2012e27217e7644ccfa
|
| 3 |
size 343239356
|
runs/Mar29_09-29-43_4d5e3447fe72/events.out.tfevents.1711704595.4d5e3447fe72.23526.4
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:fd6ab4c58a4c308873966e0830ad84bcfad28c90f874be1aead23e285e4866f1
|
| 3 |
+
size 8668
|