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