ai-forever commited on
Commit
73e9211
1 Parent(s): 9c299cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,9 +16,9 @@ tags:
16
 
17
  Model was trained by SberIDP.
18
  * Task: `NER`
19
- * Training Data is 5 datasets: CoNLL-2003, WNUT17, JNLPBA, CoNLL-2012 (OntoNotes), BTC
20
 
21
 
22
- The model is described [in this article](https://habr.com/ru/company/sberbank/blog/).
23
 
24
  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.
 
16
 
17
  Model was trained by SberIDP.
18
  * Task: `NER`
19
+ * Training Data is 5 datasets: [CoNLL-2003](https://aclanthology.org/W03-0419.pdf), [WNUT17](http://noisy-text.github.io/2017/emerging-rare-entities.html), [JNLPBA](http://www.geniaproject.org/shared-tasks/bionlp-jnlpba-shared-task-2004), [CoNLL-2012 (OntoNotes)](https://aclanthology.org/W12-4501.pdf), [BTC](https://www.derczynski.com/papers/btc.pdf)
20
 
21
 
22
+ The pretraining process and technical details are described [in this article](https://habr.com/ru/company/sberbank/blog/).
23
 
24
  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.