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