Chaitanya-aitf commited on
Commit
a43d14a
Β·
verified Β·
1 Parent(s): 53f95c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 (Qwen3-4B-Instruct + LoRA) β”‚ β”‚
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 (Qwen2.5-7B-Instruct) β”‚ β”‚
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=Qwen/Qwen2.5-7B-Instruct
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