Instructions to use M-CLIP/M-BERT-Distil-40 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use M-CLIP/M-BERT-Distil-40 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="M-CLIP/M-BERT-Distil-40")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("M-CLIP/M-BERT-Distil-40") model = AutoModel.from_pretrained("M-CLIP/M-BERT-Distil-40") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md (#1) e138c57
Merge remote-tracking branch 'origin/main' into main ff20c09
Fredrik commited on
Updated Model To More Recent Version 737c637
Fredrik commited on
Update README.md 67bc61a
Update README.md 08c8057
Create README.md ccc9920
Main Commit 9140043
Fredrik commited on