Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
Indonesian
Size:
10K<n<100K
License:
Commit
·
5a4737b
1
Parent(s):
e78a9e7
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (827671f1c83049991a9c8fcd861fbda4421d4a33)
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
pretty_name: Nergrit Corpus
|
3 |
annotations_creators:
|
4 |
- expert-generated
|
5 |
language_creators:
|
@@ -19,6 +18,7 @@ task_categories:
|
|
19 |
task_ids:
|
20 |
- named-entity-recognition
|
21 |
paperswithcode_id: nergrit-corpus
|
|
|
22 |
dataset_info:
|
23 |
- config_name: ner
|
24 |
features:
|
@@ -30,45 +30,45 @@ dataset_info:
|
|
30 |
sequence:
|
31 |
class_label:
|
32 |
names:
|
33 |
-
0: B-CRD
|
34 |
-
1: B-DAT
|
35 |
-
2: B-EVT
|
36 |
-
3: B-FAC
|
37 |
-
4: B-GPE
|
38 |
-
5: B-LAN
|
39 |
-
6: B-LAW
|
40 |
-
7: B-LOC
|
41 |
-
8: B-MON
|
42 |
-
9: B-NOR
|
43 |
-
10: B-ORD
|
44 |
-
11: B-ORG
|
45 |
-
12: B-PER
|
46 |
-
13: B-PRC
|
47 |
-
14: B-PRD
|
48 |
-
15: B-QTY
|
49 |
-
16: B-REG
|
50 |
-
17: B-TIM
|
51 |
-
18: B-WOA
|
52 |
-
19: I-CRD
|
53 |
-
20: I-DAT
|
54 |
-
21: I-EVT
|
55 |
-
22: I-FAC
|
56 |
-
23: I-GPE
|
57 |
-
24: I-LAN
|
58 |
-
25: I-LAW
|
59 |
-
26: I-LOC
|
60 |
-
27: I-MON
|
61 |
-
28: I-NOR
|
62 |
-
29: I-ORD
|
63 |
-
30: I-ORG
|
64 |
-
31: I-PER
|
65 |
-
32: I-PRC
|
66 |
-
33: I-PRD
|
67 |
-
34: I-QTY
|
68 |
-
35: I-REG
|
69 |
-
36: I-TIM
|
70 |
-
37: I-WOA
|
71 |
-
38: O
|
72 |
splits:
|
73 |
- name: train
|
74 |
num_bytes: 5428411
|
@@ -91,13 +91,13 @@ dataset_info:
|
|
91 |
sequence:
|
92 |
class_label:
|
93 |
names:
|
94 |
-
0: B-NEG
|
95 |
-
1: B-NET
|
96 |
-
2: B-POS
|
97 |
-
3: I-NEG
|
98 |
-
4: I-NET
|
99 |
-
5: I-POS
|
100 |
-
6: O
|
101 |
splits:
|
102 |
- name: train
|
103 |
num_bytes: 3167972
|
@@ -120,15 +120,15 @@ dataset_info:
|
|
120 |
sequence:
|
121 |
class_label:
|
122 |
names:
|
123 |
-
0: B-BREL
|
124 |
-
1: B-FREL
|
125 |
-
2: B-STAT
|
126 |
-
3: B-WHO
|
127 |
-
4: I-BREL
|
128 |
-
5: I-FREL
|
129 |
-
6: I-STAT
|
130 |
-
7: I-WHO
|
131 |
-
8: O
|
132 |
splits:
|
133 |
- name: train
|
134 |
num_bytes: 1469081
|
|
|
1 |
---
|
|
|
2 |
annotations_creators:
|
3 |
- expert-generated
|
4 |
language_creators:
|
|
|
18 |
task_ids:
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: nergrit-corpus
|
21 |
+
pretty_name: Nergrit Corpus
|
22 |
dataset_info:
|
23 |
- config_name: ner
|
24 |
features:
|
|
|
30 |
sequence:
|
31 |
class_label:
|
32 |
names:
|
33 |
+
'0': B-CRD
|
34 |
+
'1': B-DAT
|
35 |
+
'2': B-EVT
|
36 |
+
'3': B-FAC
|
37 |
+
'4': B-GPE
|
38 |
+
'5': B-LAN
|
39 |
+
'6': B-LAW
|
40 |
+
'7': B-LOC
|
41 |
+
'8': B-MON
|
42 |
+
'9': B-NOR
|
43 |
+
'10': B-ORD
|
44 |
+
'11': B-ORG
|
45 |
+
'12': B-PER
|
46 |
+
'13': B-PRC
|
47 |
+
'14': B-PRD
|
48 |
+
'15': B-QTY
|
49 |
+
'16': B-REG
|
50 |
+
'17': B-TIM
|
51 |
+
'18': B-WOA
|
52 |
+
'19': I-CRD
|
53 |
+
'20': I-DAT
|
54 |
+
'21': I-EVT
|
55 |
+
'22': I-FAC
|
56 |
+
'23': I-GPE
|
57 |
+
'24': I-LAN
|
58 |
+
'25': I-LAW
|
59 |
+
'26': I-LOC
|
60 |
+
'27': I-MON
|
61 |
+
'28': I-NOR
|
62 |
+
'29': I-ORD
|
63 |
+
'30': I-ORG
|
64 |
+
'31': I-PER
|
65 |
+
'32': I-PRC
|
66 |
+
'33': I-PRD
|
67 |
+
'34': I-QTY
|
68 |
+
'35': I-REG
|
69 |
+
'36': I-TIM
|
70 |
+
'37': I-WOA
|
71 |
+
'38': O
|
72 |
splits:
|
73 |
- name: train
|
74 |
num_bytes: 5428411
|
|
|
91 |
sequence:
|
92 |
class_label:
|
93 |
names:
|
94 |
+
'0': B-NEG
|
95 |
+
'1': B-NET
|
96 |
+
'2': B-POS
|
97 |
+
'3': I-NEG
|
98 |
+
'4': I-NET
|
99 |
+
'5': I-POS
|
100 |
+
'6': O
|
101 |
splits:
|
102 |
- name: train
|
103 |
num_bytes: 3167972
|
|
|
120 |
sequence:
|
121 |
class_label:
|
122 |
names:
|
123 |
+
'0': B-BREL
|
124 |
+
'1': B-FREL
|
125 |
+
'2': B-STAT
|
126 |
+
'3': B-WHO
|
127 |
+
'4': I-BREL
|
128 |
+
'5': I-FREL
|
129 |
+
'6': I-STAT
|
130 |
+
'7': I-WHO
|
131 |
+
'8': O
|
132 |
splits:
|
133 |
- name: train
|
134 |
num_bytes: 1469081
|