From 75e45e37b8916068e4c60196e305aa56c2987eb5 Mon Sep 17 00:00:00 2001 From: "David S. Lim" Date: Mon, 13 Jun 2022 00:13:57 +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 10bdd6b..afce0b6 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 larger 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-large 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