From 6bfbb0e9e7ee089cd442be8aaafeb0acd85a1ad2 Mon Sep 17 00:00:00 2001 From: "David S. Lim" Date: Mon, 24 May 2021 23:42:08 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d6ac683..3267185 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ datasets: **bert-base-NER** is a fine-tuned BERT model that is ready to use for **Named Entity Recognition** and achieves **state-of-the-art performance** for the NER task. It has been trained to recognize four types of entities: location (LOC), organizations (ORG), person (PER) and Miscellaneous (MISC). Specifically, this model is a *bert-base-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-large-NER](https://huggingface.co/dslim/bert-large-NER/edit/main/README.md) version is also available. + + ## Intended uses & limitations #### How to use