Instructions to use lsr42/splade with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lsr42/splade with Transformers:
# Load model directly from transformers import SPLADE model = SPLADE.from_pretrained("lsr42/splade", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 292 Bytes
f9ed295 | 1 2 3 4 5 6 7 8 9 10 11 | {
"_name_or_path": "/scratch-shared/nthong/lsr_framework/splade_msmarco_distil_kl_l1_0.01_0.00001/model/",
"architectures": [
"SPLADE"
],
"model_type": "SPLADE",
"torch_dtype": "float32",
"transformer_backbone": "distilbert-base-uncased",
"transformers_version": "4.38.2"
}
|