Instructions to use ahmedesmail16/Project_Class with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ahmedesmail16/Project_Class with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ahmedesmail16/Project_Class") 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") model = AutoModelForImageClassification.from_pretrained("ahmedesmail16/Project_Class", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
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:e4a83b6705e02e129e22a2f6b2657bc30c5285280bc153c6eb07c9bfc97cb8dd
|
| 3 |
size 343239356
|
runs/Mar29_07-30-59_4d5e3447fe72/events.out.tfevents.1711698694.4d5e3447fe72.3611.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:09cddada355ff2564368d82b7c075dc3a86c4db9b684a825df21e7da9128d779
|
| 3 |
+
size 9595
|
runs/Mar29_07-30-59_4d5e3447fe72/events.out.tfevents.1711699629.4d5e3447fe72.3611.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5983f3fc78516c2820fb1e53a7bdc604af10aa9913d2576d446ec95eced52ba9
|
| 3 |
+
size 5152
|