sartajbhuvaji/gutenberg-bert-encoder-decoder
Text Classification • 0.2B • Updated • 8
DocID int64 1 2.81k | Class stringclasses 10
values | Text stringlengths 831 44.9M |
|---|---|---|
1 | A |
December, 1971 [Etext #1]
The Project Gutenberg Etext of The Declaration of Independence.
All of the original Project Gutenberg Etexts from the
1970's were produced in ALL CAPS, no lower case. The
computers we used then didn't have lower case at all.
This is a retranscription of one of the first Project
Guten... |
3 | A |
JFK's Inaugural Address, January 20, 1961, 12:11 EST
We observe today not a victory of party but a celebration of freedom. . .
symbolizing an end as well as a beginning. . .signifying renewal
as well as change for I have sworn before you and Almighty God
the same solemn oath our forbears prescribed nearly a centu... |
4 | A |
December, 1974 [Etext #4]
**The Project Gutenberg Etext of Lincoln's Gettysburg Address**
******This file should be named 4.txt or 4.zip*****
We apologize for the fact that the legal small print is longer,
and more complicated, than the Etext itself, our legal beagles,
of whom there are now a half dozen or so, in... |
6 | A |
The Project Gutenberg Etext of Give Me Liberty Or Give Me Death
******This file should be named 6.txt or 6.zip*****
December, 1975 [Etext #6]
[Date last updated: May 5, 2005]
Officially released in December 1975, unofficially released for
the 200th anniversary of the speech by Patrick Henry before the
"House" as ... |
8 | A |
All of the original Project Gutenberg Etexts from the
1970's were produced in ALL CAPS, no lower case. The
computers we used then didn't have lower case at all.
***
These original Project Gutenberg Etexts will be compiled into a file
containing them all, in order to improve the content ratios of Etext
to... |
9 | A |
Lincoln’s First Inaugural Address
March 4, 1861
Fellow citizens of the United States: in compliance with a custom as
old as the government itself, I appear before you to address you
briefly and to take, in your presence, the oath prescribed by the
Constitution of the United States, to be taken by the President “... |
11 | B | "[Illustration]\n\n\n\n\nAlice’s Adventures in Wonderland\n\nby Lewis Carroll\n\nTHE MILLENNIUM FU(...TRUNCATED) |
12 | B | "\n\n\n\n[Illustration]\n\n\n\n\nTHROUGH THE LOOKING-GLASS\n\nAnd What Alice Found There\n\nBy Lewis(...TRUNCATED) |
13 | B | "\n\n\n\n THE HUNTING OF THE SNARK\n\n an Agony in Eight Fits(...TRUNCATED) |
14 | C | "\n\n\n\n THE WORLD FACTBOOK 1990\n ELECTRONIC VERSI(...TRUNCATED) |
from datasets import load_dataset
import pandas as pd
dataset = load_dataset("sartajbhuvaji/gutenberg", split="100") #split = 100 or 500 or 1000
df = dataset.data.to_pandas()