File size: 1,547 Bytes
66378fc
 
f6d20be
66378fc
f6d20be
66378fc
f6d20be
66378fc
f6d20be
66378fc
f6d20be
66378fc
f6d20be
66378fc
f6d20be
66378fc
f6d20be
66378fc
 
 
 
 
 
 
 
 
 
 
f6d20be
 
66378fc
 
 
 
 
 
 
 
 
 
f6d20be
 
66378fc
 
 
 
 
 
 
 
f6d20be
 
66378fc
 
 
 
 
 
 
 
 
 
 
 
 
 
f6d20be
66378fc
 
 
 
 
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
---
language:
  - es
multilinguality:
  - monolingual
size_categories:
  - 10K<n<100K
source_datasets:
  - miracl
task_categories:
  - text-retrieval
task_ids:
  - document-retrieval
config_names:
  - corpus
tags:
  - text-retrieval
dataset_info:
  - config_name: default
    features:
      - name: query-id
        dtype: string
      - name: corpus-id
        dtype: string
      - name: score
        dtype: float64
    splits:
      - name: dev
        num_bytes: 236068
        num_examples: 8354
  - config_name: corpus
    features:
      - name: _id
        dtype: string
      - name: title
        dtype: string
      - name: text
        dtype: string
    splits:
      - name: corpus
        num_bytes: 538000000
        num_examples: 6953614
  - config_name: queries
    features:
      - name: _id
        dtype: string
      - name: text
        dtype: string
    splits:
      - name: queries
        num_bytes: 98697
        num_examples: 860
configs:
  - config_name: default
    data_files:
      - split: dev
        path: qrels/dev.jsonl
  - config_name: corpus
    data_files:
      - split: corpus
        path: corpus.jsonl
  - config_name: queries
    data_files:
      - split: queries
        path: queries.jsonl


---

# es-miracl

This dataset represents a conversion of the Spanish (es) section from the [miracl dataset](https://huggingface.co/datasets/miracl/miracl) into the [BeIR](https://github.com/beir-cellar/beir) format, making it compatible for use with [mteb](https://github.com/embeddings-benchmark/mteb).