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