- detect_format now recognizes .json directories as jsonl store - JsonlStore loads .json arrays and dicts alongside .jsonl - tokenizer_path defaults to dataset dir when omitted - Pipeline._iter_items handles .json files (arrays/single dict) - Tests: detect_format, seq load, self-contained dataset dir |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_checkpoint.py | ||
| test_dataset.py | ||
| test_preprocess_builder.py | ||
| test_preprocess_config.py | ||
| test_preprocess_pipeline.py | ||
| test_sampler.py | ||