Instructions to use ahmedesmail16/Project_Class_Model_beit-base-patch16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ahmedesmail16/Project_Class_Model_beit-base-patch16 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ahmedesmail16/Project_Class_Model_beit-base-patch16") 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_beit-base-patch16") model = AutoModelForImageClassification.from_pretrained("ahmedesmail16/Project_Class_Model_beit-base-patch16", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 94343948
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:806d34a6136d91b1f8c920d59419f06c4406837ef9d541f47007e818545c0d22
|
| 3 |
size 94343948
|
runs/Apr06_22-32-40_fa9f3e5e02dd/events.out.tfevents.1712442767.fa9f3e5e02dd.367.1
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:b6d6a495149763a4fce17206bc2b85881bca1717dc6bb403d3a1c2b0fd7c313e
|
| 3 |
+
size 6590
|