Commit
·
46539f6
1
Parent(s):
d8bb207
Update README.md
Browse files
README.md
CHANGED
@@ -15,14 +15,10 @@ tags:
|
|
15 |
|
16 |
Model was trained by [SberIDP](https://github.com)
|
17 |
* Task: `NER`
|
18 |
-
* Training Data
|
19 |
-
- CoNLL-2003,
|
20 |
-
- WNUT17
|
21 |
-
- JNLPBA
|
22 |
-
- CoNLL-2012 (OntoNotes)
|
23 |
-
- BTC
|
24 |
|
25 |
|
26 |
The model is described [in this article](https://habr.com/ru/company/sberbank/blog/).
|
27 |
-
|
|
|
28 |
|
|
|
15 |
|
16 |
Model was trained by [SberIDP](https://github.com)
|
17 |
* Task: `NER`
|
18 |
+
* Training Data is 5 datasets: CoNLL-2003, WNUT17, JNLPBA, CoNLL-2012 (OntoNotes), BTC
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
|
21 |
The model is described [in this article](https://habr.com/ru/company/sberbank/blog/).
|
22 |
+
|
23 |
+
It is pretrained for NER task using [Reptile](https://openai.com/blog/reptile/) and can be finetuned for new entities with only a small amount of samples.
|
24 |
|