Instructions to use sinequa/vectorizer.raspberry with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sinequa/vectorizer.raspberry with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("sinequa/vectorizer.raspberry") model = AutoModelForMaskedLM.from_pretrained("sinequa/vectorizer.raspberry") - 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 |
+
}
|