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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 3d4307ca9d70ce6cf78c0077d25b482a87d360cf4e022e581c5193c3c969a6f6
- Size of remote file:
- 499 MB
- SHA256:
- cada5ccf06c54c99b5925a31b222957aad23c9a0578b2d6e954ffed039803ba3
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.