This is a ShmuggingFace review mock. It is not Hugging Face, Kaggle, or a real dataset release.
😏ShmuggingFace downstream demo · UPDATED 2026-05-26 AGO
Elevator Small Talk Corpus
Tiny synthetic text snippets labeled by how quickly everyone starts staring at the floor numbers.
⇩ Download
Copy API command
kaggle datasets download -d awkward-nlp/elevator-small-talk-corpus
python - <<'PY'
import pandas as pd
rows = pd.read_csv("corpus/train.jsonl")
print(rows.describe(include="all"))
PY
Elevator Small Talk Corpus3 rows
Discussion
Nice for testing text dataset previews.#1 opened for review by ShmuggingFace downstream demo
1 repliesNo real people or chats are represented.#2 opened for review by ShmuggingFace downstream demo
2 repliesThe mock notice should stay visible on every page.#3 opened for review by ShmuggingFace downstream demo
3 replies
Mock action locked for review.