forked from castorini/anserini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
beir-v1.0.0-cqadupstack-gis-bge-base-en-v1.5-hnsw.yaml
53 lines (49 loc) · 1.41 KB
/
beir-v1.0.0-cqadupstack-gis-bge-base-en-v1.5-hnsw.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
corpus: beir-v1.0.0-bge-base-en-v1.5
corpus_path: collections/beir-v1.0.0/bge-base-en-v1.5/cqadupstack-gis
index_path: indexes/lucene-hnsw.beir-v1.0.0-cqadupstack-gis-bge-base-en-v1.5/
index_type: hnsw
collection_class: JsonDenseVectorCollection
generator_class: HnswDenseVectorDocumentGenerator
index_threads: 16
index_options: -M 16 -efC 100 -memoryBuffer 65536 -noMerge
metrics:
- metric: nDCG@10
command: target/appassembler/bin/trec_eval
params: -c -m ndcg_cut.10
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: false
- metric: R@100
command: target/appassembler/bin/trec_eval
params: -c -m recall.100
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: false
- metric: R@1000
command: target/appassembler/bin/trec_eval
params: -c -m recall.1000
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: false
topic_reader: JsonStringVector
topics:
- name: "BEIR (v1.0.0): CQADupStack-gis"
id: test
path: topics.beir-v1.0.0-cqadupstack-gis.test.bge-base-en-v1.5.jsonl.gz
qrel: qrels.beir-v1.0.0-cqadupstack-gis.test.txt
models:
- name: bge-hnsw
display: BGE-base-en-v1.5
type: hnsw
params: -generator VectorQueryGenerator -topicField vector -removeQuery -threads 16 -hits 1000 -efSearch 1000
results:
nDCG@10:
- 0.412
R@100:
- 0.767
R@1000:
- 0.911