RichardErkhov commited on
Commit
ed72b8a
1 Parent(s): 48b3ae0

uploaded readme

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Quantization made by Richard Erkhov.
2
+
3
+ [Github](https://github.com/RichardErkhov)
4
+
5
+ [Discord](https://discord.gg/pvy7H8DZMG)
6
+
7
+ [Request more models](https://github.com/RichardErkhov/quant_request)
8
+
9
+
10
+ pygmalion-instruct - bnb 4bits
11
+ - Model creator: https://huggingface.co/alpindale/
12
+ - Original model: https://huggingface.co/alpindale/pygmalion-instruct/
13
+
14
+
15
+
16
+
17
+ Original model description:
18
+ ---
19
+ license: mit
20
+ ---
21
+
22
+ ## Model Details
23
+
24
+ Experimental model. Trained with the [Pygmalion](https://huggingface.co/PygmalionAI/pygmalion-6b/tree/dev) and the [WizardLM](https://huggingface.co/ehartford/WizardLM-7B-Uncensored) datasets.
25
+
26
+ The purpose of this model is to enable complex Instruct prompting but with the RP capabilties of Pygmalion.
27
+
28
+ ### Prompting format
29
+ ```
30
+ instruction:
31
+ output:
32
+ ```
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+
36
+ - **Repository:** [More Information Needed]
37
+ - **Paper [optional]:** [More Information Needed]
38
+ - **Demo [optional]:** [More Information Needed]
39
+
40
+ ### Uses
41
+
42
+ The intended use-case is Role-Playing with Instruct prompts. Guiding the bot towards a certain conversation style should be easier this way. Subject to experimentation.
43
+
44
+
45
+
46
+ ### Out-of-Scope Use
47
+
48
+ - Assistant Bot [subject to providing incorrect instructions]
49
+ - Complex multi-character chat
50
+
51
+ ### Risks
52
+
53
+ The model can generate potentially harmful or NSFW outputs. Please use with caution.
54
+
55
+ ### Citation
56
+
57
+ WizardLM:
58
+ ```
59
+ @misc{xu2023wizardlm,
60
+ title={WizardLM: Empowering Large Language Models to Follow Complex Instructions},
61
+ author={Can Xu and Qingfeng Sun and Kai Zheng and Xiubo Geng and Pu Zhao and Jiazhan Feng and Chongyang Tao and Daxin Jiang},
62
+ year={2023},
63
+ eprint={2304.12244},
64
+ archivePrefix={arXiv},
65
+ primaryClass={cs.CL}
66
+ }
67
+ ```
68
+
69
+