Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
Chinese
Size:
10K<n<100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,36 @@ task_ids:
|
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: People's Daily NER
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for People's Daily NER
|
@@ -140,4 +170,4 @@ pretty_name: People's Daily NER
|
|
140 |
No citation available for this dataset.
|
141 |
### Contributions
|
142 |
|
143 |
-
Thanks to [@JetRunner](https://github.com/JetRunner) for adding this dataset.
|
|
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: People's Daily NER
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: id
|
25 |
+
dtype: string
|
26 |
+
- name: tokens
|
27 |
+
sequence: string
|
28 |
+
- name: ner_tags
|
29 |
+
sequence:
|
30 |
+
class_label:
|
31 |
+
names:
|
32 |
+
0: O
|
33 |
+
1: B-PER
|
34 |
+
2: I-PER
|
35 |
+
3: B-ORG
|
36 |
+
4: I-ORG
|
37 |
+
5: B-LOC
|
38 |
+
6: I-LOC
|
39 |
+
config_name: peoples_daily_ner
|
40 |
+
splits:
|
41 |
+
- name: test
|
42 |
+
num_bytes: 3346975
|
43 |
+
num_examples: 4637
|
44 |
+
- name: train
|
45 |
+
num_bytes: 14972456
|
46 |
+
num_examples: 20865
|
47 |
+
- name: validation
|
48 |
+
num_bytes: 1676741
|
49 |
+
num_examples: 2319
|
50 |
+
download_size: 8385672
|
51 |
+
dataset_size: 19996172
|
52 |
---
|
53 |
|
54 |
# Dataset Card for People's Daily NER
|
|
|
170 |
No citation available for this dataset.
|
171 |
### Contributions
|
172 |
|
173 |
+
Thanks to [@JetRunner](https://github.com/JetRunner) for adding this dataset.
|