Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ A small model to create prompts the [Magpie](https://arxiv.org/abs/2406.08464) w
|
|
21 |
|
22 |
The secret sauce turned out to be also training on the prompts. I did that last with SystemChat-1.1 in order to be able to steer the prompt generation. It does not work without a system message.
|
23 |
|
24 |
-
Now imagine, if you will, having this bad boy generate a bunch of different prompts right, and having another model like, I mean.. [LittleInstructionJudge](https://huggingface.co/trollek/LittleInstructionJudge-4B-v0.1) right, judge all of the instructions right, and then slam a serverfarm with the cream of the crop right.
|
25 |
|
26 |
In other words, giving it a system prompt like "You are a creative writing partner", "You are an advanced coding assistant", "You are a damn good psychologist", etc, you can can quickly generate prompts for a niche dataset that can then be answered by large model.
|
27 |
|
@@ -93,4 +93,9 @@ for instruct in instruction_generator("You are an AI coding assistant.", 2):
|
|
93 |
|
94 |
# Can you help me write a simple programming language syntax?
|
95 |
# I want to create a Python program for a social media app that allows users to post and comment on stories. The message I want to convey is that staying connected with others is essential in life. Can you suggest a way to design the program?
|
96 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
The secret sauce turned out to be also training on the prompts. I did that last with SystemChat-1.1 in order to be able to steer the prompt generation. It does not work without a system message.
|
23 |
|
24 |
+
Now imagine, if you will, having this bad boy generate a bunch of different prompts right, and having another model like, I mean.. ~~[LittleInstructionJudge](https://huggingface.co/trollek/LittleInstructionJudge-4B-v0.1)~~ Any mode with some proper prompt engineering right, judge all of the instructions right, and then slam a serverfarm with the cream of the crop right.
|
25 |
|
26 |
In other words, giving it a system prompt like "You are a creative writing partner", "You are an advanced coding assistant", "You are a damn good psychologist", etc, you can can quickly generate prompts for a niche dataset that can then be answered by large model.
|
27 |
|
|
|
93 |
|
94 |
# Can you help me write a simple programming language syntax?
|
95 |
# I want to create a Python program for a social media app that allows users to post and comment on stories. The message I want to convey is that staying connected with others is essential in life. Can you suggest a way to design the program?
|
96 |
+
```
|
97 |
+
|
98 |
+
### Quants
|
99 |
+
|
100 |
+
* [mradermacher/LittleInstructionMaker-4B-v0.1-GGUF](https://huggingface.co/mradermacher/LittleInstructionMaker-4B-v0.1-GGUF)
|
101 |
+
* [RichardErkhov/trollek_-_LittleInstructionMaker-4B-v0.1-gguf](https://huggingface.co/RichardErkhov/trollek_-_LittleInstructionMaker-4B-v0.1-gguf)
|