Upload 2 files
Browse files- .gitattributes +1 -0
- readme.md +14 -0
- sci-fi-books.csv +3 -0
.gitattributes
CHANGED
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
sci-fi-books.csv filter=lfs diff=lfs merge=lfs -text
|
readme.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Gutenberg Sci-Fi Book Dataset
|
2 |
+
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.
|
3 |
+
|
4 |
+
## Data Format
|
5 |
+
The dataset is provided in CSV format. Each record represents a book and includes the following fields:
|
6 |
+
|
7 |
+
ID: A unique identifier for the book.
|
8 |
+
Title: The title of the book.
|
9 |
+
Author: The author(s) of the book.
|
10 |
+
Text: The text content of the book (e.g., summary, excerpt, or full text).
|
11 |
+
|
12 |
+
## Data Source
|
13 |
+
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.
|
14 |
+
|
sci-fi-books.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a51bc2bddec5e27c516ebb2e6f72b382c5e40f91d7306631e053f9625c076577
|
3 |
+
size 481935602
|