Instructions to use M-CLIP/Swedish-2M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use M-CLIP/Swedish-2M with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="M-CLIP/Swedish-2M")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("M-CLIP/Swedish-2M") model = AutoModel.from_pretrained("M-CLIP/Swedish-2M") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
28308a0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3453345e18120d47b612fed04c9c79d73301a1318dfc6f059589fa12fa2db37c
size 498847543
|