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 5
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:9543780969253911c273dc9fe0e15c5cadfe653dfb22eda32c8865db687e0ab9
|
| 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:a0764e2dfae44fb46939a41547da6c099777aafca43d9269962d33eb6acd5f43
|
| 3 |
+
size 6986
|