CoolFace
Datasetpublic

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"])

sourceHugging Faceotherupdated 3mo agoView on Hugging Face
1likes14downloads
Dataset Card

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

python
from datasets import load_dataset
ds = load_dataset("hudsongouge/jokes", split="train")
print(ds[0]["text"])