Instructions to use Qdrant/all-MiniLM-L6-v2-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qdrant/all-MiniLM-L6-v2-onnx with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Qdrant/all-MiniLM-L6-v2-onnx") model = AutoModel.from_pretrained("Qdrant/all-MiniLM-L6-v2-onnx") - Notebooks
- Google Colab
- Kaggle
ONNX/TFLite — the mobile inference formats
#5 opened 9 days ago
by
3morixd