Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use Woleek/bg-classif with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Woleek/bg-classif with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Woleek/bg-classif") 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("Woleek/bg-classif") model = AutoModelForImageClassification.from_pretrained("Woleek/bg-classif", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d3829afd4ae8757c61d7d972cd0a51cb516bdc8180add6a798cc840daaea8606
- Size of remote file:
- 3.96 kB
- SHA256:
- c49aa2c0a4b308580ecc8e9ea52b2bab03884419dd31d6c0fc3bf7ba3fc18f2b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.