File size: 1,416 Bytes
d81d52d f13386c d81d52d f13386c 6c29fb0 d81d52d f13386c 6c29fb0 5de2aa1 d81d52d 7155950 5de2aa1 |
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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
---
dataset_info:
- config_name: corpus
features:
- name: id
dtype: string
- name: modality
dtype: string
- name: text
dtype: string
- name: image
dtype: image
- name: image 1
dtype: image
- name: image 2
dtype: image
- name: image 3
dtype: image
- name: vision
dtype: image
splits:
- name: test
num_bytes: 234995206
num_examples: 796
download_size: 230298105
dataset_size: 234995206
- config_name: qrels
features:
- name: query-id
dtype: string
- name: corpus-id
dtype: string
- name: score
dtype: int64
splits:
- name: test
num_bytes: 3236
num_examples: 144
download_size: 2482
dataset_size: 3236
- config_name: query
features:
- name: id
dtype: string
- name: modality
dtype: string
- name: text
dtype: string
- name: image
dtype: image
splits:
- name: test
num_bytes: 137050997
num_examples: 80
download_size: 136438014
dataset_size: 137050997
configs:
- config_name: corpus
data_files:
- split: test
path: corpus/test-*
- config_name: qrels
data_files:
- split: test
path: qrels/test-*
- config_name: query
data_files:
- split: test
path: query/test-*
license: mit
---
The evaluation code is implemented based on [MTEB](https://github.com/embeddings-benchmark/mteb/tree/main/mteb) framework and avaliable in https://github.com/rebeccaz4/MRMR. |