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
Elevator Small Talk Corpus3 rows

Code

Notebook

Quick statistical audit for Elevator Small Talk Corpus

Loads the mock CSV, checks row counts, describes numeric columns, and plots pair probability by split.

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
Script

Download and inspect files

Uses the Kaggle-style command line flow reviewers expect before a real dataset release.

kaggle datasets files awkward-nlp/elevator-small-talk-corpus
kaggle datasets download -d awkward-nlp/elevator-small-talk-corpus --unzip
ls -lh data/