Instructions to use deepset/sentence_bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deepset/sentence_bert with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("deepset/sentence_bert", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update sentence_bert_config.json
Browse files
sentence_bert_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"max_seq_length": 128
|
| 3 |
+
}
|