From 95c62bc0d4109bd97d0578e5ff482e6b84c2b8b9 Mon Sep 17 00:00:00 2001 From: "David S. Lim" Date: Mon, 27 Jun 2022 20:58:09 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afce0b6..27dea8a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ license: mit Specifically, this model is a *bert-large-cased* model that was fine-tuned on the English version of the standard [CoNLL-2003 Named Entity Recognition](https://www.aclweb.org/anthology/W03-0419.pdf) dataset. -If you'd like to use a smaller BERT-large model fine-tuned on the same dataset, a [**bert-base-NER**](https://huggingface.co/dslim/bert-base-NER/) version is also available. +If you'd like to use a smaller BERT model fine-tuned on the same dataset, a [**bert-base-NER**](https://huggingface.co/dslim/bert-base-NER/) version is also available. ## Intended uses & limitations