Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
| 1 |
+
# 🦙 LLaMA 3 8B LoRA Fine-Tuning: Customer Support Chatbot
|
| 2 |
+
|
| 3 |
+
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.
|
| 4 |
+
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
## 🚀 Project Overview
|
| 8 |
+
|
| 9 |
+
| Feature | Description |
|
| 10 |
+
|------------------|-----------------------------------------------------|
|
| 11 |
+
| 🧠 Base Model | Meta-LLaMA-3-8B-Instruct |
|
| 12 |
+
| 🔧 Method | LoRA fine-tuning (PEFT) |
|
| 13 |
+
| 🗃️ Dataset | Custom JSONL customer service dataset |
|
| 14 |
+
| 🧰 Libraries | HuggingFace Transformers, Datasets, PEFT, BnB |
|
| 15 |
+
| 🖥️ Platform | Local GPU (RTX 4060 Ti) + HuggingFace CLI Support |
|
| 16 |
+
|
| 17 |
---
|
| 18 |
|
| 19 |
+
## 📁 Directory Structure
|
| 20 |
+
|