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
- Xet hash:
- e1c826abb78a6c963bc2cf900506ff7cda3dd6a38f92c0c28ffd469206e42f40
- Size of remote file:
- 499 MB
- SHA256:
- bbf2cc84973c308a91b9497b587192bd4f853f65a3d7844431a2ad937a26d0e8
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.