seungwon929 commited on
Commit
c72c469
1 Parent(s): c6fabb0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,3 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Th-miracl
2
 
3
  This dataset represents a conversion of the Thai (Th) 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).
 
1
+ ---
2
+ language:
3
+ - ko
4
+ multilinguality:
5
+ - monolingual
6
+ size_categories:
7
+ - 10K<n<100K
8
+ source_datasets:
9
+ - miracl
10
+ task_categories:
11
+ - text-retrieval
12
+ task_ids:
13
+ - document-retrieval
14
+ config_names:
15
+ - corpus
16
+ tags:
17
+ - text-retrieval
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: dev
22
+ path: qrels/dev.jsonl
23
+ - config_name: corpus
24
+ data_files:
25
+ - split: corpus
26
+ path: corpus.jsonl
27
+ - config_name: queries
28
+ data_files:
29
+ - split: queries
30
+ path: queries.jsonl
31
+
32
+ ---
33
+
34
  # Th-miracl
35
 
36
  This dataset represents a conversion of the Thai (Th) 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).