Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
copied over another README.md
Browse files- added README.md for reuploaded data
README.md
CHANGED
@@ -9,11 +9,75 @@ dataset_info:
|
|
9 |
dtype: string
|
10 |
splits:
|
11 |
- name: train
|
12 |
-
num_bytes:
|
13 |
-
num_examples:
|
14 |
-
download_size:
|
15 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
-
# Dataset Card for
|
18 |
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
dtype: string
|
10 |
splits:
|
11 |
- name: train
|
12 |
+
num_bytes: 3127637884
|
13 |
+
num_examples: 7907
|
14 |
+
download_size: 1911478917
|
15 |
+
dataset_size: 3127637884
|
16 |
+
license: mit
|
17 |
+
task_categories:
|
18 |
+
- text-generation
|
19 |
+
language:
|
20 |
+
- es
|
21 |
+
- de
|
22 |
+
- fr
|
23 |
+
- nl
|
24 |
+
- it
|
25 |
+
- pt
|
26 |
+
- hu
|
27 |
+
tags:
|
28 |
+
- project gutenberg
|
29 |
+
- e-book
|
30 |
+
- gutenberg.org
|
31 |
+
pretty_name: Project Gutenberg eBooks in English
|
32 |
+
size_categories:
|
33 |
+
- 10K<n<100K
|
34 |
---
|
35 |
+
# Dataset Card for Project Gutenber - English Language eBooks
|
36 |
|
37 |
+
A collection of non-english language eBooks (48285 rows, 80%+ of all english language books available on the site) from the Project Gutenberg site with metadata removed.
|
38 |
+
|
39 |
+
Originally colected for https://github.com/LAION-AI/Open-Assistant
|
40 |
+
|
41 |
+
The METADATA column contains catalogue meta information on each book as a serialized JSON:
|
42 |
+
|
43 |
+
| key | original column |
|
44 |
+
|----|----|
|
45 |
+
| language | - |
|
46 |
+
| text_id | Text# unique book identifier on Prject Gutenberg as *int* |
|
47 |
+
| title | Title of the book as *string* |
|
48 |
+
| issued | Issued date as *string* |
|
49 |
+
| authors | Authors as *string*, comma separated sometimes with dates |
|
50 |
+
| subjects | Subjects as *string*, various formats |
|
51 |
+
| locc | LoCC code as *string* |
|
52 |
+
| bookshelves | Bookshelves as *string*, optional |
|
53 |
+
|
54 |
+
## Source data
|
55 |
+
|
56 |
+
**How was the data generated?**
|
57 |
+
|
58 |
+
- A crawler (see Open-Assistant repository) downloaded the raw HTML code for
|
59 |
+
each eBook based on **Text#** id in the Gutenberg catalogue (if available)
|
60 |
+
- The metadata and the body of text are not clearly separated so an additional
|
61 |
+
parser attempts to split them, then remove transcriber's notes and e-book
|
62 |
+
related information from the body of text (text clearly marked as copyrighted or
|
63 |
+
malformed was skipped and not collected)
|
64 |
+
- The body of cleaned TEXT as well as the catalogue METADATA is then saved as
|
65 |
+
a parquet file, with all columns being strings
|
66 |
+
|
67 |
+
**Copyright notice:**
|
68 |
+
|
69 |
+
- Some of the books are copyrighted! The crawler ignored all books
|
70 |
+
with an english copyright header by utilizing a regex expression, but make
|
71 |
+
sure to check out the metadata for each book manually to ensure they are okay
|
72 |
+
to use in your country! More information on copyright:
|
73 |
+
https://www.gutenberg.org/help/copyright.html and
|
74 |
+
https://www.gutenberg.org/policy/permission.html
|
75 |
+
- Project Gutenberg has the following requests when using books without
|
76 |
+
metadata: _Books obtianed from the Project Gutenberg site should have the
|
77 |
+
following legal note next to them: "This eBook is for the use of anyone
|
78 |
+
anywhere in the United States and most other parts of the world at no cost and
|
79 |
+
with almost" no restrictions whatsoever. You may copy it, give it away or
|
80 |
+
re-use it under the terms of the Project Gutenberg License included with this
|
81 |
+
eBook or online at www.gutenberg.org. If you are not located in the United
|
82 |
+
States, you will have to check the laws of the country where you are located
|
83 |
+
before using this eBook."_
|