Instructions to use ahmedesmail16/Project_Class_6B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ahmedesmail16/Project_Class_6B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ahmedesmail16/Project_Class_6B") 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_6B") model = AutoModelForImageClassification.from_pretrained("ahmedesmail16/Project_Class_6B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
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:593b25300ab3849609680de9c248516bc8ea4d004889ec3923b036638554894f
|
| 3 |
size 343239356
|
runs/Mar29_08-15-30_4d5e3447fe72/events.out.tfevents.1711703130.4d5e3447fe72.23526.3
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:0378c14f8c0cbc6fe97fd075fa50eb33a06676a43c3bd8439deade9b09144cdf
|
| 3 |
+
size 5685
|