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