Instructions to use raphaelsty/distilbert-sparsembed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use raphaelsty/distilbert-sparsembed with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="raphaelsty/distilbert-sparsembed")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("raphaelsty/distilbert-sparsembed") model = AutoModelForMaskedLM.from_pretrained("raphaelsty/distilbert-sparsembed") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
c07c3a1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b53b35b77aed0a3705c49c6d7d88064a4e5733de1aee4f61e64b8470fe79cc09
size 267978033
|