SuzanaB
commited on
Commit
•
b2b8b1f
1
Parent(s):
2f3547c
Update readme.md
Browse files
README.md
CHANGED
@@ -18,6 +18,6 @@ task_ids:
|
|
18 |
---
|
19 |
The dataset contains 6339 training samples, 815 validation samples and 785 test samples.
|
20 |
Each sample represents a sentence and includes the following features: sentence ID ('sent\_id'),
|
21 |
-
list of tokens ('tokens'), list of lemmas ('lemmas'), list of UPOS tags ('upos\_tags'),
|
22 |
list of Multext-East tags ('xpos\_tags), list of morphological features ('feats'),
|
23 |
and list of IOB tags ('iob\_tags'), which are encoded as class labels.
|
|
|
18 |
---
|
19 |
The dataset contains 6339 training samples, 815 validation samples and 785 test samples.
|
20 |
Each sample represents a sentence and includes the following features: sentence ID ('sent\_id'),
|
21 |
+
list of tokens ('tokens'), list of normalised tokens ('norms'), list of lemmas ('lemmas'), list of UPOS tags ('upos\_tags'),
|
22 |
list of Multext-East tags ('xpos\_tags), list of morphological features ('feats'),
|
23 |
and list of IOB tags ('iob\_tags'), which are encoded as class labels.
|