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