Instructions to use Dewa/Dog_Model_From_Scratch_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dewa/Dog_Model_From_Scratch_v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Dewa/Dog_Model_From_Scratch_v2") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import ClassificationModelForDogEmotion model = ClassificationModelForDogEmotion.from_pretrained("Dewa/Dog_Model_From_Scratch_v2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
9809214 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b264c64220213782bb7da7e4d95625379e6622034d375c2775b2b4d1767bda14
size 177821634
|