Instructions to use HichTala/draw2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HichTala/draw2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="HichTala/draw2")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("HichTala/draw2") model = AutoModelForImageClassification.from_pretrained("HichTala/draw2") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload ViTForImageClassification a109cab verified
Upload ViTForImageClassification b04f564 verified
Upload ViTForImageClassification 6ac9ad7 verified
Update README.md 55ee52d verified
Update README.md 3d91e78 verified
Update README.md a2cd0d0 verified
Update README.md f511667 verified
Update README.md 8f7a462 verified
Update README.md 21de365 verified
Update README.md 6e4d722 verified
Update README.md 0e01c93 verified
Update README.md 9f4322b verified
Upload ygo_yolo.pt 99102d8 verified
Upload ygo_yolo.pt 31e77a4 verified
Upload ViTForImageClassification 8ef02cf verified
Update ygo_yolo to train6 one 07cc02e verified
Update draw configs 265ec92
HichTala commited on