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