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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
27429ad | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:01df3b60b3412b00b3cd89ca73e1ff99c588268fe25909e51c48a5d746549639
size 3963
|