Feature Extraction
Transformers
Safetensors
qwen3_5_text
embeddings
retrieval
buddhist-studies
sanskrit
tibetan
classical-chinese
pali
Instructions to use buddhist-nlp/mitra-qwen35-embedder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use buddhist-nlp/mitra-qwen35-embedder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="buddhist-nlp/mitra-qwen35-embedder")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("buddhist-nlp/mitra-qwen35-embedder") model = AutoModel.from_pretrained("buddhist-nlp/mitra-qwen35-embedder", device_map="auto") - Notebooks
- Google Colab
- Kaggle
card: replace sibling distractor numbers with this model's own measurements (unicode Tibetan)
Browse files
README.md
CHANGED
|
@@ -102,20 +102,16 @@ print(q @ p.T) # cosine similarities
|
|
| 102 |
## Evaluation
|
| 103 |
|
| 104 |
R@1 on the mitra retrieval benchmark, **hardened setting: 25,000 in-language
|
| 105 |
-
distractor passages added to every candidate pool** (
|
| 106 |
-
|
| 107 |
-
checkpoint of this model (same base and training recipe; on gold pools the
|
| 108 |
-
two differ by at most ~2 points per task):
|
| 109 |
|
| 110 |
-
| task |
|
| 111 |
|---|---|---|---|
|
| 112 |
-
| Multilingual parallels (sa/bo/zh) | **0.
|
| 113 |
-
| Multilingual asymmetric (sentence→window) | **0.
|
| 114 |
-
| English → classical |
|
| 115 |
-
| Verse → commentary | **0.
|
| 116 |
-
| English question → passage | **0.
|
| 117 |
-
|
| 118 |
-
\* sibling checkpoint, not this exact model — see note above.
|
| 119 |
|
| 120 |
**This checkpoint's own results** on gold pools (per-subtask pools without
|
| 121 |
added distractors):
|
|
|
|
| 102 |
## Evaluation
|
| 103 |
|
| 104 |
R@1 on the mitra retrieval benchmark, **hardened setting: 25,000 in-language
|
| 105 |
+
distractor passages added to every candidate pool** (this model's own
|
| 106 |
+
measurements; Tibetan given in native script):
|
|
|
|
|
|
|
| 107 |
|
| 108 |
+
| task | this model | gemma-2-mitra-e | BGE-M3 |
|
| 109 |
|---|---|---|---|
|
| 110 |
+
| Multilingual parallels (sa/bo/zh) | **0.846** | 0.841 | 0.001 |
|
| 111 |
+
| Multilingual asymmetric (sentence→window) | **0.788** | 0.581 | 0.000 |
|
| 112 |
+
| English → classical | 0.876 | 0.879 | 0.068 |
|
| 113 |
+
| Verse → commentary | **0.483** | 0.384 | 0.138 |
|
| 114 |
+
| English question → passage | **0.523** | 0.473 | 0.020 |
|
|
|
|
|
|
|
| 115 |
|
| 116 |
**This checkpoint's own results** on gold pools (per-subtask pools without
|
| 117 |
added distractors):
|