Datasets:

suzanab commited on
Commit
b48376a
1 Parent(s): aaf03ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,3 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  The dataset contains 6339 training samples, 815 validation samples and 785 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'),
 
1
+ ---
2
+ languages:
3
+ - hr
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
  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'),