Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,14 @@
|
|
5 |
|:---------:|:-----------------:|:----------:|:--------:|
|
6 |
| Basic | Basic training on IAHALT | [https://huggingface.co/FusioNER/Basic_IAHALT/tree/main](https://huggingface.co/FusioNER/Basic_IAHALT/tree/main) | IAHALT |
|
7 |
| Vitaly | Vitaly training on IAHALT (with BI-BI problem) | [https://huggingface.co/FusioNER/Vitaly_NER/tree/main](https://huggingface.co/FusioNER/Vitaly_NER/tree/main) | IAHALT |
|
8 |
-
|
|
9 |
-
|
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|:---------:|:-----------------:|:----------:|:--------:|
|
6 |
| Basic | Basic training on IAHALT | [https://huggingface.co/FusioNER/Basic_IAHALT/tree/main](https://huggingface.co/FusioNER/Basic_IAHALT/tree/main) | IAHALT |
|
7 |
| Vitaly | Vitaly training on IAHALT (with BI-BI problem) | [https://huggingface.co/FusioNER/Vitaly_NER/tree/main](https://huggingface.co/FusioNER/Vitaly_NER/tree/main) | IAHALT |
|
8 |
+
| Name-Sentences | Training on IAHALT + Name-Sentences[1] | [https://huggingface.co/FusioNER/Name-Sentences/tree/main](https://huggingface.co/FusioNER/Name-Sentences/tree/main) | IAHALT |
|
9 |
+
| Entity-Injection | Training on IAHALT + Entity-Injection[2] | [https://huggingface.co/FusioNER/Entity-Injection/tree/main](https://huggingface.co/FusioNER/Entity-Injection/tree/main) | IAHALT |
|
10 |
+
| Smart_Injection | Training on IAHALT + Name-Sentences[1] + Entity-Injection[2] | [https://huggingface.co/FusioNER/Smart_Injection/tree/main](https://huggingface.co/FusioNER/Smart_Injection/tree/main) | IAHALT |
|
11 |
+
| | | []() | IAHALT |
|
12 |
+
| | | []() | IAHALT |
|
13 |
+
| | | []() | IAHALT |
|
14 |
+
|
15 |
+
[1] Name-Sentences: Adding to the corpus sentences that contain only the entity we want the network to learn.
|
16 |
+
|
17 |
+
[2] Entity-Injection: Replace tagged entity in the original corpus with new entity. By using, this method, the model can learn new entities (not labels!) which the model not extracted before.
|
18 |
+
|