Sentence Similarity
sentence-transformers
ONNX
English
code
bert
code-search
embeddings
LoRA
E5
cqs
Eval Results
text-embeddings-inference
Instructions to use jamie8johnson/e5-base-v2-code-search with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use jamie8johnson/e5-base-v2-code-search with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("jamie8johnson/e5-base-v2-code-search") sentences = [ "That is a happy person", "That is a happy dog", "That is a very happy person", "Today is a sunny day" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
eval: fix dataset IDs to CoIR-Retrieval org + per-language CSN scores
Browse files- .eval_results/coir-v7.yaml +36 -18
.eval_results/coir-v7.yaml
CHANGED
|
@@ -1,53 +1,71 @@
|
|
| 1 |
- dataset:
|
| 2 |
-
id:
|
| 3 |
task_id: default
|
| 4 |
-
value: 0.
|
| 5 |
date: '2026-03-22'
|
| 6 |
-
notes:
|
| 7 |
- dataset:
|
| 8 |
-
id:
|
| 9 |
task_id: default
|
| 10 |
-
value: 0.
|
| 11 |
date: '2026-03-22'
|
| 12 |
-
notes: NDCG@10,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
- dataset:
|
| 14 |
-
id:
|
| 15 |
task_id: default
|
| 16 |
-
value: 0.
|
| 17 |
date: '2026-03-22'
|
| 18 |
-
notes:
|
| 19 |
- dataset:
|
| 20 |
-
id:
|
| 21 |
task_id: default
|
| 22 |
-
value: 0.
|
| 23 |
date: '2026-03-22'
|
| 24 |
-
notes: NDCG@10,
|
| 25 |
- dataset:
|
| 26 |
-
id:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
task_id: default
|
| 28 |
value: 0.194
|
| 29 |
date: '2026-03-22'
|
| 30 |
-
notes: NDCG@10
|
| 31 |
- dataset:
|
| 32 |
-
id:
|
| 33 |
task_id: default
|
| 34 |
value: 0.882
|
| 35 |
date: '2026-03-22'
|
| 36 |
notes: NDCG@10
|
| 37 |
- dataset:
|
| 38 |
-
id:
|
| 39 |
task_id: default
|
| 40 |
value: 0.382
|
| 41 |
date: '2026-03-22'
|
| 42 |
notes: NDCG@10, multi-turn
|
| 43 |
- dataset:
|
| 44 |
-
id:
|
| 45 |
task_id: default
|
| 46 |
value: 0.737
|
| 47 |
date: '2026-03-22'
|
| 48 |
notes: NDCG@10, single-turn
|
| 49 |
- dataset:
|
| 50 |
-
id:
|
| 51 |
task_id: default
|
| 52 |
value: 0.558
|
| 53 |
date: '2026-03-22'
|
|
|
|
| 1 |
- dataset:
|
| 2 |
+
id: CoIR-Retrieval/codesearchnet-go-queries-corpus
|
| 3 |
task_id: default
|
| 4 |
+
value: 0.785
|
| 5 |
date: '2026-03-22'
|
| 6 |
+
notes: NDCG@10, Go
|
| 7 |
- dataset:
|
| 8 |
+
id: CoIR-Retrieval/codesearchnet-java-queries-corpus
|
| 9 |
task_id: default
|
| 10 |
+
value: 0.656
|
| 11 |
date: '2026-03-22'
|
| 12 |
+
notes: NDCG@10, Java
|
| 13 |
+
- dataset:
|
| 14 |
+
id: CoIR-Retrieval/codesearchnet-javascript-queries-corpus
|
| 15 |
+
task_id: default
|
| 16 |
+
value: 0.545
|
| 17 |
+
date: '2026-03-22'
|
| 18 |
+
notes: NDCG@10, JavaScript
|
| 19 |
+
- dataset:
|
| 20 |
+
id: CoIR-Retrieval/codesearchnet-ruby-queries-corpus
|
| 21 |
+
task_id: default
|
| 22 |
+
value: 0.613
|
| 23 |
+
date: '2026-03-22'
|
| 24 |
+
notes: NDCG@10, Ruby
|
| 25 |
- dataset:
|
| 26 |
+
id: CoIR-Retrieval/codesearchnet-python-queries-corpus
|
| 27 |
task_id: default
|
| 28 |
+
value: 0.975
|
| 29 |
date: '2026-03-22'
|
| 30 |
+
notes: NDCG@10, Python
|
| 31 |
- dataset:
|
| 32 |
+
id: CoIR-Retrieval/codesearchnet-php-queries-corpus
|
| 33 |
task_id: default
|
| 34 |
+
value: 0.667
|
| 35 |
date: '2026-03-22'
|
| 36 |
+
notes: NDCG@10, PHP
|
| 37 |
- dataset:
|
| 38 |
+
id: CoIR-Retrieval/cosqa-queries-corpus
|
| 39 |
+
task_id: default
|
| 40 |
+
value: 0.354
|
| 41 |
+
date: '2026-03-22'
|
| 42 |
+
notes: NDCG@10, out-of-distribution transfer
|
| 43 |
+
- dataset:
|
| 44 |
+
id: CoIR-Retrieval/codetrans-dl-queries-corpus
|
| 45 |
task_id: default
|
| 46 |
value: 0.194
|
| 47 |
date: '2026-03-22'
|
| 48 |
+
notes: NDCG@10
|
| 49 |
- dataset:
|
| 50 |
+
id: CoIR-Retrieval/stackoverflow-qa-queries-corpus
|
| 51 |
task_id: default
|
| 52 |
value: 0.882
|
| 53 |
date: '2026-03-22'
|
| 54 |
notes: NDCG@10
|
| 55 |
- dataset:
|
| 56 |
+
id: CoIR-Retrieval/codefeedback-mt-queries-corpus
|
| 57 |
task_id: default
|
| 58 |
value: 0.382
|
| 59 |
date: '2026-03-22'
|
| 60 |
notes: NDCG@10, multi-turn
|
| 61 |
- dataset:
|
| 62 |
+
id: CoIR-Retrieval/codefeedback-st-queries-corpus
|
| 63 |
task_id: default
|
| 64 |
value: 0.737
|
| 65 |
date: '2026-03-22'
|
| 66 |
notes: NDCG@10, single-turn
|
| 67 |
- dataset:
|
| 68 |
+
id: CoIR-Retrieval/synthetic-text2sql-queries-corpus
|
| 69 |
task_id: default
|
| 70 |
value: 0.558
|
| 71 |
date: '2026-03-22'
|