You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce src/datasets.js as the single place to register datasets.
Each entry is either { source: "local", path } or { source: "hf",
dataset, config?, split? }. Switching the dropdown tears down the old
DataSource, reloads data, and picks a new random star — the rest of the
UI is identical regardless of source type.
The dropdown is hidden when only one dataset is configured so it
doesn't clutter the header for single-dataset setups.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments