From c272484a77f6bacd3569d32936fda04555fb4006 Mon Sep 17 00:00:00 2001 From: JB Polle Date: Mon, 4 Jul 2022 15:02:50 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 86de17f..649562c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,16 @@ widget: - text: "My name is jean-baptiste and I live in montreal" - text: "My name is clara and I live in berkeley, california." - text: "My name is wolfgang and I live in berlin" +train-eval-index: +- config: conll2003 + task: token-classification + task_id: entity_extraction + splits: + eval_split: validation + col_mapping: + tokens: tokens + ner_tags: tags + ---