Update README.md

This commit is contained in:
David S. Lim 2021-05-24 23:42:08 +00:00 committed by huggingface-web
parent cc477cd640
commit 6bfbb0e9e7
1 changed files with 4 additions and 0 deletions

View File

@ -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