Commit
·
a2b9e7c
1
Parent(s):
8df6cfa
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,7 @@ datasets:
|
|
8 |
- jnlpba
|
9 |
- conll2012
|
10 |
- BTC
|
|
|
11 |
tags:
|
12 |
- PyTorch
|
13 |
model-index:
|
@@ -17,7 +18,7 @@ model-index:
|
|
17 |
name: few-shot-ner-on-few-nerd-inter
|
18 |
type: named-entity-recognition
|
19 |
dataset:
|
20 |
-
name:
|
21 |
type: named-entity-recognition
|
22 |
metrics:
|
23 |
- name: 5 way 1~2 shot
|
@@ -32,6 +33,7 @@ Model was trained by _SberIDP_. The pretraining process and technical details ar
|
|
32 |
|
33 |
* Task: `NER`
|
34 |
* 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)
|
|
|
35 |
|
36 |
|
37 |
|
|
|
8 |
- jnlpba
|
9 |
- conll2012
|
10 |
- BTC
|
11 |
+
- dfki-nlp/few-nerd
|
12 |
tags:
|
13 |
- PyTorch
|
14 |
model-index:
|
|
|
18 |
name: few-shot-ner-on-few-nerd-inter
|
19 |
type: named-entity-recognition
|
20 |
dataset:
|
21 |
+
name: Few-NERD (INTER)
|
22 |
type: named-entity-recognition
|
23 |
metrics:
|
24 |
- name: 5 way 1~2 shot
|
|
|
33 |
|
34 |
* Task: `NER`
|
35 |
* 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)
|
36 |
+
* Testing was made in Few-Shot scenario on [Few-NERD dataset](https://github.com/thunlp/Few-NERD)
|
37 |
|
38 |
|
39 |
|