Commit
·
33ab5e8
1
Parent(s):
74aa30a
Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,7 @@ Model was trained by _SberIDP_. The pretraining process and technical details ar
|
|
42 |
|
43 |
|
44 |
* Task: Named Entity Recognition
|
|
|
45 |
* 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)
|
46 |
* Testing was made in Few-Shot scenario on [Few-NERD dataset](https://github.com/thunlp/Few-NERD) using the model as a backbone for [StructShot](https://arxiv.org/abs/2010.02405)
|
47 |
|
|
|
42 |
|
43 |
|
44 |
* Task: Named Entity Recognition
|
45 |
+
* Base model: [bert-base-uncased](https://huggingface.co/bert-base-uncased)
|
46 |
* 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)
|
47 |
* Testing was made in Few-Shot scenario on [Few-NERD dataset](https://github.com/thunlp/Few-NERD) using the model as a backbone for [StructShot](https://arxiv.org/abs/2010.02405)
|
48 |
|