Instructions to use jsli96/ResNet-18-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jsli96/ResNet-18-1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="jsli96/ResNet-18-1") 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("jsli96/ResNet-18-1") model = AutoModelForImageClassification.from_pretrained("jsli96/ResNet-18-1") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 95162b78d47bb881919265d3405477e124e2b7dca9aee29d57037449f78e5892
- Size of remote file:
- 3.52 kB
- SHA256:
- c48b7daf3d1583c8f860136303a6a248e4ac8d1083452c4af331e9f90a8477aa
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.