Instructions to use hf-internal-testing/tiny-random-Swin2SRModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-Swin2SRModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="hf-internal-testing/tiny-random-Swin2SRModel")# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("hf-internal-testing/tiny-random-Swin2SRModel") model = AutoModel.from_pretrained("hf-internal-testing/tiny-random-Swin2SRModel", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
b69f21a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ec16629c0e9a438daaf1d768d62d995ebe8153bee0d924baaaa640a22e58884a
size 135008
|