test
#17
by
captainfiz
- opened
README.md
CHANGED
|
@@ -38,10 +38,6 @@ model-index:
|
|
| 38 |
---
|
| 39 |
# bert-base-NER
|
| 40 |
|
| 41 |
-
If my open source models have been useful to you, please consider supporting me in building small, useful AI models for everyone (and help me afford med school / help out my parents financially). Thanks!
|
| 42 |
-
|
| 43 |
-
<a href="https://www.buymeacoffee.com/dslim" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/arial-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
|
| 44 |
-
|
| 45 |
## Model description
|
| 46 |
|
| 47 |
**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).
|
|
|
|
| 38 |
---
|
| 39 |
# bert-base-NER
|
| 40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
## Model description
|
| 42 |
|
| 43 |
**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).
|