Commit
·
25ca18c
1
Parent(s):
0c7ce6f
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,19 @@ datasets:
|
|
10 |
- BTC
|
11 |
tags:
|
12 |
- PyTorch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# BERT base uncased model pre-trained on 5 NER datasets
|
|
|
10 |
- BTC
|
11 |
tags:
|
12 |
- PyTorch
|
13 |
+
model-index:
|
14 |
+
- name: "bert-base-NER-reptile-5-datasets"
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: few-shot-ner-on-few-nerd-inter
|
18 |
+
type: named-entity-recognition
|
19 |
+
dataset:
|
20 |
+
name: "dfki-nlp/few-nerd"
|
21 |
+
type: named-entity-recognition
|
22 |
+
metrics:
|
23 |
+
- name: 5 way 1~2 shot
|
24 |
+
type: f1
|
25 |
+
value: 56.12
|
26 |
---
|
27 |
|
28 |
# BERT base uncased model pre-trained on 5 NER datasets
|