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