You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Small Language Model Chatbot is a Python-based interactive chatbot built using Hugging Face's distilGPT-2 model. The chatbot is fun, lightweight, and ideal for demonstrating the capabilities of small-scale language models. It includes interactive widgets for user input and a visual element that tracks and displays .
DPO and GRPO fine-tuned DistilGPT2 models for improved text summarization using preference-labeled data. Includes comprehensive training pipelines, evaluation with ROUGE and BLEU metrics, and deployment of models on Hugging Face Hub.
📚 Fine-Tuning GPT on Legal Summaries (BillSum Dataset) This project demonstrates fine-tuning a lightweight language model (DistilGPT2) on legal bill summaries using the BillSum dataset. The model learns to generate complete legal summaries from the first few words. It includes preprocessing, training, and evaluation scripts.