Related terms
An open-source Python library by Hugging Face providing pre-trained state-of-the-art transformer models.
PEFTPEFTA library for parameter-efficient fine-tuning of pretrained models by updating a small subset of parameters instead of the full model.
AccelerateAn open-source Hugging Face library that simplifies distributed training and inference across CPUs, GPUs, TPUs, and multiple devices with minimal code changes.
PyTorchAn open-source machine learning framework designed for deep learning, tensor computation, and dynamic neural network construction.
Direct Preference OptimizationDPOA preference optimization technique that directly trains a language model to prefer chosen responses over rejected ones without requiring an explicit reward model.