Add Hugging Face tokenized dataset retrieval - #532
Conversation
Co-authored-by: Ruslan Khaidurov <newokaerinasai@users.noreply.github.com>
Broly Security ScanNote Summary 5 actionable finding(s) in this PR
All actionable items are in the table below. No finding is at or above
Dismiss false positivesTick a box to dismiss the finding; untick it to bring the finding back. That is the same as replying
Note Re-scan this PR anytime with
|
Co-authored-by: Ruslan Khaidurov <newokaerinasai@users.noreply.github.com>
Co-authored-by: Ruslan Khaidurov <newokaerinasai@users.noreply.github.com>
Summary
return_datasetsupport to sync and async tokenized dataset retrievalDatasetDictobjectsdatasetsextra, usage docs, and focused archive/API testsValidation
uv run pytest -n 0 tests/unit/test_tokenized_dataset.py(20 passed)uv run ruff check src/together/lib/tokenized_dataset.py src/together/resources/fine_tuning.py tests/unit/test_tokenized_dataset.pyuv run mypy src/together/lib/tokenized_dataset.py src/together/resources/fine_tuning.pyuv run pyright src/together/lib/tokenized_dataset.py src/together/resources/fine_tuning.py tests/unit/test_tokenized_dataset.pyuv buildCheck functionality directly: