Fix README

This commit is contained in:
Filip Gralinski 2020-02-21 08:05:09 +01:00
parent 40a3b26658
commit 2b508cb9d5

View File

@ -503,8 +503,7 @@ have the following structure:
* `train/expected.tsv` — the target values * `train/expected.tsv` — the target values
* `dev-0/` — subdirectory with a development set (a sample test set, * `dev-0/` — subdirectory with a development set (a sample test set,
which won't be used for the final evaluation) which won't be used for the final evaluation)
* `dev-0/in.tsv` — input data (the same format as `train/train.tsv`, * `dev-0/in.tsv` — input data
but without the first column)
* `dev-0/expected.tsv` — values to be guessed * `dev-0/expected.tsv` — values to be guessed
* `dev-1/`, `dev-2`, ... — other dev sets (if supplied) * `dev-1/`, `dev-2`, ... — other dev sets (if supplied)
* `test-A/` — subdirectory with the test set * `test-A/` — subdirectory with the test set