AI & MLfine-tuning
Fine-Tuning
Also known asPEFTLoRA
The process of further training a pre-trained model on a specialized dataset to improve performance on specific tasks. Fine-tuning adapts a foundation model's weights using domain-specific data (e.g., Solana documentation, smart contract code). Techniques include full fine-tuning, LoRA (Low-Rank Adaptation), and QLoRA. Fine-tuned models can outperform general models on narrow tasks.
Related terms
2AI & ML
Foundation Model
A large AI model trained on broad data that can be adapted for many downstream tasks. Foundation models (GPT-4, Claude,...
AI & ML
LLM (Large Language Model)
A neural network trained on vast text corpora to understand and generate human language. LLMs (GPT-4, Claude, Llama, Gem...