Instructions to use Qdrant/gte-base-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qdrant/gte-base-onnx with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Qdrant/gte-base-onnx") model = AutoModel.from_pretrained("Qdrant/gte-base-onnx", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,4 +3,4 @@ license: apache-2.0
|
|
| 3 |
pipeline_tag: sentence-similarity
|
| 4 |
---
|
| 5 |
|
| 6 |
-
ONNX port of [thenlper/gte-base](https://huggingface.co/thenlper/gte-base) text classification and similarity searches.
|
|
|
|
| 3 |
pipeline_tag: sentence-similarity
|
| 4 |
---
|
| 5 |
|
| 6 |
+
ONNX port of [thenlper/gte-base](https://huggingface.co/thenlper/gte-base) for text classification and similarity searches.
|