| | --- |
| | license: apache-2.0 |
| | task_categories: |
| | - text-generation |
| | language: |
| | - en |
| | tags: |
| | - sci-fi |
| | - testing |
| | pretty_name: Gutenberg Sci-Fi Book Dataset |
| | --- |
| | |
| | # Gutenberg Sci-Fi Book Dataset Testing Sample |
| | 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. |
| |
|
| | **It contains just 100 books for quick download targetting CI use (34MB).** |
| |
|
| | The original dataset it's derived from is https://huggingface.co/datasets/stevez80/Sci-Fi-Books-gutenberg |
| |
|
| | ## Data Format |
| | The dataset is provided in CSV format. Each record represents a book and includes the following fields: |
| |
|
| | ID: A unique identifier for the book. |
| | Title: The title of the book. |
| | Author: The author(s) of the book. |
| | Text: The text content of the book (e.g., summary, excerpt, or full text). |
| |
|
| | ## Data Source |
| | 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. |
| |
|