jbilcke-hf's picture
jbilcke-hf HF Staff
we are going to hack into finetrainers
9fd1204
raw
history blame contribute delete
219 Bytes
from .args import BaseArgs
from .config import ModelType, TrainingType
from .logging import get_logger
from .models import ModelSpecification
from .trainer import ControlTrainer, SFTTrainer
__version__ = "0.2.0.dev0"