File size: 344 Bytes
b75b28d 4fda19d 9a45f57 c2a2a20 9a45f57 501f0a7 982de0c b75b28d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
license: "mit"
pretty_name: "M-BEIR_DEV"
language:
- "en"
configs:
- config_name: query
data_files:
- split: train
path: "query/train/*.jsonl"
- config_name: cand_pool
data_files:
- split: local
path: "cand_pool/*.jsonl"
- config_name: instructions
data_files:
- split: instructions
path: "instructions/*.jsonl"
---
|