Instructions to use asapp/sew-d-tiny-100k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use asapp/sew-d-tiny-100k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="asapp/sew-d-tiny-100k")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("asapp/sew-d-tiny-100k") model = AutoModel.from_pretrained("asapp/sew-d-tiny-100k") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
ed88876 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2b70465278ef7f6c9d62d1e4b34b64edb47678a65776deb5a7db2537b7e505ee
size 96547593
|