Commit
·
d8bb207
1
Parent(s):
e0f75b9
Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
datasets:
|
5 |
+
- conll2003
|
6 |
+
- wnut_17
|
7 |
+
- jnlpba
|
8 |
+
- conll2012
|
9 |
+
- BTC
|
10 |
+
tags:
|
11 |
+
- PyTorch
|
12 |
+
---
|
13 |
+
|
14 |
+
# BERT base uncased model pre-trained on 5 NER datasets
|
15 |
+
|
16 |
+
Model was trained by [SberIDP](https://github.com)
|
17 |
+
* Task: `NER`
|
18 |
+
* Training Data: 5 datasets:
|
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 |
+
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.
|
28 |
+
|