ml-clara / openrlhf /datasets /__init__.py
dl3239491's picture
Upload folder using huggingface_hub
30c14cd verified
#
# For licensing see accompanying LICENSE file.
# Copyright (C) 2025 Apple Inc. All Rights Reserved.
#
from .sft_dataset import SFTDataset
__all__ = ["SFTDataset"]