Image Classification
Transformers
PyTorch
TensorBoard
beit
Generated from Trainer
Eval Results (legacy)
Instructions to use Thamer/beit_large512_fine_tuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Thamer/beit_large512_fine_tuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Thamer/beit_large512_fine_tuned") 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("Thamer/beit_large512_fine_tuned") model = AutoModelForImageClassification.from_pretrained("Thamer/beit_large512_fine_tuned") - Notebooks
- Google Colab
- Kaggle
Commit History
update model card README.md 6635fad
Thamer Smadi commited on
End of training 2d29288
Thamer Smadi commited on
Training in progress, epoch 2 e05179d
Thamer Smadi commited on
Training in progress, epoch 1 4211576
Thamer Smadi commited on
Training in progress, epoch 0 27429ad
Thamer Smadi commited on
initial commit 36e8ce9
Thamer Smadi commited on