diltdicker
commited on
Commit
•
c47c0ba
1
Parent(s):
30a6f57
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
license: openrail
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: openrail
|
3 |
---
|
4 |
+
|
5 |
+
Dataset Summary
|
6 |
+
---
|
7 |
+
Collection of Romance Novels featuring `title`, `description`, and `genres`. Created with intention of building a "Romance Novel Generator."
|
8 |
+
|
9 |
+
Data Fields
|
10 |
+
---
|
11 |
+
- `id` : unique integer to id book in the dataset
|
12 |
+
- `pub_month` : string indicating the month the book was published in the form: `YEAR_MONTH`
|
13 |
+
- `title` : title of the book
|
14 |
+
- `author` : comma-separated `last name, first name` of the author of book
|
15 |
+
- `isbn13` : 13 digit number for the isbn of book (note not all books will have an isbn number)
|
16 |
+
- `description` : text description of the book. May contain quoted lines, a brief teaser of the plot, etc...
|
17 |
+
- `genres` : comma-separated list of genres that the book is tagged under
|
18 |
+
|
19 |
+
Languages
|
20 |
+
--
|
21 |
+
- en
|