dslim commited on
Commit
631d512
·
verified ·
1 Parent(s): 504bc89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -25,8 +25,9 @@ The model was fine-tuned on the English version of the [CoNLL-2003 Named Entity
25
  ### Available NER models
26
  | Model Name | Description | Parameters |
27
  |-------------------|-------------|------------------|
28
- | [bert-base-NER](https://huggingface.co/dslim/bert-base-NER) | Fine-tuned BERT-base model for NER - balanced performance | 110M |
29
- | [distilbert-NER](https://huggingface.co/dslim/distilbert-NER) | Fine-tuned DistilBERT - smaller, faster, lighter than BERT | 66M |
 
30
 
31
  ## Intended uses & limitations
32
 
 
25
  ### Available NER models
26
  | Model Name | Description | Parameters |
27
  |-------------------|-------------|------------------|
28
+ | [distilbert-NER](https://huggingface.co/dslim/distilbert-NER) | Fine-tuned DistilBERT - a smaller, faster, lighter version of BERT | 66M |
29
+ | [bert-large-NER](https://huggingface.co/dslim/bert-large-NER/) | Fine-tuned bert-large-cased - larger model with slightly better performance | 340M |
30
+ | [bert-base-NER](https://huggingface.co/dslim/bert-base-NER)-([uncased](https://huggingface.co/dslim/bert-base-NER-uncased)) | Fine-tuned bert-base, available in both cased and uncased versions | 110M |
31
 
32
  ## Intended uses & limitations
33