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