Serega6678
commited on
Commit
•
4692d8d
1
Parent(s):
ee30254
Update README.md
Browse files
README.md
CHANGED
@@ -23,11 +23,27 @@ tags:
|
|
23 |
- generic
|
24 |
---
|
25 |
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
[Multilingual BERT](https://huggingface.co/bert-base-multilingual-cased) finetunned on an artificially annotated multilingual subset of [Oscar dataset](https://huggingface.co/datasets/oscar-corpus/OSCAR-2201). This model provides domain & language independent embedding for Entity Recognition Task.
|
29 |
|
|
|
|
|
|
|
30 |
|
|
|
|
|
|
|
|
|
|
|
31 |
|
32 |
|
33 |
## Usage
|
|
|
23 |
- generic
|
24 |
---
|
25 |
|
26 |
+
# SOTA Entity Recognition V1 foundation model by NuMind 🔥
|
27 |
+
|
28 |
+
This model provides the best embedding for the Entity Recognition task.
|
29 |
+
|
30 |
+
**Checkout other models by NuMind:**
|
31 |
+
* SOTA Entity Recognition foundation model in English: [link](https://huggingface.co/numind/entity-recognition-general-sota-v1)
|
32 |
+
* SOTA Sentiment Analysis foundation model: [English](https://huggingface.co/numind/generic-sentiment-v1), [Multilingual](https://huggingface.co/numind/generic-sentiment-multi-v1)
|
33 |
+
|
34 |
+
## About
|
35 |
|
36 |
[Multilingual BERT](https://huggingface.co/bert-base-multilingual-cased) finetunned on an artificially annotated multilingual subset of [Oscar dataset](https://huggingface.co/datasets/oscar-corpus/OSCAR-2201). This model provides domain & language independent embedding for Entity Recognition Task.
|
37 |
|
38 |
+
**Metrics:**
|
39 |
+
|
40 |
+
Read more about evaluation protocol & datasets in our blog post
|
41 |
|
42 |
+
| Model | F1 macro |
|
43 |
+
|----------|----------|
|
44 |
+
| bert-base-multilingual-cased | 0.5206 |
|
45 |
+
| ours | 0.5892 |
|
46 |
+
| ours + two emb | 0.6231 |
|
47 |
|
48 |
|
49 |
## Usage
|