Instructions to use Hayloo9838/uno-recognizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hayloo9838/uno-recognizer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Hayloo9838/uno-recognizer") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Hayloo9838/uno-recognizer") model = AutoModel.from_pretrained("Hayloo9838/uno-recognizer", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Rename clip_large.bin to pytorch_model.bin
Browse files
clip_large.bin → pytorch_model.bin
RENAMED
|
File without changes
|