From bc862b879dd526923e8f6cb4f9aa6ed2fdf6dc95 Mon Sep 17 00:00:00 2001 From: raynardj Date: Mon, 1 Feb 2021 16:31:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9B=20loader=20doc=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 027ac98..77afe6f 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ app = NERTask.from_df( #### From downloaded data => pytorch dataset > For downloaded NER data tags, you can create a dataloader with the json file automatically: -* [pytorch + huggingface tokenizer](https://raynardj.github.io/langhuan/docs/loaders) +* [pytorch + huggingface tokenizer](https://raynardj.github.io/langhuan/docs/loader) * tensorflow + huggingface tokenizer, development pending #### Gunicorn support