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
Commit History
upload flax model 0587c78
allow flax 029f732
Create README.md ff85d1d
Update README.md 040db0b
Update README.md 9bac374
Create README.md 23420fd
Create README.md 52b5a62
Main Commit 4a6404f
Fredrik commited on