Update README.md
Browse files
README.md
CHANGED
|
@@ -17,8 +17,12 @@ inference: false
|
|
| 17 |
|
| 18 |
# SOTA Entity Recognition English Foundation Model by NuMind 🔥
|
| 19 |
|
|
|
|
|
|
|
| 20 |
<u>**This is the model used in Section 4.2 when comparing against TadNER.**</u>
|
| 21 |
|
|
|
|
|
|
|
| 22 |
**Checkout other models by NuMind:**
|
| 23 |
* SOTA Multilingual Entity Recognition Foundation Model: [link](https://huggingface.co/numind/entity-recognition-multilingual-general-sota-v1)
|
| 24 |
* SOTA Sentiment Analysis Foundation Model: [English](https://huggingface.co/numind/generic-sentiment-v1), [Multilingual](https://huggingface.co/numind/generic-sentiment-multi-v1)
|
|
|
|
| 17 |
|
| 18 |
# SOTA Entity Recognition English Foundation Model by NuMind 🔥
|
| 19 |
|
| 20 |
+
This is the **BERT** model from our [**Paper**](https://arxiv.org/abs/2402.15343): **NuNER: Entity Recognition Encoder Pre-training via LLM-Annotated Data**
|
| 21 |
+
|
| 22 |
<u>**This is the model used in Section 4.2 when comparing against TadNER.**</u>
|
| 23 |
|
| 24 |
+
For other sections, [NuNER v1.0](https://huggingface.co/numind/NuNER-v1.0) is used.
|
| 25 |
+
|
| 26 |
**Checkout other models by NuMind:**
|
| 27 |
* SOTA Multilingual Entity Recognition Foundation Model: [link](https://huggingface.co/numind/entity-recognition-multilingual-general-sota-v1)
|
| 28 |
* SOTA Sentiment Analysis Foundation Model: [English](https://huggingface.co/numind/generic-sentiment-v1), [Multilingual](https://huggingface.co/numind/generic-sentiment-multi-v1)
|