Instructions to use ahmedesmail16/Train-Test-Augmentation-V4-beit-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ahmedesmail16/Train-Test-Augmentation-V4-beit-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ahmedesmail16/Train-Test-Augmentation-V4-beit-base") 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/Train-Test-Augmentation-V4-beit-base") model = AutoModelForImageClassification.from_pretrained("ahmedesmail16/Train-Test-Augmentation-V4-beit-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343111088
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db457e7ba73c7785774f03cfbb49389bd995650523ad16b181d558b86e08f6cf
|
| 3 |
size 343111088
|
runs/May30_02-14-19_7e593dff3c77/events.out.tfevents.1717035262.7e593dff3c77.34.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:2b09da25ad921f32fd8658b8bc4edd601f8ceb53752cb6f943e9950b0d653334
|
| 3 |
+
size 13541
|