Update README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ If you'd like to use a larger BERT-large model fine-tuned on the same dataset, a
|
|
49 |
### Available NER models
|
50 |
| Model Name | Description | Parameters |
|
51 |
|-------------------|-------------|------------------|
|
52 |
-
| [distilbert-NER](https://huggingface.co/dslim/distilbert-NER) | Fine-tuned DistilBERT - a smaller, faster, lighter version of BERT | 66M |
|
53 |
| [bert-large-NER](https://huggingface.co/dslim/bert-large-NER/) | Fine-tuned bert-large-cased - larger model with slightly better performance | 340M |
|
54 |
| [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 |
|
55 |
|
|
|
49 |
### Available NER models
|
50 |
| Model Name | Description | Parameters |
|
51 |
|-------------------|-------------|------------------|
|
52 |
+
| [distilbert-NER](https://huggingface.co/dslim/distilbert-NER) **(NEW!)** | Fine-tuned DistilBERT - a smaller, faster, lighter version of BERT | 66M |
|
53 |
| [bert-large-NER](https://huggingface.co/dslim/bert-large-NER/) | Fine-tuned bert-large-cased - larger model with slightly better performance | 340M |
|
54 |
| [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 |
|
55 |
|