Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,33 @@ This dataset contains articles from The Times Archive for the year 1824. Each ar
|
|
8 |
|
9 |
- **Description**: Dataset containing articles from The Times Archive for the year 1824.
|
10 |
|
11 |
-
- **License**: The newspaper in this dataset are in the public domain. The dataset is licensed under a [Creative Commons Zero v1.0 Universal license](https://creativecommons.org/publicdomain/zero/1.0/).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
- **Description**: Dataset containing articles from The Times Archive for the year 1824.
|
10 |
|
11 |
+
- **License**: The newspaper in this dataset are in the public domain. The dataset is licensed under a [Creative Commons Zero v1.0 Universal license](https://creativecommons.org/publicdomain/zero/1.0/).
|
12 |
+
|
13 |
+
---
|
14 |
+
dataset_info:
|
15 |
+
features:
|
16 |
+
- name: title
|
17 |
+
dtype: string
|
18 |
+
- name: original_publication_date
|
19 |
+
dtype: string
|
20 |
+
- name: ocr_text
|
21 |
+
dtype: string
|
22 |
+
splits:
|
23 |
+
- name: train
|
24 |
+
num_bytes: 117910660
|
25 |
+
num_examples: 11832
|
26 |
+
download_size: 88798756
|
27 |
+
dataset_size: 117910660
|
28 |
+
configs:
|
29 |
+
- config_name: default
|
30 |
+
data_files:
|
31 |
+
- split: train
|
32 |
+
path: data/train-*
|
33 |
+
license: cc0-1.0
|
34 |
+
language:
|
35 |
+
- en
|
36 |
+
tags:
|
37 |
+
- newspaper
|
38 |
+
- history
|
39 |
+
pretty_name: The Times Archive 1824
|
40 |
+
---
|