Instructions to use hf-internal-testing/tiny-random-BitForImageClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-BitForImageClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="hf-internal-testing/tiny-random-BitForImageClassification") 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-BitForImageClassification") model = AutoModelForImageClassification.from_pretrained("hf-internal-testing/tiny-random-BitForImageClassification") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
6a8ba8c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:79b4ae6de8c5065404201528fc41b79836accc7c2bfb35682fe2bf18213949aa
size 90540
|