From 1397a7a5c2e934cf921847db44d87ea06d04b885 Mon Sep 17 00:00:00 2001 From: kubapok Date: Wed, 2 Jun 2021 09:40:28 +0200 Subject: [PATCH] readme fix --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 810f707..7a94838 100644 --- a/README.md +++ b/README.md @@ -41,25 +41,13 @@ To see the first 5 test items run: The `expected.tsv` file for the `test-A` test set is hidden and is not available in the master branch. -Format of the output files --------------------------- - -For each input line, a probability for each label must be given: - - label1:prob1 label2:prob2 ... labelN:probN - -(The separator is space, *not* TAB here.) - -You are expected to suply `dev-0/out.tsv` and `test-A/out.tsv` in this -format (the file has `.tsv` extension for consistency, but actually -there should be no TAB there). Evaluation metrics ------------------ One evaluation metric is used: -* BIO-F1, F1 metric on NER tags +* BIO-F1 Directory structure -------------------