From 2b508cb9d58027540c7bd69fc143c1bdf021893a Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Fri, 21 Feb 2020 08:05:09 +0100 Subject: [PATCH] Fix README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ac5ff1..0ebd4c7 100644 --- a/README.md +++ b/README.md @@ -503,8 +503,7 @@ have the following structure: * `train/expected.tsv` — the target values * `dev-0/` — subdirectory with a development set (a sample test set, which won't be used for the final evaluation) -* `dev-0/in.tsv` — input data (the same format as `train/train.tsv`, - but without the first column) +* `dev-0/in.tsv` — input data * `dev-0/expected.tsv` — values to be guessed * `dev-1/`, `dev-2`, ... — other dev sets (if supplied) * `test-A/` — subdirectory with the test set