dslim commited on
Commit
6bfbb0e
1 Parent(s): cc477cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -10,6 +10,10 @@ datasets:
10
  **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).
11
 
12
  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.
 
 
 
 
13
  ## Intended uses & limitations
14
 
15
  #### How to use
 
10
  **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).
11
 
12
  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.
13
+
14
+ 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.
15
+
16
+
17
  ## Intended uses & limitations
18
 
19
  #### How to use