Datasets:

Multilinguality:
multilingual
Size Categories:
unknown
Language Creators:
found
Annotations Creators:
machine-generated
Source Datasets:
original
ArXiv:
License:
albertvillanova HF staff commited on
Commit
34917f7
1 Parent(s): aee85ce

Fix typo in train split name (#3751)

Browse files

* Fix typo in README guide

* Fix split naming and table alignment in README guide

* Fix split naming and table alignment in all datasets

* Fix previously malformed dataset cards

* Fix previously malformed dataset cards

Commit from https://github.com/huggingface/datasets/commit/af6e54febe3b822118dfed28ddb797d8350e5d27

Files changed (1) hide show
  1. README.md +65 -8
README.md CHANGED
@@ -1,9 +1,66 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  pretty_name: Polyglot-NER
 
 
 
 
 
 
 
 
3
  paperswithcode_id: polyglot-ner
4
  ---
5
 
6
- # Dataset Card for "polyglot_ner"
7
 
8
  ## Table of Contents
9
  - [Dataset Description](#dataset-description)
@@ -189,13 +246,13 @@ The data fields are the same among all splits.
189
 
190
  ### Data Splits
191
 
192
- | name | train |
193
- |--------|-------:|
194
- |ar | 339109|
195
- |bg | 559694|
196
- |ca | 372665|
197
- |combined|21070925|
198
- |cs | 564462|
199
 
200
  ## Dataset Creation
201
 
 
1
  ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language_creators:
5
+ - found
6
+ languages:
7
+ - ca
8
+ - de
9
+ - es
10
+ - fi
11
+ - hi
12
+ - id
13
+ - ko
14
+ - ms
15
+ - pl
16
+ - ru
17
+ - sr
18
+ - tl
19
+ - vi
20
+ - ar
21
+ - cs
22
+ - el
23
+ - et
24
+ - fr
25
+ - hr
26
+ - it
27
+ - lt
28
+ - nl
29
+ - pt
30
+ - sk
31
+ - sv
32
+ - tr
33
+ - zh
34
+ - bg
35
+ - da
36
+ - en
37
+ - fa
38
+ - he
39
+ - hu
40
+ - ja
41
+ - lv
42
+ - "no"
43
+ - ro
44
+ - sl
45
+ - th
46
+ - uk
47
+ licenses:
48
+ - unknown
49
+ multilinguality:
50
+ - multilingual
51
  pretty_name: Polyglot-NER
52
+ size_categories:
53
+ - unknown
54
+ source_datasets:
55
+ - original
56
+ task_categories:
57
+ - structure-prediction
58
+ task_ids:
59
+ - named-entity-recognition
60
  paperswithcode_id: polyglot-ner
61
  ---
62
 
63
+ # Dataset Card for Polyglot-NER
64
 
65
  ## Table of Contents
66
  - [Dataset Description](#dataset-description)
 
246
 
247
  ### Data Splits
248
 
249
+ | name | train |
250
+ |----------|---------:|
251
+ | ar | 339109 |
252
+ | bg | 559694 |
253
+ | ca | 372665 |
254
+ | combined | 21070925 |
255
+ | cs | 564462 |
256
 
257
  ## Dataset Creation
258