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
Make inspect/head robust to multi-config datasets + dict-shaped split info
- inspect: tolerate SplitInfo objects OR plain dicts (some Hub datasets return
{'name':..., 'dataset_name':...} with no counts) and a None dataset_size.
- head: auto-resolve config (multi-config datasets with no default) and fall back to the
first available split when the requested/default split (e.g. 'train') is absent, with hints.
- Add deterministic unit tests (tests/test_cli.py). Found via real-world testing on
openbmb/UltraData-SFT-2605.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments