Instructions to use sngsfydy/BEiT_with_Trainer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sngsfydy/BEiT_with_Trainer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="sngsfydy/BEiT_with_Trainer") 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("sngsfydy/BEiT_with_Trainer") model = AutoModelForImageClassification.from_pretrained("sngsfydy/BEiT_with_Trainer", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
1967b7e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f344415963eca3c2a78734c165e5e087976764203d8247097ead6bc8e6a6356e
size 343139465
|