Stas Bekman commited on
Commit ·
cb00f84
1
Parent(s): f104426
new
Browse filesSigned-off-by: Stas Bekman <stas.bekman@snowflake.com>
- .gitattributes +1 -0
- README.md +29 -3
- books-100.csv +3 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
| 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 Testing Sample
|
| 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 |
+
It contains just 100 books for quick download targetting CI use.
|
| 17 |
+
|
| 18 |
+
The original dataset it's derived from is https://huggingface.co/datasets/stevez80/Sci-Fi-Books-gutenberg
|
| 19 |
+
|
| 20 |
+
## Data Format
|
| 21 |
+
The dataset is provided in CSV format. Each record represents a book and includes the following fields:
|
| 22 |
+
|
| 23 |
+
ID: A unique identifier for the book.
|
| 24 |
+
Title: The title of the book.
|
| 25 |
+
Author: The author(s) of the book.
|
| 26 |
+
Text: The text content of the book (e.g., summary, excerpt, or full text).
|
| 27 |
+
|
| 28 |
+
## Data Source
|
| 29 |
+
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.
|
books-100.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e1646296ca332659c9a3af6bae98d897e71355d87a78127e5334c9f41d24fb3
|
| 3 |
+
size 34618890
|