Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K<n<10K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -30,44 +30,70 @@ train-eval-index:
|
|
30 |
tokens: text
|
31 |
ner_tags: target
|
32 |
metrics:
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
---
|
72 |
|
73 |
# Dataset Card for NCBI Disease
|
@@ -247,4 +273,4 @@ http://www.ncbi.nlm.nih.gov/pubmed/23969135
|
|
247 |
|
248 |
### Contributions
|
249 |
|
250 |
-
Thanks to [@edugp](https://github.com/edugp) for adding this dataset.
|
|
|
30 |
tokens: text
|
31 |
ner_tags: target
|
32 |
metrics:
|
33 |
+
- type: accuracy
|
34 |
+
name: Accuracy
|
35 |
+
- type: f1
|
36 |
+
name: F1 macro
|
37 |
+
args:
|
38 |
+
average: macro
|
39 |
+
- type: f1
|
40 |
+
name: F1 micro
|
41 |
+
args:
|
42 |
+
average: micro
|
43 |
+
- type: f1
|
44 |
+
name: F1 weighted
|
45 |
+
args:
|
46 |
+
average: weighted
|
47 |
+
- type: precision
|
48 |
+
name: Precision macro
|
49 |
+
args:
|
50 |
+
average: macro
|
51 |
+
- type: precision
|
52 |
+
name: Precision micro
|
53 |
+
args:
|
54 |
+
average: micro
|
55 |
+
- type: precision
|
56 |
+
name: Precision weighted
|
57 |
+
args:
|
58 |
+
average: weighted
|
59 |
+
- type: recall
|
60 |
+
name: Recall macro
|
61 |
+
args:
|
62 |
+
average: macro
|
63 |
+
- type: recall
|
64 |
+
name: Recall micro
|
65 |
+
args:
|
66 |
+
average: micro
|
67 |
+
- type: recall
|
68 |
+
name: Recall weighted
|
69 |
+
args:
|
70 |
+
average: weighted
|
71 |
+
dataset_info:
|
72 |
+
features:
|
73 |
+
- name: id
|
74 |
+
dtype: string
|
75 |
+
- name: tokens
|
76 |
+
sequence: string
|
77 |
+
- name: ner_tags
|
78 |
+
sequence:
|
79 |
+
class_label:
|
80 |
+
names:
|
81 |
+
0: O
|
82 |
+
1: B-Disease
|
83 |
+
2: I-Disease
|
84 |
+
config_name: ncbi_disease
|
85 |
+
splits:
|
86 |
+
- name: test
|
87 |
+
num_bytes: 422842
|
88 |
+
num_examples: 941
|
89 |
+
- name: train
|
90 |
+
num_bytes: 2355516
|
91 |
+
num_examples: 5433
|
92 |
+
- name: validation
|
93 |
+
num_bytes: 413900
|
94 |
+
num_examples: 924
|
95 |
+
download_size: 1546492
|
96 |
+
dataset_size: 3192258
|
97 |
---
|
98 |
|
99 |
# Dataset Card for NCBI Disease
|
|
|
273 |
|
274 |
### Contributions
|
275 |
|
276 |
+
Thanks to [@edugp](https://github.com/edugp) for adding this dataset.
|