gonito fixes
This commit is contained in:
parent
bc167d5269
commit
c06e0d4316
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
*~
|
||||||
|
*.swp
|
||||||
|
*.bak
|
||||||
|
*.pyc
|
||||||
|
*.o
|
||||||
|
.DS_Store
|
||||||
|
.token
|
@ -3,7 +3,7 @@ German Passage Retrieval (MIRACL)
|
|||||||
|
|
||||||
German dev dataset from the [MIRACL challenge](https://project-miracl.github.io).
|
German dev dataset from the [MIRACL challenge](https://project-miracl.github.io).
|
||||||
|
|
||||||
The dataset consists of 305 queries in the German language.
|
The dataset consists of 305 queries in the German language.
|
||||||
|
|
||||||
The `expected.tsv` file should contain tab-separated identifiers of passages relevant to the queries (max 10 per query). The identifiers correspond to passages that are located in the German split of the dataset found [here](https://huggingface.co/datasets/miracl/miracl-corpus).
|
The `expected.tsv` file should contain tab-separated identifiers of passages relevant to the queries (max 10 per query). The identifiers correspond to passages that are located in the German split of the dataset found [here](https://huggingface.co/datasets/miracl/miracl-corpus).
|
||||||
|
|
||||||
@ -14,4 +14,3 @@ Directory structure
|
|||||||
* `config.txt` — configuration file
|
* `config.txt` — configuration file
|
||||||
* `test-A` — directory with test data
|
* `test-A` — directory with test data
|
||||||
* `test-A/in.tsv` — input data for the test set
|
* `test-A/in.tsv` — input data for the test set
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user