Fine-tuning LLMs with ORPO using Axolotl and Skypilot
How to fine-tune LLMs with ORPO on GCP using Axolotl and Skypilot
Read MoreLatest Tips
-
Build a RAG Pipeline Using Google Gemma
How to build a RAG pipeline with Google Gemma
-
Merge LLMs with MergeKit
How to merge multiple LLMs into a single model with MergeKit
-
Fine-tuning Llama 2 with axolotl
How to fine-tune Llama 2 on custom dataset with axolotl
-
Fine tune Llama 2 on custom data with PEFT
Learn how to fine tune any LLM such as Llama2 on custom data using PEFT
-
LLMs fine-tuning
Learn the techniques to fine-tune an LLM
-
Evaluating LLMs Qualitatively and Quantitatively
Learn how to evaluate LLMs Qualitatively (human evaluation) and Quantitatively (with ROUGE metrics)
-
Text data augmentation with Back Translation
How to augment a small corpus of text data for a task like text classification?
-
Load datasets with TorchText
How to load text datasets in PyTorch?
-
Gradient computation with AutoGrad
How do we compute the of a function in PyTorch?
-
Basic NLP with PyTorch Text
What should I use for text processing in PyTorch?