ChloeLee22 commited on
Commit
66378fc
1 Parent(s): a10fb60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -3
README.md CHANGED
@@ -1,3 +1,75 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ ---
6
+ language:
7
+ - es
8
+ multilinguality:
9
+ - monolingual
10
+ size_categories:
11
+ - 10K<n<100K
12
+ source_datasets:
13
+ - miracl
14
+ task_categories:
15
+ - text-retrieval
16
+ task_ids:
17
+ - document-retrieval
18
+ config_names:
19
+ - corpus
20
+ tags:
21
+ - text-retrieval
22
+ dataset_info:
23
+ - config_name: default
24
+ features:
25
+ - name: query-id
26
+ dtype: string
27
+ - name: corpus-id
28
+ dtype: string
29
+ - name: score
30
+ dtype: float64
31
+ splits:
32
+ - name: dev
33
+ num_bytes: 408978
34
+ num_examples: 6443
35
+ - config_name: corpus
36
+ features:
37
+ - name: _id
38
+ dtype: string
39
+ - name: title
40
+ dtype: string
41
+ - name: text
42
+ dtype: string
43
+ splits:
44
+ - name: corpus
45
+ num_bytes: 4762601334
46
+ num_examples: 10373953
47
+ - config_name: queries
48
+ features:
49
+ - name: _id
50
+ dtype: string
51
+ - name: text
52
+ dtype: string
53
+ splits:
54
+ - name: queries
55
+ num_bytes: 53878
56
+ num_examples: 648
57
+ configs:
58
+ - config_name: default
59
+ data_files:
60
+ - split: dev
61
+ path: qrels/dev.jsonl
62
+ - config_name: corpus
63
+ data_files:
64
+ - split: corpus
65
+ path: corpus.jsonl
66
+ - config_name: queries
67
+ data_files:
68
+ - split: queries
69
+ path: queries.jsonl
70
+
71
+ ---
72
+
73
+ # es-miracl
74
+
75
+ 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).