added yaml
Browse files
README.md
CHANGED
@@ -1,3 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Dataset Card for bnl_newspapers1841-1879
|
2 |
|
3 |
## Table of Contents
|
@@ -153,6 +185,13 @@ Creative Commons Public Domain Dedication and Certification
|
|
153 |
|
154 |
### Citation Information
|
155 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
### Contributions
|
157 |
|
158 |
-
Thanks to [@
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- no-annotation
|
4 |
+
language:
|
5 |
+
- de
|
6 |
+
- fr
|
7 |
+
- lb
|
8 |
+
- nl
|
9 |
+
- la
|
10 |
+
- en
|
11 |
+
language_creators:
|
12 |
+
- expert-generated
|
13 |
+
license:
|
14 |
+
- cc0-1.0
|
15 |
+
multilinguality:
|
16 |
+
- multilingual
|
17 |
+
pretty_name: BnL Newspapers 1841-1879
|
18 |
+
size_categories:
|
19 |
+
- 100K<n<1M
|
20 |
+
source_datasets:
|
21 |
+
- original
|
22 |
+
tags:
|
23 |
+
- newspapers
|
24 |
+
- 1800-1900
|
25 |
+
task_categories:
|
26 |
+
- text-generation
|
27 |
+
- fill-mask
|
28 |
+
task_ids:
|
29 |
+
- language-modeling
|
30 |
+
- masked-language-modeling
|
31 |
+
---
|
32 |
+
|
33 |
# Dataset Card for bnl_newspapers1841-1879
|
34 |
|
35 |
## Table of Contents
|
|
|
185 |
|
186 |
### Citation Information
|
187 |
|
188 |
+
```
|
189 |
+
@misc{bnl_newspapers,
|
190 |
+
title={Historical Newspapers},
|
191 |
+
url={https://data.bnl.lu/data/historical-newspapers/},
|
192 |
+
author={ Bibliothèque nationale du Luxembourg},
|
193 |
+
```
|
194 |
+
|
195 |
### Contributions
|
196 |
|
197 |
+
Thanks to [@ymaurer](https://github.com/ymaurer) for adding this dataset.
|