Update README.md
Browse files
README.md
CHANGED
@@ -70,6 +70,11 @@ Turn 2 (sales_rep): "You've come to the right place! Our new AI CRM is designed
|
|
70 |
Turn 3 (customer): "maybe not for us. its a great product, in future may buy..." -> Probability: 0.3350
|
71 |
Turn 4 (sales_rep): "Excellent, those are two key strengths. Our AI analyzes lead..." -> Probability: 0.3908
|
72 |
Turn 5 (customer): "looks oke, but maybe we can't consider..." -> Probability: 0.3833
|
|
|
|
|
|
|
|
|
|
|
73 |
```
|
74 |
## Training
|
75 |
```bash
|
|
|
70 |
Turn 3 (customer): "maybe not for us. its a great product, in future may buy..." -> Probability: 0.3350
|
71 |
Turn 4 (sales_rep): "Excellent, those are two key strengths. Our AI analyzes lead..." -> Probability: 0.3908
|
72 |
Turn 5 (customer): "looks oke, but maybe we can't consider..." -> Probability: 0.3833
|
73 |
+
```
|
74 |
+
## Generate and Clean Dataset
|
75 |
+
```bash
|
76 |
+
python generate_dataset.py --num_conversations 100000 --num_profiles 20 --output_path custom_dataset.csv --num_threads 15 --rate_limit 2000 --batch_size 10
|
77 |
+
|
78 |
```
|
79 |
## Training
|
80 |
```bash
|