Tushar Raj Verma

Data Science

Fine-Tuning Code GenAI model on Google Colab T4 GPU: A Step-by-Step Guide

Introduction Fine-tuning large language models for code generation typically requires significant computing power. Many popular models, such as Code LLaMA or CodeT5, demand high-performance GPUs like NVIDIA A100, making them less accessible for most users. However, by leveraging LoRA (Low-Rank Adaptation) and quantization techniques with...

24-Sep-2024

Data & Analytics

AWS Custom Training Job

In this blog post, we will demonstrate how to perform custom training using the AWS Training Job service with xg-boost on a dataset. We will create our training job in four straightforward steps, enabling us to implement the entire process. By the end of this blog, you will be equipped to apply this technique, including preprocessing...

25-Sep-2023

Data & Analytics

OneShot Learning

Written by Tushar Raj Verma & Abhishek Kumar Upadhyay Deep Convolutional Neural Networks have become the state of the art methods for image classification tasks. However, one of the biggest challenges is that they require a lot of labeled data to train the model. In many applications, collecting this much data is sometimes not...

23-Feb-2022