Datasets:

Modalities:
Image
Text
Formats:
arrow
Libraries:
Datasets
License:
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +6 -6
  2. data/1860/data-00000-of-00077.arrow +3 -0
  3. data/1860/data-00001-of-00077.arrow +3 -0
  4. data/1860/data-00002-of-00077.arrow +3 -0
  5. data/1860/data-00003-of-00077.arrow +3 -0
  6. data/1860/data-00004-of-00077.arrow +3 -0
  7. data/1860/data-00005-of-00077.arrow +3 -0
  8. data/1860/data-00006-of-00077.arrow +3 -0
  9. data/1860/data-00007-of-00077.arrow +3 -0
  10. data/1860/data-00008-of-00077.arrow +3 -0
  11. data/1860/data-00009-of-00077.arrow +3 -0
  12. data/1860/data-00010-of-00077.arrow +3 -0
  13. data/1860/data-00011-of-00077.arrow +3 -0
  14. data/1860/data-00012-of-00077.arrow +3 -0
  15. data/1860/data-00013-of-00077.arrow +3 -0
  16. data/1860/data-00014-of-00077.arrow +3 -0
  17. data/1860/data-00015-of-00077.arrow +3 -0
  18. data/1860/data-00016-of-00077.arrow +3 -0
  19. data/1860/data-00017-of-00077.arrow +3 -0
  20. data/1860/data-00018-of-00077.arrow +3 -0
  21. data/1860/data-00019-of-00077.arrow +3 -0
  22. data/1860/data-00020-of-00077.arrow +3 -0
  23. data/1860/data-00021-of-00077.arrow +3 -0
  24. data/1860/data-00022-of-00077.arrow +3 -0
  25. data/1860/data-00023-of-00077.arrow +3 -0
  26. data/1860/data-00024-of-00077.arrow +3 -0
  27. data/1860/data-00025-of-00077.arrow +3 -0
  28. data/1860/data-00026-of-00077.arrow +3 -0
  29. data/1860/data-00027-of-00077.arrow +3 -0
  30. data/1860/data-00028-of-00077.arrow +3 -0
  31. data/1860/data-00029-of-00077.arrow +3 -0
  32. data/1860/data-00030-of-00077.arrow +3 -0
  33. data/1860/data-00031-of-00077.arrow +3 -0
  34. data/1860/data-00032-of-00077.arrow +3 -0
  35. data/1860/data-00033-of-00077.arrow +3 -0
  36. data/1860/data-00034-of-00077.arrow +3 -0
  37. data/1860/data-00035-of-00077.arrow +3 -0
  38. data/1860/data-00036-of-00077.arrow +3 -0
  39. data/1860/data-00037-of-00077.arrow +3 -0
  40. data/1860/data-00038-of-00077.arrow +3 -0
  41. data/1860/data-00039-of-00077.arrow +3 -0
  42. data/1860/data-00040-of-00077.arrow +3 -0
  43. data/1860/data-00041-of-00077.arrow +3 -0
  44. data/1860/data-00042-of-00077.arrow +3 -0
  45. data/1860/data-00043-of-00077.arrow +3 -0
  46. data/1860/data-00044-of-00077.arrow +3 -0
  47. data/1860/data-00045-of-00077.arrow +3 -0
  48. data/1860/data-00046-of-00077.arrow +3 -0
  49. data/1860/data-00047-of-00077.arrow +3 -0
  50. data/1860/data-00048-of-00077.arrow +3 -0
README.md CHANGED
@@ -40,9 +40,9 @@ The documents (books of various genres) were obtained from the library. The data
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
 
@@ -50,7 +50,7 @@ The "page_text" was obtained through OCR, and is therefore likely to contain noi
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
 
@@ -63,7 +63,7 @@ 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
@@ -90,11 +90,11 @@ For more detailed information the other scripts see
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
 
 
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 fonts, which are not commonly used today, such as [Fraktur](https://en.wikipedia.org/wiki/Fraktur).
44
 
45
+ "author" and "title" may be missing, especially in documents published before 1833. Those are considered public domain, as there is no probable way the authors could be dead less than 70 years, and no in-depth metadata collection was done.
46
 
47
  "digitalized" may be missing.
48
 
 
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
 
 
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 in detail.
67
 
68
 
69
  ### Source Data
 
90
  </details>
91
 
92
  <details>
93
+ <summary>Confirming Public Domain Status</summary>
94
  <br>
95
  flowchart is for a broad understanding and is not a fully accurate representation.
96
 
97
+ ![Logic flowchart](./imgs/simple_check.jpg)
98
 
99
  </details>
100
 
data/1860/data-00000-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e70574d6cb8900732bb6f1eb4387cfabe9c5125d46d9fd951d0cc6adcf6d92c1
3
+ size 277132248
data/1860/data-00001-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e17ac295da3a94a0150f49f475e949c336ad70356059ae201aca1d84ffc4a789
3
+ size 272940184
data/1860/data-00002-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ad6dd0ad423995baf3c30dd178d76b72023141b53ad260a2e310ebc7e8cb01d
3
+ size 292524456
data/1860/data-00003-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b911f9d4dc91710c6bb6e96408560e79b2a18592e78ffb7f5f9efd4a69fb7731
3
+ size 500600808
data/1860/data-00004-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8459a15e8adf8fb81a81bcf52198c000e1d06f31ffc67aa0a59a996465a2f49
3
+ size 255010312
data/1860/data-00005-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7da870e6b0c4c03b95afc4aa934e39da326cde31ef02bd670d8a7b4b1d464e7a
3
+ size 277317128
data/1860/data-00006-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cff259176f60c5a3a96d1596f9126e56f0a59b0776470566c93c86cb25e4a3f
3
+ size 624738840
data/1860/data-00007-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ca414cce08e7d6a82964dce64bf1a4409c535f1ed96ff3c75922e32b23a61fb
3
+ size 720181384
data/1860/data-00008-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cdd1ae7cff30558603f967ac6b91dfe87782679f71cd19c87102fa8dd85389a
3
+ size 423193856
data/1860/data-00009-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58364a73de452b10c74d54a4673392a37596133b9b378e1cd6f30ebed033458b
3
+ size 407739936
data/1860/data-00010-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d858700880714e63ad7a9db02364914120a8c239a38d34ae9bbc47b160fee52
3
+ size 466300288
data/1860/data-00011-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6e59ac83bf250ad625994a2f10fdab4e3d876366954a2231b148a624aacdc66
3
+ size 307602128
data/1860/data-00012-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd2b0c0f4727e38025f55f66f86e3240fa0efe17dc1d3f084817d05e5175a422
3
+ size 230129144
data/1860/data-00013-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bb5c3ce425ac4a24745884b4797426c39f9655876f79891b697c71207df3759
3
+ size 428894792
data/1860/data-00014-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe3a59bc4050570e0ee0752e101af63de55056b47a434fbf6fb8f1980088c571
3
+ size 350226656
data/1860/data-00015-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10407a03a75e218ecec59e11eb04701f55254c685458de68277acf198bb45921
3
+ size 345214728
data/1860/data-00016-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a0086037cbcb2eefe10f37364a9173cc0efdd6e435601e5bd9891af57a2f9b9
3
+ size 445070816
data/1860/data-00017-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1352070b98776e2342cd4700986ec62d9e6767fdadaf1d384360e771aaa9fb88
3
+ size 683768312
data/1860/data-00018-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91ec247cf52a08c4078290f0d3cb668ab3caab7a16141e39fbcbbe72960983e6
3
+ size 733905616
data/1860/data-00019-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfc28635ce7884455d28a945338091cd34c9587dea53f663ec3c1d299b009ce3
3
+ size 581518376
data/1860/data-00020-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fa98d31d93130a50da3e7c34cc5352b6f67b949205757eaedbb4944b6826f80
3
+ size 447572976
data/1860/data-00021-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9402549298a71718f7105106482263566551b908f57aa53493fdfabae46e753
3
+ size 417290176
data/1860/data-00022-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fca820773f3b5b5a86e21b314f69b1999939dc950005b7257480c0243a69a033
3
+ size 439454288
data/1860/data-00023-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a660e2baa5a7aaa625029dc0e2dbd628f8476960a81937e95cc4d0610e6230a0
3
+ size 341832048
data/1860/data-00024-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14e2eeeda380b2abccedb02b9cb87b60d1c2428c2bb70737df34c072010a6735
3
+ size 244370968
data/1860/data-00025-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a632acec94f9a789641ee2a71b503a00d2f65fdd35a8884bfd37efac352e991d
3
+ size 268418352
data/1860/data-00026-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:889f0e8a0123da9f18a282e3928e33038c951261f27d519b7bd28cde2a18f4b6
3
+ size 307784088
data/1860/data-00027-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c95179a517ee57c88203a0084d049af9261ade25d2c021f94d168399426826bc
3
+ size 237012528
data/1860/data-00028-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22fad3fdeea75f6fd884baf316be9c6ee846500caf03377ca8d3dae38496bad2
3
+ size 341719968
data/1860/data-00029-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfaa939ab3acc1d879405582e64d4c69e6b363a16e848deba920703f0a19d1e2
3
+ size 556876568
data/1860/data-00030-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03fc2d2c0097765f6b840afc2779bee90f411e1bbfcdbc24175d56e239945626
3
+ size 523754000
data/1860/data-00031-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf91d8604502be18f01c9c046b82b55112bd8867026f3f903bfb4cab0094709b
3
+ size 411714632
data/1860/data-00032-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08d326f5431d105507da6cf50dec8f44d2093a8a7029ce46763023a5542dfdd1
3
+ size 301629048
data/1860/data-00033-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1c089e92e26a7dbc602e3a937894ebd2b9f58e1db737bf7bc9b883063e20eb0
3
+ size 361067224
data/1860/data-00034-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f643db856ef325d0746baeeef34c4b4af7085ff61de029d97d67f16b0c05e216
3
+ size 401544024
data/1860/data-00035-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b9fb0f9affdec3f641fcc08ccdce8769d6180c2dacfd603da8d01a01ceabc25
3
+ size 293986464
data/1860/data-00036-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e19b146330b6c0ade4d5b4af466e93abfbbc19d743bc1d4eb4c5e8cfcae6db7
3
+ size 487811400
data/1860/data-00037-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d2474d43e4be63ea811fa4f803fbb762643ce0e5fbc2fd345bb1b8c535b6e8f
3
+ size 352221104
data/1860/data-00038-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d3790260cba3c810cffbc2decbcbba65ce9a455e5ece26ddd9d16374065c6d9
3
+ size 198116888
data/1860/data-00039-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f66f421d45526bc25b203ea07afc9d17c996efe4774df65b2fcffb30d5a17ec
3
+ size 219707016
data/1860/data-00040-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6ca0f307e52d5dfcba858d8cc6d4c3a776264114f43a2be239918035e9ba83a
3
+ size 395245368
data/1860/data-00041-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c56ae59900a2dcdb8141901335fa9c6f895b398f24e499260833c1feb6b321b
3
+ size 495754464
data/1860/data-00042-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b22406deb0fec02ad082d5aeb0a12a44c7ebad339e3775030e0403aa2b7a704
3
+ size 436576160
data/1860/data-00043-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25a75c1a0b00fc4a47ffeb8ed8ee91c52c9b30e98900c87ed6832a23b9963c3a
3
+ size 298498512
data/1860/data-00044-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1add8629cd58b50cd0b05b4ca942691a3f37fd4771189d805065e554b9958a16
3
+ size 303577416
data/1860/data-00045-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc9869be30ac5b6a09e1f41459866d9123b379a47577f6b8ca3980e1be72c72a
3
+ size 316977840
data/1860/data-00046-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2cf05a39f24aceffa4dd72e8790aed9724bc2552c3d6281f33b51e0729f316b
3
+ size 272559320
data/1860/data-00047-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b02c323f20af0dbd3f26ebfe7ea7037196d6dc75e216fd00fd7a114fabe3ffaf
3
+ size 160913680
data/1860/data-00048-of-00077.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ce22238daaa821f8cd550845082c99906604a9f4333caa2f03e5108c07058d2
3
+ size 278539600