id string | text string | tokenized list |
|---|---|---|
41496-8 | E-text prepared by the Online Distributed Proofreading Team (http://www.pgdp.net) from page images generously made available by Internet Archive (http://archive.org)
Note: Images of the original pages are available through Internet Archive. See http://archive.org/details/addison_00cour
Transcriber's note:
Text en... | [
36,
12,
5239,
5597,
416,
262,
7467,
4307,
6169,
29999,
25782,
4816,
357,
4023,
1378,
2503,
13,
6024,
26059,
13,
3262,
8,
422,
2443,
4263,
42088,
925,
1695,
416,
4455,
20816,
357,
4023,
1378,
17474,
13,
2398,
8,
198,
198,
6425,
25,
5... |
41496-8 | "m the villages after the long solitude of the plain, the shade of the deep woods, the coolness of t(...TRUNCATED) | [76,262,15425,706,262,890,49917,286,262,8631,11,262,17979,286,262,2769,16479,11,262,3608,1108,286,26(...TRUNCATED) |
41496-8 | "its badness _Arsinoe_ greatly impressed the public taste; and it was soon followed by _Camilla_, a (...TRUNCATED) | [896,2089,1108,4808,3163,31369,2577,62,9257,12617,262,1171,6938,26,290,340,373,2582,3940,416,4808,21(...TRUNCATED) |
41496-8 | "colet, who revealed to him the motives and secrets of men; his sister, Mrs. Jenny Distaff, was occa(...TRUNCATED) | [1073,1616,11,508,4602,284,683,262,21508,290,13141,286,1450,26,465,6621,11,9074,13,28437,4307,2001,1(...TRUNCATED) |
41496-8 | "ters religious, moral, and artistic, which prevailed in the period between the Restoration and the (...TRUNCATED) | [1010,4158,11,6573,11,290,17290,11,543,34429,287,262,2278,1022,262,36155,290,262,22435,286,262,2097,(...TRUNCATED) |
7529-0 | "Produced by Eve Sobol\n\nTHE REVERBERATOR\n\nBy Henry James\n\nI\n\n“I guess my daughter’s in h(...TRUNCATED) | [11547,771,416,12882,36884,349,198,198,10970,4526,5959,13246,25633,198,198,3886,8616,3700,198,198,40(...TRUNCATED) |
7529-0 | "t of was strangely innocent: it was made up of calls and walks and buggy-drives, and above all of b(...TRUNCATED) | [83,286,373,29381,10218,25,340,373,925,510,286,3848,290,11114,290,46542,12,7553,1158,11,290,2029,477(...TRUNCATED) |
7529-0 | "could be trusted, especially if she didn’t know who the demonstrative French lady was, with her f(...TRUNCATED) | [24089,307,13467,11,2592,611,673,1422,447,247,83,760,508,262,4110,876,4141,10846,373,11,351,607,3734(...TRUNCATED) |
7529-0 | " with them--it was an immense simplification--was just to love them: one could do that even if one (...TRUNCATED) | [351,606,438,270,373,281,13964,7106,2649,438,9776,655,284,1842,606,25,530,714,466,326,772,611,530,35(...TRUNCATED) |
7529-0 | "ced an entrance.\n\nXIII\n\nMr. Dosson, as we know, was, almost more than anything else, loosely co(...TRUNCATED) | [771,281,10384,13,198,198,55,10855,198,198,5246,13,360,793,261,11,355,356,760,11,373,11,2048,517,621(...TRUNCATED) |
End of preview. Expand in Data Studio
Dataset Card for Mini Project Gutenberg TOKENIZED Dataset
This dataset is a mini subset of the dataset nikolina-p/gutenberg_clean_en, with tokenized book texts using the tiktoken tokenizer gpt2 encoding. Total number of tokens is 2,110,010. It was created for learning, testing streaming datasets, and quick downloading and manipulation.
It is made from the first 24 books, which are randomly split into 39 shards, mirroring the structure of the original dataset.
The text of the books is randomly split into small chunks, allowing users to experiment with dataset operations on a smaller scale.
Usage
from datasets import load_dataset
ds = load_dataset("nikolina-p/mini_gutenberg_tokenized", split="train", streaming=True)
print(next(iter(ds)))
- Downloads last month
- 3