SuzanaB commited on
Commit
e692f09
1 Parent(s): 778c86a

Update readme.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -17,9 +17,12 @@ task_ids:
17
 
18
  ---
19
 
20
- SETimesq\_sr is a Serbian dataset annotated for morphosyntactic information and named entities.
21
 
22
  The dataset contains 3177 training samples, 395 validation samples and 319 test samples
23
  across the respective data splits. Each sample represents a sentence and includes the following features:
24
- sentence ID ('sent\_id'), sentence text ('text'), list of tokens ('tokens'), list of lemmas ('lemmas'), list of Multext-East tags ('xpos\_tags), list of UPOS tags ('upos\_tags'), list of morphological features ('feats'), and list of IOB tags ('iob\_tags'). The 'upos\_tags' and 'iob\_tags' features
25
- are encoded as class labels.
 
 
 
 
17
 
18
  ---
19
 
20
+ SETimes\_sr is a Serbian dataset annotated for morphosyntactic information and named entities.
21
 
22
  The dataset contains 3177 training samples, 395 validation samples and 319 test samples
23
  across the respective data splits. Each sample represents a sentence and includes the following features:
24
+ sentence ID ('sent\_id'), sentence text ('text'), list of tokens ('tokens'), list of lemmas ('lemmas'),
25
+ list of Multext-East tags ('xpos\_tags), list of UPOS tags ('upos\_tags'),
26
+ list of morphological features ('feats'), list of IOB tags ('iob\_tags') and list of universal dependencies ('uds').
27
+ Three dataset configurations are available, namely 'ner', 'upos', and 'ud', with the corresponding features
28
+ encoded as class labels. If the configuration is not specified, it defaults to 'ner'.