ai-forever commited on
Commit
9c299cf
·
1 Parent(s): bc3bf3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -14,12 +14,11 @@ tags:
14
 
15
  # BERT base uncased model pre-trained on 5 NER datasets
16
 
17
- Model was trained by [SberIDP](https://github.com)
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.
25
-
 
14
 
15
  # BERT base uncased model pre-trained on 5 NER datasets
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.