Datasets:
SuzanaB
commited on
Commit
•
e9b7ae5
1
Parent(s):
445068f
Add description
Browse files- ssj500k.py +6 -1
ssj500k.py
CHANGED
@@ -20,7 +20,12 @@ import datasets
|
|
20 |
|
21 |
|
22 |
_CITATION = ''
|
23 |
-
_DESCRIPTION = """
|
|
|
|
|
|
|
|
|
|
|
24 |
"""
|
25 |
_HOMEPAGE = ''
|
26 |
_LICENSE = ''
|
|
|
20 |
|
21 |
|
22 |
_CITATION = ''
|
23 |
+
_DESCRIPTION = """The dataset contains 7432 training samples, 1164 validation samples and 893 test samples.
|
24 |
+
Each sample represents a sentence and includes the following features: sentence ID ('sent_id'),
|
25 |
+
list of tokens ('tokens'), list of lemmas ('lemmas'),
|
26 |
+
list of Multext-East tags ('xpos_tags), list of UPOS tags ('upos_tags'), list of morphological features ('feats'),
|
27 |
+
list of IOB tags ('iob_tags'), and list of universal dependency tags ('uds'). Three dataset configurations are
|
28 |
+
available, where the corresponding features are encoded as class labels: 'ner', 'upos', and 'ud'.
|
29 |
"""
|
30 |
_HOMEPAGE = ''
|
31 |
_LICENSE = ''
|