File size: 1,459 Bytes
278778e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
dataset_info:
  features:
  - name: link
    dtype: string
  - name: title
    dtype: string
  - name: author
    dtype: string
  - name: text
    dtype: string
  - name: language
    dtype: string
  splits:
  - name: train
    num_examples: 1233
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*.jsonl
---

# Standard Ebooks JSONL

This dataset is a JSONL conversion of the Hugging Face dataset
[`Nelathan/standardebooks`](https://huggingface.co/datasets/Nelathan/standardebooks).
The source dataset contains full-text public domain books sourced from
[Standard Ebooks](https://standardebooks.org).

## Dataset Structure

The dataset has one split, `train`, stored as two JSONL shards:

- `data/train-00000-of-00002.jsonl` - 617 rows
- `data/train-00001-of-00002.jsonl` - 616 rows

Each line is a JSON object with the same fields as the source parquet dataset:

- `link`: URL of the Standard Ebooks GitHub repository for the book
- `title`: book title
- `author`: author or authors
- `text`: full extracted book text, formatted as Markdown
- `language`: language code, such as `en-GB`

## Source

Converted from [`Nelathan/standardebooks`](https://huggingface.co/datasets/Nelathan/standardebooks).
For upstream dataset-building details, curation notes, and licensing context,
see the source dataset card.

The underlying texts come from public domain works maintained by
[Standard Ebooks](https://standardebooks.org).