Commit
·
98a9445
1
Parent(s):
6759f77
Update README.md
Browse files
README.md
CHANGED
@@ -9,11 +9,23 @@ tags:
|
|
9 |
- entity-recognition
|
10 |
- generic
|
11 |
- feature-extraction
|
|
|
12 |
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
-
[Roberta-base](https://huggingface.co/roberta-base) finetunned on an artificially annotated subset of [C4](https://huggingface.co/datasets/c4). This model provides domain-independent embedding for Entity Recognition Task.
|
17 |
|
18 |
## Usage
|
19 |
|
@@ -55,4 +67,7 @@ emb = torch.cat(
|
|
55 |
|
56 |
# for better speed
|
57 |
# emb = output.hidden_states[-1]
|
58 |
-
```
|
|
|
|
|
|
|
|
9 |
- entity-recognition
|
10 |
- generic
|
11 |
- feature-extraction
|
12 |
+
- foundation-model
|
13 |
---
|
14 |
|
15 |
+
# NuMind Entity Recognition V1 foundation model 🔥
|
16 |
+
|
17 |
+
This model provides the best embedding for the Entity Recognition task.
|
18 |
+
|
19 |
+
**Checkout other models by NuMind:**
|
20 |
+
* SOTA multilingual Entity Recognition foundation model: [link](https://huggingface.co/numind/entity-recognition-multilingual-general-sota-v1)
|
21 |
+
* SOTA Sentiment Analysis foundation model: [English](https://huggingface.co/numind/generic-sentiment-v1), [Multilingual](https://huggingface.co/numind/generic-sentiment-multi-v1)
|
22 |
+
|
23 |
+
## About
|
24 |
+
|
25 |
+
[Roberta-base](https://huggingface.co/roberta-base) fine-tuned on an artificially annotated subset of [C4](https://huggingface.co/datasets/c4).
|
26 |
+
|
27 |
+
**Results:**
|
28 |
|
|
|
29 |
|
30 |
## Usage
|
31 |
|
|
|
67 |
|
68 |
# for better speed
|
69 |
# emb = output.hidden_states[-1]
|
70 |
+
```
|
71 |
+
|
72 |
+
## Contact
|
73 |
+
Sergei Bogdanov: [email protected]
|