Instructions to use sinequa/vectorizer.vanilla with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sinequa/vectorizer.vanilla with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("sinequa/vectorizer.vanilla") model = AutoModel.from_pretrained("sinequa/vectorizer.vanilla") - Notebooks
- Google Colab
- Kaggle
Adding scale factor
Browse files- sinequa.metadata.json +3 -0
sinequa.metadata.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"score-scaling-factor": 3.0
|
| 3 |
+
}
|