SuzanaB commited on
Commit
6b44df1
2 Parent(s): ebd5757 3c9641b

Merge branch 'main' of https://huggingface.co/datasets/classla/setimes_sr into main

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ languages:
3
+ - sr
4
+
5
+ licenses:
6
+ - cc-by-sa-4.0
7
+
8
+ task_categories:
9
+ - structure-prediction
10
+
11
+ task_ids:
12
+ - tokenization
13
+ - normalization
14
+ - part-of-speech-tagging
15
+ - lemmatization
16
+ - named-entity-recognition
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.