Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
Polish
Size:
10K - 100K
License:
add dataset_info in dataset metadata
Browse files
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.
|