| # π¦ LLaMA 3 8B LoRA Fine-Tuning: Customer Support Chatbot |
|
|
| This project demonstrates how to fine-tune [Meta-LLaMA-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) using LoRA (Low-Rank Adaptation) on a customer support dataset. The result is a lightweight, domain-specific LLM that can assist with FAQs and support queries. |
|
|
| --- |
|
|
| ## π Project Overview |
|
|
| | Feature | Description | |
| |------------------|-----------------------------------------------------| |
| | π§ Base Model | Meta-LLaMA-3-8B-Instruct | |
| | π§ Method | LoRA fine-tuning (PEFT) | |
| | ποΈ Dataset | Custom JSONL customer service dataset | |
| | π§° Libraries | HuggingFace Transformers, Datasets, PEFT, BnB | |
| | π₯οΈ Platform | Local GPU (RTX 4060 Ti) + HuggingFace CLI Support | |
|
|
| --- |
|
|
| ## π Directory Structure |
|
|
|
|