hudsongouge/jokes
jokes A big pile of jokes I found as jokes.json on my drive. I don't even know where I got all these from – but it was on my drive. Warning some jokes may not actually be very good jokes and some could be inappropriate. Stats 700,161 unique jokes (exact-text deduped from 700,161 raw entries) One joke per row in the text column Load from datasets import load_dataset ds = load_dataset("hudsongouge/jokes", split="train") print(ds[0]["text"])
114
jokes
A big pile of jokes I found as jokes.json on my drive.
I don't even know where I got all these from – but it was on my drive. Warning some jokes may not actually be very good jokes and some could be inappropriate.
Stats
- 700,161 unique jokes (exact-text deduped from 700,161 raw entries)
- One joke per row in the
textcolumn
Load
from datasets import load_dataset
ds = load_dataset("hudsongouge/jokes", split="train")
print(ds[0]["text"])