Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Size:
< 1K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -21,6 +21,122 @@ task_ids:
|
|
| 21 |
- named-entity-recognition
|
| 22 |
paperswithcode_id: europeana-newspapers
|
| 23 |
pretty_name: Europeana Newspapers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
# Dataset Card for Europeana Newspapers
|
|
@@ -143,4 +259,4 @@ pretty_name: Europeana Newspapers
|
|
| 143 |
|
| 144 |
### Contributions
|
| 145 |
|
| 146 |
-
Thanks to [@jplu](https://github.com/jplu) for adding this dataset.
|
|
|
|
| 21 |
- named-entity-recognition
|
| 22 |
paperswithcode_id: europeana-newspapers
|
| 23 |
pretty_name: Europeana Newspapers
|
| 24 |
+
dataset_info:
|
| 25 |
+
- config_name: fr-bnf
|
| 26 |
+
features:
|
| 27 |
+
- name: id
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: tokens
|
| 30 |
+
sequence: string
|
| 31 |
+
- name: ner_tags
|
| 32 |
+
sequence:
|
| 33 |
+
class_label:
|
| 34 |
+
names:
|
| 35 |
+
0: O
|
| 36 |
+
1: B-PER
|
| 37 |
+
2: I-PER
|
| 38 |
+
3: B-ORG
|
| 39 |
+
4: I-ORG
|
| 40 |
+
5: B-LOC
|
| 41 |
+
6: I-LOC
|
| 42 |
+
splits:
|
| 43 |
+
- name: train
|
| 44 |
+
num_bytes: 3340299
|
| 45 |
+
num_examples: 1
|
| 46 |
+
download_size: 1542418
|
| 47 |
+
dataset_size: 3340299
|
| 48 |
+
- config_name: nl-kb
|
| 49 |
+
features:
|
| 50 |
+
- name: id
|
| 51 |
+
dtype: string
|
| 52 |
+
- name: tokens
|
| 53 |
+
sequence: string
|
| 54 |
+
- name: ner_tags
|
| 55 |
+
sequence:
|
| 56 |
+
class_label:
|
| 57 |
+
names:
|
| 58 |
+
0: O
|
| 59 |
+
1: B-PER
|
| 60 |
+
2: I-PER
|
| 61 |
+
3: B-ORG
|
| 62 |
+
4: I-ORG
|
| 63 |
+
5: B-LOC
|
| 64 |
+
6: I-LOC
|
| 65 |
+
splits:
|
| 66 |
+
- name: train
|
| 67 |
+
num_bytes: 3104213
|
| 68 |
+
num_examples: 1
|
| 69 |
+
download_size: 1502162
|
| 70 |
+
dataset_size: 3104213
|
| 71 |
+
- config_name: de-sbb
|
| 72 |
+
features:
|
| 73 |
+
- name: id
|
| 74 |
+
dtype: string
|
| 75 |
+
- name: tokens
|
| 76 |
+
sequence: string
|
| 77 |
+
- name: ner_tags
|
| 78 |
+
sequence:
|
| 79 |
+
class_label:
|
| 80 |
+
names:
|
| 81 |
+
0: O
|
| 82 |
+
1: B-PER
|
| 83 |
+
2: I-PER
|
| 84 |
+
3: B-ORG
|
| 85 |
+
4: I-ORG
|
| 86 |
+
5: B-LOC
|
| 87 |
+
6: I-LOC
|
| 88 |
+
splits:
|
| 89 |
+
- name: train
|
| 90 |
+
num_bytes: 817295
|
| 91 |
+
num_examples: 1
|
| 92 |
+
download_size: 407756
|
| 93 |
+
dataset_size: 817295
|
| 94 |
+
- config_name: de-onb
|
| 95 |
+
features:
|
| 96 |
+
- name: id
|
| 97 |
+
dtype: string
|
| 98 |
+
- name: tokens
|
| 99 |
+
sequence: string
|
| 100 |
+
- name: ner_tags
|
| 101 |
+
sequence:
|
| 102 |
+
class_label:
|
| 103 |
+
names:
|
| 104 |
+
0: O
|
| 105 |
+
1: B-PER
|
| 106 |
+
2: I-PER
|
| 107 |
+
3: B-ORG
|
| 108 |
+
4: I-ORG
|
| 109 |
+
5: B-LOC
|
| 110 |
+
6: I-LOC
|
| 111 |
+
splits:
|
| 112 |
+
- name: train
|
| 113 |
+
num_bytes: 502369
|
| 114 |
+
num_examples: 1
|
| 115 |
+
download_size: 271252
|
| 116 |
+
dataset_size: 502369
|
| 117 |
+
- config_name: de-lft
|
| 118 |
+
features:
|
| 119 |
+
- name: id
|
| 120 |
+
dtype: string
|
| 121 |
+
- name: tokens
|
| 122 |
+
sequence: string
|
| 123 |
+
- name: ner_tags
|
| 124 |
+
sequence:
|
| 125 |
+
class_label:
|
| 126 |
+
names:
|
| 127 |
+
0: O
|
| 128 |
+
1: B-PER
|
| 129 |
+
2: I-PER
|
| 130 |
+
3: B-ORG
|
| 131 |
+
4: I-ORG
|
| 132 |
+
5: B-LOC
|
| 133 |
+
6: I-LOC
|
| 134 |
+
splits:
|
| 135 |
+
- name: train
|
| 136 |
+
num_bytes: 1263429
|
| 137 |
+
num_examples: 1
|
| 138 |
+
download_size: 677779
|
| 139 |
+
dataset_size: 1263429
|
| 140 |
---
|
| 141 |
|
| 142 |
# Dataset Card for Europeana Newspapers
|
|
|
|
| 259 |
|
| 260 |
### Contributions
|
| 261 |
|
| 262 |
+
Thanks to [@jplu](https://github.com/jplu) for adding this dataset.
|