Instructions to use softdev629/orjebcnf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use softdev629/orjebcnf with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="softdev629/orjebcnf") 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("softdev629/orjebcnf") model = AutoModelForImageClassification.from_pretrained("softdev629/orjebcnf", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "model_name": "roadwork-snapshot-orjebcnf", | |
| "description": "Snapshot model from natix-network-org/roadwork", | |
| "version": "1.0.0", | |
| "submitted_by": "5Dtp9U6bvevDiNBXPTWQyRgLPMxZfCaEyJfDJyn1GDL8i2vT", | |
| "submission_time": 1748993408 | |
| } |