gonito fixes

This commit is contained in:
“Kacper 2023-11-15 14:03:42 +01:00
parent bc167d5269
commit c06e0d4316
2 changed files with 9 additions and 2 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
*~
*.swp
*.bak
*.pyc
*.o
.DS_Store
.token

View File

@ -3,7 +3,7 @@ German Passage Retrieval (MIRACL)
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).
@ -14,4 +14,3 @@ Directory structure
* `config.txt` — configuration file
* `test-A` — directory with test data
* `test-A/in.tsv` — input data for the test set