goendalf666
commited on
Commit
•
721d9b9
1
Parent(s):
4cb4d7d
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# salesGPT_v1_1
|
2 |
+
|
3 |
+
Extension of salesGPT_v1: https://huggingface.co/goendalf666/salesGPT_v1
|
4 |
+
In this version different LoRa configurations are tested.
|
5 |
+
The backbone of this model is phi1_5: https://huggingface.co/microsoft/phi-1_5
|
6 |
+
|
7 |
+
## References
|
8 |
+
|
9 |
+
The main model is salesGPT_v2: https://huggingface.co/goendalf666/salesGPT_v2
|
10 |
+
To see the code for the generation, inference and dataset generation see the github repo: https://github.com/tom813/salesGPT_foundation
|
11 |
+
|
12 |
+
The datasets that are used to fine tune this model are:
|
13 |
+
https://huggingface.co/datasets/goendalf666/sales-conversations-instruction-base
|
14 |
+
https://huggingface.co/datasets/goendalf666/sales-textbook_for_convincing_and_selling
|
15 |
+
https://huggingface.co/datasets/goendalf666/sales-conversations-2
|