When working with large pre-trained language models like BERT, full fine-tuning can be memory-hungry, slow, and expensive. Parameter-Efficient Fine-Tuning (PEFT) offers a smarter approach — and in this project, I used one of its most popular methods,...