Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
10K - 100K
License:
Fix num_examples metadata in dataset card
Browse files
README.md
CHANGED
@@ -19,6 +19,7 @@ task_ids:
|
|
19 |
- named-entity-recognition
|
20 |
pretty_name: Bc2GmCorpus
|
21 |
dataset_info:
|
|
|
22 |
features:
|
23 |
- name: id
|
24 |
dtype: string
|
@@ -31,19 +32,18 @@ dataset_info:
|
|
31 |
'0': O
|
32 |
'1': B-GENE
|
33 |
'2': I-GENE
|
34 |
-
config_name: bc2gm_corpus
|
35 |
splits:
|
36 |
- name: train
|
37 |
-
num_bytes:
|
38 |
-
num_examples:
|
39 |
- name: validation
|
40 |
-
num_bytes:
|
41 |
-
num_examples:
|
42 |
- name: test
|
43 |
-
num_bytes:
|
44 |
-
num_examples:
|
45 |
download_size: 4636753
|
46 |
-
dataset_size:
|
47 |
---
|
48 |
|
49 |
# Dataset Card for bc2gm_corpus
|
|
|
19 |
- named-entity-recognition
|
20 |
pretty_name: Bc2GmCorpus
|
21 |
dataset_info:
|
22 |
+
config_name: bc2gm_corpus
|
23 |
features:
|
24 |
- name: id
|
25 |
dtype: string
|
|
|
32 |
'0': O
|
33 |
'1': B-GENE
|
34 |
'2': I-GENE
|
|
|
35 |
splits:
|
36 |
- name: train
|
37 |
+
num_bytes: 6095123
|
38 |
+
num_examples: 12500
|
39 |
- name: validation
|
40 |
+
num_bytes: 1215919
|
41 |
+
num_examples: 2500
|
42 |
- name: test
|
43 |
+
num_bytes: 2454589
|
44 |
+
num_examples: 5000
|
45 |
download_size: 4636753
|
46 |
+
dataset_size: 9765631
|
47 |
---
|
48 |
|
49 |
# Dataset Card for bc2gm_corpus
|