Feature Extraction
sentence-transformers
Safetensors
PEFT
English
sentence-similarity
lora
embedding
retrieval
rag
Instructions to use DinoStackAI/Qwen3-Emb-4b-lora-narrativeqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use DinoStackAI/Qwen3-Emb-4b-lora-narrativeqa with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("DinoStackAI/Qwen3-Emb-4b-lora-narrativeqa") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - PEFT
How to use DinoStackAI/Qwen3-Emb-4b-lora-narrativeqa with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
| { | |
| "__version__": { | |
| "pytorch": "2.8.0+cu128", | |
| "sentence_transformers": "5.6.0", | |
| "transformers": "4.57.6" | |
| }, | |
| "default_prompt_name": null, | |
| "model_type": "SentenceTransformer", | |
| "prompts": { | |
| "document": "", | |
| "query": "Instruct: Given a web search query, retrieve relevant passages that answer the query\nQuery:" | |
| }, | |
| "similarity_fn_name": "cosine" | |
| } |