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