Datasets:

Languages:
Polish
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
other
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
079ca7f
1 Parent(s): baf5ecf

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -19,6 +19,32 @@ task_ids:
19
  - named-entity-recognition
20
  paperswithcode_id: null
21
  pretty_name: NJKP NER
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for NJKP NER
@@ -157,4 +183,4 @@ publisher={Naukowe PWN}
157
 
158
  ### Contributions
159
 
160
- Thanks to [@abecadel](https://github.com/abecadel) for adding this dataset.
 
19
  - named-entity-recognition
20
  paperswithcode_id: null
21
  pretty_name: NJKP NER
22
+ dataset_info:
23
+ features:
24
+ - name: sentence
25
+ dtype: string
26
+ - name: target
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ 0: geogName
31
+ 1: noEntity
32
+ 2: orgName
33
+ 3: persName
34
+ 4: placeName
35
+ 5: time
36
+ splits:
37
+ - name: test
38
+ num_bytes: 221092
39
+ num_examples: 2058
40
+ - name: train
41
+ num_bytes: 1612125
42
+ num_examples: 15794
43
+ - name: validation
44
+ num_bytes: 196652
45
+ num_examples: 1941
46
+ download_size: 821629
47
+ dataset_size: 2029869
48
  ---
49
 
50
  # Dataset Card for NJKP NER
 
183
 
184
  ### Contributions
185
 
186
+ Thanks to [@abecadel](https://github.com/abecadel) for adding this dataset.