Instructions to use ahmedesmail16/Balanced-No-Augmentation-efficientnet-b0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ahmedesmail16/Balanced-No-Augmentation-efficientnet-b0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ahmedesmail16/Balanced-No-Augmentation-efficientnet-b0") 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/Balanced-No-Augmentation-efficientnet-b0") model = AutoModelForImageClassification.from_pretrained("ahmedesmail16/Balanced-No-Augmentation-efficientnet-b0") - 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 16306384
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82de0af9267b545061d8a648140ec67066b78e545d16da9fcc17d1fbad9cfdb0
|
| 3 |
size 16306384
|
runs/May18_14-29-20_403b828decdc/events.out.tfevents.1716042617.403b828decdc.35.0
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:9d2d2d28abe5882a4a530a756497dae529ac44cce12e9de38abc1bd020aec46d
|
| 3 |
+
size 6873
|