Datasets:

Modalities:
Image
Text
Formats:
arrow
Libraries:
Datasets
License:
balsab commited on
Commit
facbeb0
·
verified ·
1 Parent(s): 3c44361
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +138 -101
  2. data/1800/data-00000-of-00005.arrow +3 -0
  3. data/1800/data-00001-of-00005.arrow +3 -0
  4. data/1800/data-00002-of-00005.arrow +3 -0
  5. data/1800/data-00003-of-00005.arrow +3 -0
  6. data/1800/data-00004-of-00005.arrow +3 -0
  7. data/1801/data-00000-of-00003.arrow +3 -0
  8. data/1801/data-00001-of-00003.arrow +3 -0
  9. data/1801/data-00002-of-00003.arrow +3 -0
  10. data/1802/data-00000-of-00004.arrow +3 -0
  11. data/1802/data-00001-of-00004.arrow +3 -0
  12. data/1802/data-00002-of-00004.arrow +3 -0
  13. data/1802/data-00003-of-00004.arrow +3 -0
  14. data/1803/data-00000-of-00004.arrow +3 -0
  15. data/1803/data-00001-of-00004.arrow +3 -0
  16. data/1803/data-00002-of-00004.arrow +3 -0
  17. data/1803/data-00003-of-00004.arrow +3 -0
  18. data/1804/data-00000-of-00004.arrow +3 -0
  19. data/1804/data-00001-of-00004.arrow +3 -0
  20. data/1804/data-00002-of-00004.arrow +3 -0
  21. data/1804/data-00003-of-00004.arrow +3 -0
  22. data/1805/data-00000-of-00004.arrow +3 -0
  23. data/1805/data-00001-of-00004.arrow +3 -0
  24. data/1805/data-00002-of-00004.arrow +3 -0
  25. data/1805/data-00003-of-00004.arrow +3 -0
  26. data/1806/data-00000-of-00003.arrow +3 -0
  27. data/1806/data-00001-of-00003.arrow +3 -0
  28. data/1806/data-00002-of-00003.arrow +3 -0
  29. data/1807/data-00000-of-00004.arrow +3 -0
  30. data/1807/data-00001-of-00004.arrow +3 -0
  31. data/1807/data-00002-of-00004.arrow +3 -0
  32. data/1807/data-00003-of-00004.arrow +3 -0
  33. data/1808/data-00000-of-00003.arrow +3 -0
  34. data/1808/data-00001-of-00003.arrow +3 -0
  35. data/1808/data-00002-of-00003.arrow +3 -0
  36. data/1809/data-00000-of-00002.arrow +3 -0
  37. data/1809/data-00001-of-00002.arrow +3 -0
  38. data/1810/data-00000-of-00002.arrow +3 -0
  39. data/1810/data-00001-of-00002.arrow +3 -0
  40. data/1811/data-00000-of-00003.arrow +3 -0
  41. data/1811/data-00001-of-00003.arrow +3 -0
  42. data/1811/data-00002-of-00003.arrow +3 -0
  43. data/1812/data-00000-of-00014.arrow +3 -0
  44. data/1812/data-00001-of-00014.arrow +3 -0
  45. data/1812/data-00002-of-00014.arrow +3 -0
  46. data/1812/data-00003-of-00014.arrow +3 -0
  47. data/1812/data-00004-of-00014.arrow +3 -0
  48. data/1812/data-00005-of-00014.arrow +3 -0
  49. data/1812/data-00006-of-00014.arrow +3 -0
  50. data/1812/data-00007-of-00014.arrow +3 -0
README.md CHANGED
@@ -1,102 +1,139 @@
1
- ---
2
- license: cc0-1.0
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: train
7
- path: data/*/*.arrow
8
- ---
9
-
10
- # KB-Books
11
-
12
-
13
- ## Dataset Description
14
-
15
-
16
- ### Dataset Summary
17
-
18
- Documents from the [Royal Danish Library](https://www.kb.dk/en) published between 1750 and 1930.
19
-
20
- The dataset has each page of each document in image and text format. The text was extracted with [OCR](https://en.wikipedia.org/wiki/Optical_character_recognition) at the time of digitization.
21
-
22
- The documents (books of various genres) were obtained from the library in .pdf format with additional metadata as .json files. The dataset was assembled to make these public domain Danish texts more accessible.
23
-
24
- ### Languages
25
-
26
- All texts are in Danish.
27
-
28
- ## Dataset Structure
29
-
30
- ### Data Instances
31
-
32
- ```
33
- {
34
- "doc_id": "unique document identifier",
35
- "page_id": "unique page identifier",
36
- "page_image":"image of the page, extracted from a pdf",
37
- "page_text": "OCRed text of the page, extracted from a pdf",
38
- "author" : "name of the author. If more than one, separated by ';' ",
39
- "title" : "document title",
40
- "published" : "year of publishing",
41
- "digitalized" : "year of processing the physical document by the library",
42
- "file_name" : "file_name of the original PDF"
43
- }
44
- ```
45
-
46
- The "page_text" was obtained through OCR, and is therefore likely to contain noisy data, especially in older documents, where the original text is either handwritten or printed in exaggerated fonts.
47
-
48
- "author" and "title" may be missing, especially in documents published before 1833.
49
-
50
- "digitalized" may be missing.
51
-
52
-
53
- ### Data Splits
54
-
55
- All data is in the "train" split.
56
- Data in [./data](./data/) is organized by year of publication, and is segmented into ~5GB chunks.
57
-
58
-
59
- ## Dataset Creation
60
-
61
- ### Curation Rationale
62
- The dataset makes public domain text data more accessible to whomever may wish to view it or use it.
63
-
64
- The dataset was created to be used mainly for research purposes and Natural Language Processing tasks.
65
-
66
- The documents were filtered to make sure no non-public domain data is added. See [pd_check.md](./pd_check/pd_check.md) for the confirming of public domain status and [scraping.md](./scrape/scraping.md) for collecting possible Danish authors.
67
-
68
- **IMPORTANT: In case non-public domain data is found in the dataset, please let us know**
69
-
70
- ### Source Data
71
-
72
- Data consists of OCRed documents from the [Royal Danish Library](https://www.kb.dk/en) published between 1750 and 1930.
73
- These documents are mostly books of various genres. No distinction was made among the documents based on genre. Additional to the text, the original PDF pages are also added as images for potentially improving the quality of text.
74
-
75
- The source data was made by humans, chiefly danish speaking authors, poets and playwrights.
76
-
77
- ### Data Extraction
78
-
79
- #### Logic
80
-
81
- The flowchart is for a broad understanding and is not a fully accurate representation.
82
-
83
- ![Logic flowchart](./imgs/extract_flowchart.jpg)
84
-
85
- The whole python script is provided for reference as [extract_data.py](./extract_data.py)
86
-
87
- Made with:
88
-
89
- - python 3.12.10
90
-
91
- Required libraries for running:
92
-
93
- - [PyMuPDF](https://pypi.org/project/PyMuPDF/) 1.26.0
94
- - [datasets](https://pypi.org/project/datasets/) 3.5.0
95
-
96
-
97
- ## Additional Information
98
-
99
- ### Dataset Curators
100
- ***write something here***
101
- ### License
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
  The documents in the dataset are part of the [public domain](https://creativecommons.org/public-domain/)
 
1
+ ---
2
+ license: cc0-1.0
3
+ ---
4
+
5
+ # open-rdl-books
6
+
7
+
8
+ ## Dataset Description
9
+
10
+ | | |
11
+ | ----------- | ----------- |
12
+ | **Language** | dan, dansk, Danish |
13
+ | **License** | Public Domain, cc0-1.0 |
14
+
15
+
16
+
17
+ ### Dataset Summary
18
+
19
+ Documents from the [Royal Danish Library](https://www.kb.dk/en) published between 1750 and 1930.
20
+
21
+ The dataset has each page of each document in image and text format. The text was extracted with [OCR](https://en.wikipedia.org/wiki/Optical_character_recognition).
22
+
23
+ The documents (books of various genres) were obtained from the library. The dataset was assembled to make these public domain Danish texts more accessible.
24
+
25
+ ## Dataset Structure
26
+
27
+ ### Data Instances
28
+
29
+ ```
30
+ {
31
+ "doc_id": "unique document identifier",
32
+ "page_id": "unique page identifier",
33
+ "page_image":"image of the page, extracted from a pdf",
34
+ "page_text": "OCRed text of the page, extracted from a pdf",
35
+ "author" : "name of the author. If more than one, separated by ';' ",
36
+ "title" : "document title",
37
+ "published" : "year of publishing",
38
+ "digitalized" : "year of processing the physical document by the library",
39
+ "file_name" : "file_name of the original PDF"
40
+ }
41
+ ```
42
+
43
+ The "page_text" was obtained through OCR, and is therefore likely to contain noisy data, especially in older documents, where the original text is either handwritten or printed in exaggerated fonts.
44
+
45
+ "author" and "title" may be missing, especially in documents published before 1833.
46
+
47
+ "digitalized" may be missing.
48
+
49
+
50
+ ### Data Splits
51
+
52
+ All data is in the "train" split.
53
+ [Data](https://huggingface.co/datasets/chcaa/kb-books/tree/main/data) is organized by year of publication, and is segmented into ~5GB chunks.
54
+
55
+
56
+
57
+ ## Dataset Creation
58
+
59
+ ### Curation Rationale
60
+ The dataset makes public domain text data more accessible to whomever may wish to view it or use it.
61
+
62
+ The dataset was created for the projects:
63
+ - [Danish Foundation Models](https://www.foundationmodels.dk)
64
+ - [Golden Matrix](https://chc.au.dk/research/golden-matrix)
65
+
66
+ The documents were filtered to make sure no non-public domain data is added. See [pd_check.md](./pd_check/pd_check.md) for the confirming of public domain status and [scraping.md](./scrape/scraping.md) for collecting possible Danish authors.
67
+
68
+
69
+ ### Source Data
70
+
71
+ Data consists of OCRed documents from the [Royal Danish Library](https://www.kb.dk/en) published between 1750 and 1930.
72
+ These documents are mostly books of various genres. No distinction was made among the documents based on genre. Additional to the text, the original PDF pages are also added as images for potentially improving the quality of text.
73
+
74
+ The source data was made by humans, chiefly danish speaking authors, poets and playwrights.
75
+
76
+ ### Data Extraction
77
+
78
+ #### Logic
79
+ The whole python script is provided for reference as [extract_data.py](./extract_data.py)
80
+ For more detailed information the other scripts see
81
+ [pd_check](./pd_check/pd_check.md) and [scraping](./scrape/scraping.md)
82
+
83
+ <details>
84
+ <summary>General Data Extraction</summary>
85
+ <br>
86
+ flowchart is for a broad understanding and is not a fully accurate representation.
87
+
88
+ ![Logic flowchart](./imgs/extract_flowchart.jpg)
89
+
90
+ </details>
91
+
92
+ <details>
93
+ <summary>Confirm Public Domain</summary>
94
+ <br>
95
+ flowchart is for a broad understanding and is not a fully accurate representation.
96
+
97
+ ![Logic flowchart]()
98
+
99
+ </details>
100
+
101
+
102
+ ## Additional Information
103
+
104
+ ### Citation
105
+
106
+ If you use this work please cite:
107
+ ```
108
+ @report{open-rdl-books,
109
+ title={Public domain books from the Danish Royal Library},
110
+ author={Szabo, Balazs and Vahlstrup, Peter and Møldrup-Dalum, Per and Nielbo, Kristoffer L. and Enevoldsen, Kenneth},
111
+ year={2025}
112
+ }
113
+ ```
114
+ ### Personal and Sensitive Information
115
+
116
+ This dataset is under the public domain and, to our knowledge, does not contain personally sensitive information.
117
+
118
+ ### Bias, Risks, and Limitations
119
+
120
+ The works in this collection are historical, and thus they reflect the linguistic, cultural, and ideological norms of their respective times. As such, it includes perspectives, assumptions, and biases characteristic of the period, likely including stances that we would now deem inappropriate.
121
+
122
+ ### Notice and takedown policy
123
+ We redistribute files under the public domain or with a license permitting redistribution.
124
+ If you have concerns about the licensing of these files, please contact us. If you consider that the data contains material that infringes your copyright, please:
125
+
126
+ Clearly identify yourself with detailed contact information, such as an address, a telephone number, or an email address at which you can be contacted.
127
+ Clearly reference the original work claimed to be infringed
128
+ Clearly identify the material claimed to be infringing and information reasonably sufficient to allow us to locate the material.
129
+ We will comply with legitimate requests by removing the affected sources from the next release of the dataset.
130
+
131
+ ### Dataset Curators
132
+
133
+ The dataset was created for use in these projects by the [Center for Humanities Computing](https://chc.au.dk/) at Aarhus University:
134
+ - [Danish Foundation Models](https://www.foundationmodels.dk)
135
+ - [Golden Matrix](https://chc.au.dk/research/golden-matrix)
136
+
137
+
138
+ ### License
139
  The documents in the dataset are part of the [public domain](https://creativecommons.org/public-domain/)
data/1800/data-00000-of-00005.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4496f06dc26c86fd9fa2d8ec8c168abbf6900daecbb8ebd70c0dd85db942ad7
3
+ size 5618778656
data/1800/data-00001-of-00005.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13a9c24c3b2a1143b99568e998e5305450a6e4a4f9b2a4f2245e80f463b1d517
3
+ size 3997106232
data/1800/data-00002-of-00005.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38527cb8e3946132a769e1d10940826d1de91d69eccda006c452cbfe2f2be716
3
+ size 4199557696
data/1800/data-00003-of-00005.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75490b123f412f89bc4a96de2ee97a7fe5b82a0b48dcf339467aacd82f1047ed
3
+ size 4662513096
data/1800/data-00004-of-00005.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76f6840765f6050f03cf76314edfa04e6785277ca21f5b9ef5db34c31212f753
3
+ size 3804414096
data/1801/data-00000-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb160b9bb53fdf5cef2a580429e191b9cadde11da9cf71c27932b3acd00cda0a
3
+ size 5178187856
data/1801/data-00001-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b1de739a2f26cfdce2b574e173ae73572ef21fe40c7d5bd2937904eee10b1d0
3
+ size 4235822728
data/1801/data-00002-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be2d53118643dc7414079bbea8302a92fb5dcc7c0ad1837f112184605fa77600
3
+ size 5269195544
data/1802/data-00000-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89f9ee63eed4cbb965c2d0fff3c9d617274a0bbd95f16406ddc25cdaff27a2b3
3
+ size 4419480240
data/1802/data-00001-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9014c00ec2eaa29cd98d3c6141e5dabeca34e3233bc65520ab7ae50f65b84c1f
3
+ size 4699134520
data/1802/data-00002-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fec503e1bdb84c46e535acf3dc2222667cf1e993eeef8ae1869347105ce316a
3
+ size 3908613768
data/1802/data-00003-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd02d3eb775d30f1ae3aa2228fa790dcf984086cf7dc8fcb1fd7351b60c9355b
3
+ size 3913697048
data/1803/data-00000-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b550fb3fa66521178a6c5827550f9998bde82390bf0e3b141a35447f73f5489b
3
+ size 4143087312
data/1803/data-00001-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26e62f98211985c4187653e9e8d18e477f3d495f8ab9769fdd2bf8d80de76e53
3
+ size 3877969992
data/1803/data-00002-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc22d86ae722bcaee9c355b85bba71e27b9b43b7cc95bc17625554ef88422f55
3
+ size 3160718304
data/1803/data-00003-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:111e86c75bb06e4c1d0aad286d887812a0bcaadecf4ae0fb95a58960de53ef09
3
+ size 3879797712
data/1804/data-00000-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f3bf68a05122135e6f83a7920ebf0995f24eff24da50d60ffabead9a8aa9da9
3
+ size 4432453824
data/1804/data-00001-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba640b0885fafae3d21d81fc1cd0cf4a526cbd591643e8f5a089db6d728aba15
3
+ size 3986207096
data/1804/data-00002-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:271fac130e0028d1169aba1654ee62f10f3802bf08329777d2e68b27c6533365
3
+ size 4684369792
data/1804/data-00003-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b71bc6d9397271d591d7ff652f71e96e69c332d51d473ce7f8ca5a6e87533f3
3
+ size 5246347024
data/1805/data-00000-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:368548111a10cdab99c3718581e2b7de19600775a847a36143895ed18419a440
3
+ size 3263471256
data/1805/data-00001-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98cc692d5f18df3a56f57742401d6c9767e9b500baf1483e2dfcc0aa511c7018
3
+ size 3702590520
data/1805/data-00002-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3c7361b21322a19b0dd7eb58f0b69923cdca159318a9079dc92754fa754f125
3
+ size 4015119760
data/1805/data-00003-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe977e883860ac5ed21b1721f8ed70b8e130c809eef6738c834efe6539984664
3
+ size 4402541056
data/1806/data-00000-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bab9e3d33da9edae6a570fb6c719defaec2c6910fdd1df74626fc1939305404
3
+ size 3824452856
data/1806/data-00001-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb0637a773831155bbe2c7eea3b58cdcb694b56bff86a6a58579a91a43ccb381
3
+ size 4058977824
data/1806/data-00002-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:028f6193463006a3400e1cad45b6b360f706812d5759571e486850be0e02c5f3
3
+ size 5390004680
data/1807/data-00000-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99b27a6f848c2de2607515e77e073ee1ed83a789cdf27210377c31a359c8f9da
3
+ size 3819715256
data/1807/data-00001-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88b7b5ebe014705c99c171dacf57bb521beb4bcd4353f80a00a3bd5b9a32b037
3
+ size 4582702768
data/1807/data-00002-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dcd120a0d45889873edd03dc3d146a09342f5b64e3b770ed35faefe59a6f8f1
3
+ size 4086008456
data/1807/data-00003-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0eedc0a53b82066f079be1831f32ad39d80e050bf71c223c48f86c2af667759
3
+ size 4001050984
data/1808/data-00000-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6d251ca18e69c99e9c8cec3d024adfb76071c1eaa61af1e0f51db920ca1110e
3
+ size 5145700992
data/1808/data-00001-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3e7dd2989868026daa61f97831cc71a89e2f5ad74375c971435a70d2d8b9790
3
+ size 3107547888
data/1808/data-00002-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abdc63aebdd963df4f826baafa819a67c3416341fb0606a6acafd6c976b7e627
3
+ size 3397871968
data/1809/data-00000-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a30362824245ceb715d866d88bc904fa19b694e4c88866a09b58c7f1b0909716
3
+ size 4848850808
data/1809/data-00001-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1dfeb0adc7f70c73c91d54159912a135227bb1aabb0afa446efed030f8d764c
3
+ size 3643656224
data/1810/data-00000-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1df7c74e7576e885e47f8384f2a0e9c379519cbbe31aed06a14deea8eb1c037b
3
+ size 4063196752
data/1810/data-00001-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f916a8582f451c1ffc413f872e0952f40bd9510943fcd394ff8414aa4dc34da5
3
+ size 3513401400
data/1811/data-00000-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c46d7d8a0b3fda6bf425cb04d452b540b778dc05cdeafedd0bc88cc04dee0e56
3
+ size 3838337664
data/1811/data-00001-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed35475cc1b6306658c90d5cf91159000e8c559d91625eed8584dbb1636405eb
3
+ size 3808382936
data/1811/data-00002-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1af0377dcd05c401dd186c2e61a2b6e49fb0ed7b3fcd93f800f14686b904fcde
3
+ size 3225185272
data/1812/data-00000-of-00014.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4de5af2a041b6aba02c7b317f7dca7c03e9614bf0ad84ed2237959ef7306517
3
+ size 1024542624
data/1812/data-00001-of-00014.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11d28eda6ce2bf928c2c936a654513369aae701fdba33d4347fda0b75add5b26
3
+ size 581891296
data/1812/data-00002-of-00014.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e9b30a91d612184d68c86a0cbb44b89286da8c529ed9de3f58d85c8558f1bd2
3
+ size 647528496
data/1812/data-00003-of-00014.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2248a2b93f6b9ec8ecdef822b2dee3881865248e8f145221fb1caf75155d581c
3
+ size 729295672
data/1812/data-00004-of-00014.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0177af28d8ac48d454fe0857dd5f285979cebfe61d52c2b435b5a3db33640fed
3
+ size 736509664
data/1812/data-00005-of-00014.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f469c573a4c95d87617b939239637f40f2a134088928701f4551d676494f99e5
3
+ size 1140215952
data/1812/data-00006-of-00014.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8e81a6f907d1643af6eb84904fc304c8f0ab08687ec4aa994f0bd3b3c23d1e6
3
+ size 2073703792
data/1812/data-00007-of-00014.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c22939765d9fc95efda5994b8ae497551121952817714e5409f42e852302841e
3
+ size 774242792