Instructions to use hf-internal-testing/tiny-random-BitBackbone with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-BitBackbone with Transformers:
# Load model directly from transformers import AutoImageProcessor, BitBackbone processor = AutoImageProcessor.from_pretrained("hf-internal-testing/tiny-random-BitBackbone") model = BitBackbone.from_pretrained("hf-internal-testing/tiny-random-BitBackbone") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened 8 months ago
by
SFconvertbot