Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
Chinese
Size:
10K<n<100K
License:
Commit
·
5fb3484
1
Parent(s):
0fa02ac
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (a66f382d7ef77b80892f6ce1bd8c0ef5f27805ee)
README.md
CHANGED
|
@@ -17,7 +17,6 @@ task_categories:
|
|
| 17 |
- token-classification
|
| 18 |
task_ids:
|
| 19 |
- named-entity-recognition
|
| 20 |
-
paperswithcode_id: null
|
| 21 |
pretty_name: People's Daily NER
|
| 22 |
dataset_info:
|
| 23 |
features:
|
|
@@ -29,13 +28,13 @@ dataset_info:
|
|
| 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: train
|
|
|
|
| 17 |
- token-classification
|
| 18 |
task_ids:
|
| 19 |
- named-entity-recognition
|
|
|
|
| 20 |
pretty_name: People's Daily NER
|
| 21 |
dataset_info:
|
| 22 |
features:
|
|
|
|
| 28 |
sequence:
|
| 29 |
class_label:
|
| 30 |
names:
|
| 31 |
+
'0': O
|
| 32 |
+
'1': B-PER
|
| 33 |
+
'2': I-PER
|
| 34 |
+
'3': B-ORG
|
| 35 |
+
'4': I-ORG
|
| 36 |
+
'5': B-LOC
|
| 37 |
+
'6': I-LOC
|
| 38 |
config_name: peoples_daily_ner
|
| 39 |
splits:
|
| 40 |
- name: train
|