updated README.md
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ license:
|
|
| 37 |
## Quick Overview
|
| 38 |
This repository contains the topics, qrels, and top-k (a maximum of 10) annotated passages. The passage collection can be found here on HF: [miracl/miracl-corpus](https://huggingface.co/datasets/miracl/miracl-corpus).
|
| 39 |
|
| 40 |
-
```
|
| 41 |
import datasets
|
| 42 |
|
| 43 |
language = 'german' # or any of the 18 languages (mentioned above in `languages`)
|
|
@@ -63,7 +63,7 @@ This repository contains the topics, qrels and top-10 (maximum) annotated docume
|
|
| 63 |
|
| 64 |
## Quickstart
|
| 65 |
|
| 66 |
-
```
|
| 67 |
import datasets
|
| 68 |
|
| 69 |
language = 'german' # or any of the 18 languages
|
|
@@ -104,7 +104,7 @@ qid Q0 docid relevance
|
|
| 104 |
```
|
| 105 |
|
| 106 |
2. To access the data using HuggingFace `datasets`:
|
| 107 |
-
```
|
| 108 |
import datasets
|
| 109 |
|
| 110 |
language = 'german' # or any of the 18 languages
|
|
|
|
| 37 |
## Quick Overview
|
| 38 |
This repository contains the topics, qrels, and top-k (a maximum of 10) annotated passages. The passage collection can be found here on HF: [miracl/miracl-corpus](https://huggingface.co/datasets/miracl/miracl-corpus).
|
| 39 |
|
| 40 |
+
```python
|
| 41 |
import datasets
|
| 42 |
|
| 43 |
language = 'german' # or any of the 18 languages (mentioned above in `languages`)
|
|
|
|
| 63 |
|
| 64 |
## Quickstart
|
| 65 |
|
| 66 |
+
```python
|
| 67 |
import datasets
|
| 68 |
|
| 69 |
language = 'german' # or any of the 18 languages
|
|
|
|
| 104 |
```
|
| 105 |
|
| 106 |
2. To access the data using HuggingFace `datasets`:
|
| 107 |
+
```python
|
| 108 |
import datasets
|
| 109 |
|
| 110 |
language = 'german' # or any of the 18 languages
|