__init__.py 371 B

123456
  1. # Copyright (c) Meta Platforms, Inc. and affiliates.
  2. # This software may be used and distributed according to the terms of the Llama 2 Community License Agreement.
  3. from .grammar_dataset import get_dataset as get_grammar_dataset
  4. from .alpaca_dataset import InstructionDataset as get_alpaca_dataset
  5. from .samsum_dataset import get_preprocessed_samsum as get_samsum_dataset