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