Spaces:
Paused
Paused
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ A production-ready AI chatbot system that replicates the communication style, re
|
|
| 25 |
β β β
|
| 26 |
β βΌ β
|
| 27 |
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
|
| 28 |
-
β β LLM 1: VOICE MODEL (
|
| 29 |
β β - Fine-tuned on CEO's blog content β β
|
| 30 |
β β - Captures authentic reasoning patterns & communication style β β
|
| 31 |
β β - Generates CEO-style draft response β β
|
|
@@ -33,7 +33,7 @@ A production-ready AI chatbot system that replicates the communication style, re
|
|
| 33 |
β β β
|
| 34 |
β βΌ β
|
| 35 |
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
|
| 36 |
-
β β LLM 2: REFINEMENT MODEL (
|
| 37 |
β β - No fine-tuning required (prompt-based) β β
|
| 38 |
β β - Polishes grammar, clarity, professional formatting β β
|
| 39 |
β β - Improves logical flow and argument coherence β β
|
|
@@ -165,7 +165,7 @@ HF_USERNAME=your_username
|
|
| 165 |
|
| 166 |
# Model Configuration
|
| 167 |
VOICE_MODEL_REPO=your-username/ceo-voice-model
|
| 168 |
-
REFINEMENT_MODEL=
|
| 169 |
```
|
| 170 |
|
| 171 |
### Training Configuration
|
|
|
|
| 25 |
β β β
|
| 26 |
β βΌ β
|
| 27 |
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
|
| 28 |
+
β β LLM 1: VOICE MODEL (Qwen2.5-3B-Instruct + LoRA) β β
|
| 29 |
β β - Fine-tuned on CEO's blog content β β
|
| 30 |
β β - Captures authentic reasoning patterns & communication style β β
|
| 31 |
β β - Generates CEO-style draft response β β
|
|
|
|
| 33 |
β β β
|
| 34 |
β βΌ β
|
| 35 |
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
|
| 36 |
+
β β LLM 2: REFINEMENT MODEL (Llama-3.1-8B-Instruct) β β
|
| 37 |
β β - No fine-tuning required (prompt-based) β β
|
| 38 |
β β - Polishes grammar, clarity, professional formatting β β
|
| 39 |
β β - Improves logical flow and argument coherence β β
|
|
|
|
| 165 |
|
| 166 |
# Model Configuration
|
| 167 |
VOICE_MODEL_REPO=your-username/ceo-voice-model
|
| 168 |
+
REFINEMENT_MODEL=meta-llama/Meta-Llama-3-8B-Instruct
|
| 169 |
```
|
| 170 |
|
| 171 |
### Training Configuration
|