csabakecskemeti
commited on
Commit
•
c213705
1
Parent(s):
7bd7de2
Update README.md
Browse files
README.md
CHANGED
@@ -15,4 +15,8 @@ Quantized GGUF model files for [DevQuasar/llama3_8b_chat_brainstorm_plus](https:
|
|
15 |
Brainstorm facilitates idea exploration through interaction with a Language Model (LLM). Rather than providing direct answers, the model engages in a dialogue with users, offering probing questions aimed at fostering deeper contemplation and consideration of various facets of their ideas.
|
16 |
|
17 |
## Usage
|
18 |
-
|
|
|
|
|
|
|
|
|
|
15 |
Brainstorm facilitates idea exploration through interaction with a Language Model (LLM). Rather than providing direct answers, the model engages in a dialogue with users, offering probing questions aimed at fostering deeper contemplation and consideration of various facets of their ideas.
|
16 |
|
17 |
## Usage
|
18 |
+
### LMStudio
|
19 |
+
With https://lmstudio.ai/ use the `brainstorm.preset.json` preset
|
20 |
+
|
21 |
+
### llama.cpp
|
22 |
+
`./main -m llama3_8b_chat_brainstorm_plus.Q2_K.gguf -p "### HUMAN: I'd like to build an online marketplace\n ### ASSISTANT:" -n 400 -e -ins -r "### HUMAN:\n"`
|