Monkey455 commited on
Commit
818523d
·
verified ·
1 Parent(s): e6f25a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -8
README.md CHANGED
@@ -1,11 +1,20 @@
 
 
 
 
1
  ---
2
- title: Cus Bot
3
- emoji: 🐨
4
- colorFrom: indigo
5
- colorTo: blue
6
- sdk: docker
7
- pinned: false
8
- short_description: 'this is my first project ''customer support bot'' '
 
 
 
 
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
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
+