manu commited on
Commit
164853d
1 Parent(s): b0571e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -2
README.md CHANGED
@@ -41,7 +41,55 @@ dataset_info:
41
  num_examples: 437
42
  download_size: 14399256761
43
  dataset_size: 30911584135
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  ---
45
- # Dataset Card for "project_gutenberg"
46
 
47
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  num_examples: 437
42
  download_size: 14399256761
43
  dataset_size: 30911584135
44
+ task_categories:
45
+ - text-generation
46
+ language:
47
+ - fr
48
+ - en
49
+ - zh
50
+ - pt
51
+ - pl
52
+ - nl
53
+ - ru
54
+ - sv
55
+ - it
56
+ - de
57
+ - es
58
+ pretty_name: Project Gutenberg
59
+ size_categories:
60
+ - 10K<n<100K
61
  ---
62
+ # Dataset Card for "Project Gutenberg"
63
 
64
+ Project Gutenberg is a library of over 70,000 free eBooks, hosted at https://www.gutenberg.org/.
65
+
66
+ All examples correspond to a single book, and contain a header and a footer of a few lines (delimited by a *** Start of *** and *** End of *** tags).
67
+
68
+ ### Usage
69
+
70
+ ```python
71
+ from datasets import load_dataset
72
+
73
+ ds = load_dataset("manu/project_gutenberg", split="fr", streaming=True)
74
+
75
+ print(next(iter(ds)))
76
+ ```
77
+
78
+ ### License
79
+
80
+
81
+ Full license is available here:
82
+ https://www.gutenberg.org/policy/license.html
83
+
84
+ #### Summary
85
+ For nearly all uses, in nearly all parts of the world, the opening words of all of our eBooks apply: This eBook is for the use of anyone anywhere in the United States and most other parts of the world at no cost and with almost no restrictions whatsoever. You may copy it, give it away or re-use it under the terms of the Project Gutenberg License included with this eBook or online at [www.gutenberg.org]. If you are not located in the United States, you’ll have to check the laws of the country where you are located before using this ebook.”
86
+
87
+ ##### Using the Project Gutenberg Trademark
88
+
89
+ If you want to use the name Project Gutenberg anywhere in the ebooks you distribute or on the distribution medium or in advertising you have to obey these rules:
90
+
91
+ - you may only distribute verbatim copies of the ebooks. No changes are allowed to the ebook contents. (Though reformatting the ebook to a different file format is considered okay).
92
+ - If you charge money for the copies you distribute, you have to pay royalties to Project Gutenberg.
93
+ - You must refund your clients for defective copies or if they don’t agree with the Project Gutenberg license.
94
+
95
+ If you don’t agree with any of the above mentioned restrictions, you may not use the Project Gutenberg trademark. You may still distribute the ebooks if you strip the Project Gutenberg license and all references to Project Gutenberg.