iohadrubin/wikitext-103-raw-v1
Viewer • Updated • 29.7k • 769 • 10
How to use npc0/directional-embedder-v0.3 with PEFT:
Task type is invalid.
dirlora-v3 is a LoRA-adapted model checkpoint built for concise, instruction-style text embedding with
aware of previous text and following text.
Qwen/Qwen3-Embedding-0.6Br): 16alpha): {{alpha}}{{lora_dropout}}wikitext 103 for PoCtransformers + peftUse this model for:
from sentence_transformers import SentenceTransformer
model = SentenceTransformer("npc0/Qwen3-Embedding-0.6B-OED")
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)
| 配置 | R@1 | R@5 | R@20 | MRR | med |
|---|---|---|---|---|---|
| dirlora-v3 + next | 0.110 | 0.297 | 0.505 | 0.200 | 20 |
| dirlora-v3 + prev(對照) | 0.043 | 0.167 | 0.368 | 0.114 | 41 |
| dirlora-v3 無 prompt | 0.058 | 0.210 | 0.418 | 0.137 | 31 |
| dirlora-v1(前最佳) | 0.075 | 0.242 | 0.465 | 0.162 | 27 |
| base | 0.046 | 0.150 | 0.318 | 0.108 | 53 |
If you use this model, please cite:
@misc{npc0directionalembedderv0.3,
title={Directional Embedder v0.3},
author={NPC0},
year={2026},
url={https://huggingface.co/npc0/directional-embedder-v0.3},
}