Instructions to use crapthings/beans with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use crapthings/beans with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="crapthings/beans") 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("crapthings/beans") model = AutoModelForImageClassification.from_pretrained("crapthings/beans") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 388571ddede7ceccf24dad8b800a7e26407fc2c12757ce073fc30158f47855cb
- Size of remote file:
- 5.24 kB
- SHA256:
- 02f97ca1f45b792e720b678beb8d8e68abf00ba14da38f599608881fb3386bdd
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.