Instructions to use mikga/pattern1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mikga/pattern1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="mikga/pattern1") 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("mikga/pattern1") model = AutoModelForImageClassification.from_pretrained("mikga/pattern1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Aug31_19-27-23_isei20230630-1255-hang
- Aug31_20-48-49_isei20230630-1255-hang
- Aug31_21-04-13_isei20230630-1255-hang
- Sep04_21-23-25_isei20230630-1255-hang
- Sep04_22-05-48_isei20230630-1255-hang
- Sep04_23-11-00_isei20230630-1255-hang
- Sep05_19-21-07_isei20230630-1255-hang
- Sep06_19-14-38_isei20230630-1255-hang