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 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:18a4f5d77aa1b34f644ce11dce7032a88b21df4731061cef32f9cfb56a5822c2
|
| 3 |
size 343239356
|
runs/Mar29_08-15-30_4d5e3447fe72/events.out.tfevents.1711702288.4d5e3447fe72.23526.2
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:49f87dc023987ed3ee281da1b9bb12c65cdebda241ed4e782294ee38f406aa4b
|
| 3 |
+
size 9604
|
runs/Mar29_08-15-30_4d5e3447fe72/events.out.tfevents.1711703130.4d5e3447fe72.23526.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a65eb527f4b58586d51bb86dfebb9c6af8cc2d70ad3582e647848c84f72b91c7
|
| 3 |
+
size 5161
|