Instructions to use Qdrant/all_miniLM_L6_v2_with_attentions with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qdrant/all_miniLM_L6_v2_with_attentions with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Qdrant/all_miniLM_L6_v2_with_attentions") model = AutoModel.from_pretrained("Qdrant/all_miniLM_L6_v2_with_attentions") - Notebooks
- Google Colab
- Kaggle
Fix all-minilm-l6-v2-with-attentions description
#2 opened almost 2 years ago
by
jmzzomg