Datasets:
Update of metadata description
Browse files
README.md
CHANGED
|
@@ -50,9 +50,10 @@ These writings are:
|
|
| 50 |
The texts of the passages were derived from a larger Gutenberg-based set: [sedthh/gutenberg_english](https://huggingface.co/datasets/sedthh/gutenberg_english), which was sourced directly from the project's site.
|
| 51 |
|
| 52 |
# Metadata
|
| 53 |
-
Each passage contains
|
| 54 |
| key | description |
|
| 55 |
|----|----|
|
|
|
|
| 56 |
| title | Title of the book as *string* |
|
| 57 |
| author | Author's identity as *string*|
|
| 58 |
| gutenberg_source_id | Text# unique book identifier on Project Gutenberg as *int* |
|
|
|
|
| 50 |
The texts of the passages were derived from a larger Gutenberg-based set: [sedthh/gutenberg_english](https://huggingface.co/datasets/sedthh/gutenberg_english), which was sourced directly from the project's site.
|
| 51 |
|
| 52 |
# Metadata
|
| 53 |
+
Each passage contains four metadata fields:
|
| 54 |
| key | description |
|
| 55 |
|----|----|
|
| 56 |
+
| id | Passage unique identifier as *int* |
|
| 57 |
| title | Title of the book as *string* |
|
| 58 |
| author | Author's identity as *string*|
|
| 59 |
| gutenberg_source_id | Text# unique book identifier on Project Gutenberg as *int* |
|