Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -24,6 +24,90 @@ tags:
|
|
24 |
- word-segmentation
|
25 |
- clause-segmentation
|
26 |
- sentence-segmentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
# Dataset Card for LST20
|
|
|
24 |
- word-segmentation
|
25 |
- clause-segmentation
|
26 |
- sentence-segmentation
|
27 |
+
dataset_info:
|
28 |
+
features:
|
29 |
+
- name: id
|
30 |
+
dtype: string
|
31 |
+
- name: fname
|
32 |
+
dtype: string
|
33 |
+
- name: tokens
|
34 |
+
sequence: string
|
35 |
+
- name: pos_tags
|
36 |
+
sequence:
|
37 |
+
class_label:
|
38 |
+
names:
|
39 |
+
0: NN
|
40 |
+
1: VV
|
41 |
+
2: PU
|
42 |
+
3: CC
|
43 |
+
4: PS
|
44 |
+
5: AX
|
45 |
+
6: AV
|
46 |
+
7: FX
|
47 |
+
8: NU
|
48 |
+
9: AJ
|
49 |
+
10: CL
|
50 |
+
11: PR
|
51 |
+
12: NG
|
52 |
+
13: PA
|
53 |
+
14: XX
|
54 |
+
15: IJ
|
55 |
+
- name: ner_tags
|
56 |
+
sequence:
|
57 |
+
class_label:
|
58 |
+
names:
|
59 |
+
0: O
|
60 |
+
1: B_BRN
|
61 |
+
2: B_DES
|
62 |
+
3: B_DTM
|
63 |
+
4: B_LOC
|
64 |
+
5: B_MEA
|
65 |
+
6: B_NUM
|
66 |
+
7: B_ORG
|
67 |
+
8: B_PER
|
68 |
+
9: B_TRM
|
69 |
+
10: B_TTL
|
70 |
+
11: I_BRN
|
71 |
+
12: I_DES
|
72 |
+
13: I_DTM
|
73 |
+
14: I_LOC
|
74 |
+
15: I_MEA
|
75 |
+
16: I_NUM
|
76 |
+
17: I_ORG
|
77 |
+
18: I_PER
|
78 |
+
19: I_TRM
|
79 |
+
20: I_TTL
|
80 |
+
21: E_BRN
|
81 |
+
22: E_DES
|
82 |
+
23: E_DTM
|
83 |
+
24: E_LOC
|
84 |
+
25: E_MEA
|
85 |
+
26: E_NUM
|
86 |
+
27: E_ORG
|
87 |
+
28: E_PER
|
88 |
+
29: E_TRM
|
89 |
+
30: E_TTL
|
90 |
+
- name: clause_tags
|
91 |
+
sequence:
|
92 |
+
class_label:
|
93 |
+
names:
|
94 |
+
0: O
|
95 |
+
1: B_CLS
|
96 |
+
2: I_CLS
|
97 |
+
3: E_CLS
|
98 |
+
config_name: lst20
|
99 |
+
splits:
|
100 |
+
- name: test
|
101 |
+
num_bytes: 8217425
|
102 |
+
num_examples: 5250
|
103 |
+
- name: train
|
104 |
+
num_bytes: 107725145
|
105 |
+
num_examples: 63310
|
106 |
+
- name: validation
|
107 |
+
num_bytes: 9646167
|
108 |
+
num_examples: 5620
|
109 |
+
download_size: 0
|
110 |
+
dataset_size: 125588737
|
111 |
---
|
112 |
|
113 |
# Dataset Card for LST20
|