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 0
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343095708
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ebba93d4300e9c16bc9e2bb70dc96110e01415ef541ed9b3346b61225399392
|
| 3 |
size 343095708
|
runs/Apr06_22-38-27_fa9f3e5e02dd/events.out.tfevents.1712443112.fa9f3e5e02dd.367.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:42a5100df00ccbc91cd4f19b3a55be7bef737e7c123cbe30a5d7ecd625176225
|
| 3 |
+
size 10193
|
runs/Apr06_22-38-27_fa9f3e5e02dd/events.out.tfevents.1712443742.fa9f3e5e02dd.367.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0013a7ab21ea7e516b2d4b54b9466b61aa2d93737dc0eb8d38d65b7e77413b05
|
| 3 |
+
size 6006
|