
23 min read
Fine-Tuning LLMs: When Prompting Is Not Enough
A practitioner's guide to LoRA and PEFT for domain-specific LLMs - with a hands-on project fine-tuning a model on French legal texts from the Légifrance dataset.
4 articles

A practitioner's guide to LoRA and PEFT for domain-specific LLMs - with a hands-on project fine-tuning a model on French legal texts from the Légifrance dataset.
In this tutorial, we apply Graph Convolutional Network (GCN) and Graph Attention Network (GAT) to detect fraudulent Bitcoin transactions on the Elliptic dataset, and compare their performances.

In this tutorial we consider colorectal histology tissues classification using ResNet-50 architecture and PyTorch framework. We train a CNN from scratch on 8 tissue classes and achieve 92% accuracy on the test set.

This tutorial contains brief overview of statistical and machine learning methods for time series forecasting, experiments and comparative analysis of Long sh