Datasets:

Tasks:
Other
Languages:
Polish
Multilinguality:
monolingual
Size Categories:
unknown
Language Creators:
other
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
structure-prediction
License:
ktagowski asawczyn commited on
Commit
03b3c3c
1 Parent(s): c436860

Update README.md (#3)

Browse files

- Update README.md (c03bf2ed0a8f13aa2170a0eca0564fa626ea0ab3)
- Update README.md (0c8fe802ea42abc2aa568846c52f48864800ff72)


Co-authored-by: Albert Sawczyn <asawczyn@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -34,11 +34,15 @@ Part-of-speech tagging (POS tagging) - tagging words in text with their correspo
34
 
35
  **Output** ('*pos_tags'* column): sequence of predicted tokens’ classes (35 possible classes, described in detail in the annotation guidelines)
36
 
37
- ***example**:*
38
 
39
- ['Najwyraźniej', 'źle', 'ocenił', 'odległość', ',', 'bo', 'zderzył', 'się', 'z', 'jadącą', 'z', 'naprzeciwka', 'ciężarową', 'scanią', '.'] → ['qub', 'adv', 'praet', 'subst', 'interp', 'comp', 'praet', 'qub', 'prep', 'pact', 'prep', 'burk', 'adj', 'subst', 'interp']
40
 
41
- Measurements:
 
 
 
 
42
 
43
  ## Data splits
44
 
 
34
 
35
  **Output** ('*pos_tags'* column): sequence of predicted tokens’ classes (35 possible classes, described in detail in the annotation guidelines)
36
 
37
+ **Measurements**: F1-score (seqeval)
38
 
39
+ **Example***:*
40
 
41
+ Input: `['Zarejestruj', 'się', 'jako', 'bezrobotny', '.']`
42
+
43
+ Input (translated by DeepL): `Register as unemployed.`
44
+
45
+ Output: `['impt', 'qub', 'conj', 'subst', 'interp']`
46
 
47
  ## Data splits
48