suzanab commited on
Commit
419e6ff
1 Parent(s): 9f1906a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ The dataset contains 5462 training samples, 711 validation samples and 725 test samples.
2
+ Each sample represents a sentence and includes the following features: sentence ID ('sent\_id'),
3
+ list of tokens ('tokens'), list of lemmas ('lemmas'), list of UPOS tags ('upos\_tags'),
4
+ list of Multext-East tags ('xpos\_tags), list of morphological features ('feats'),
5
+ and list of IOB tags ('iob\_tags'), which are encoded as class labels.