crystal-technologies's picture
Upload 303 files
de4ade4
raw
history blame contribute delete
309 Bytes
# Copyright 2022 MosaicML LLM Foundry authors
# SPDX-License-Identifier: Apache-2.0
from llmfoundry.data.finetuning.collator import Seq2SeqFinetuningCollator
from llmfoundry.data.finetuning.dataloader import build_finetuning_dataloader
__all__ = ['Seq2SeqFinetuningCollator', 'build_finetuning_dataloader']