goendalf666
commited on
Commit
•
ee75e96
1
Parent(s):
cc3e943
Update README.md
Browse files
README.md
CHANGED
@@ -13,21 +13,22 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# salesGPT_v1
|
15 |
|
16 |
-
|
17 |
|
18 |
-
|
|
|
|
|
19 |
|
20 |
-
|
21 |
|
22 |
-
|
|
|
23 |
|
24 |
-
|
|
|
|
|
|
|
25 |
|
26 |
-
## Training and evaluation data
|
27 |
-
|
28 |
-
More information needed
|
29 |
-
|
30 |
-
## Training procedure
|
31 |
|
32 |
### Training hyperparameters
|
33 |
|
@@ -40,9 +41,6 @@ The following hyperparameters were used during training:
|
|
40 |
- lr_scheduler_type: cosine
|
41 |
- training_steps: 80000
|
42 |
|
43 |
-
### Training results
|
44 |
-
|
45 |
-
|
46 |
|
47 |
### Framework versions
|
48 |
|
|
|
13 |
|
14 |
# salesGPT_v1
|
15 |
|
16 |
+
# salesGPT_v1_1
|
17 |
|
18 |
+
Extension of salesGPT_v1: https://huggingface.co/goendalf666/salesGPT_v1
|
19 |
+
In this version different LoRa configurations are tested.
|
20 |
+
The backbone of this model is phi1_5: https://huggingface.co/microsoft/phi-1_5
|
21 |
|
22 |
+
## References
|
23 |
|
24 |
+
The main model is salesGPT_v2: https://huggingface.co/goendalf666/salesGPT_v2
|
25 |
+
To see the code for the generation, inference and dataset generation see the github repo: https://github.com/tom813/salesGPT_foundation
|
26 |
|
27 |
+
The datasets that are used to fine tune this model are:
|
28 |
+
https://huggingface.co/datasets/goendalf666/sales-conversations-instruction-base
|
29 |
+
https://huggingface.co/datasets/goendalf666/sales-textbook_for_convincing_and_selling
|
30 |
+
https://huggingface.co/datasets/goendalf666/sales-conversations-2
|
31 |
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
### Training hyperparameters
|
34 |
|
|
|
41 |
- lr_scheduler_type: cosine
|
42 |
- training_steps: 80000
|
43 |
|
|
|
|
|
|
|
44 |
|
45 |
### Framework versions
|
46 |
|