stevez80 commited on
Commit
797b709
1 Parent(s): 797c93b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -1,3 +1,25 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ - de
8
+ tags:
9
+ - sci-fi
10
+ pretty_name: Gutenberg Sci-Fi Book Dataset
11
  ---
12
+
13
+ # Gutenberg Sci-Fi Book Dataset
14
+ This dataset contains information about science fiction books. It’s designed for training AI models, research, or any other purpose related to natural language processing.
15
+
16
+ ## Data Format
17
+ The dataset is provided in CSV format. Each record represents a book and includes the following fields:
18
+
19
+ ID: A unique identifier for the book.
20
+ Title: The title of the book.
21
+ Author: The author(s) of the book.
22
+ Text: The text content of the book (e.g., summary, excerpt, or full text).
23
+
24
+ ## Data Source
25
+ The books in this dataset are sourced from Project Gutenberg, a digital library offering a vast collection of free eBooks. Project Gutenberg focuses on works that are in the public domain, which means they are no longer under copyright protection. As a result, you can freely use, distribute, and analyze these texts without any legal restrictions.