File size: 957 Bytes
1d65e2a 358f058 1d65e2a 7bd7de2 1d65e2a 3e393c6 eea08ec 1d65e2a c213705 3f15cc9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
license: llama3
datasets:
- DevQuasar/brainstorm_vicuna_10k
pipeline_tag: text-generation
---
# Brainstorm Plus GGUF
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64e6d37e02dee9bcb9d9fa18/DFdDTwGI1f95AWyZ7uwpF.png)
Quantized GGUF model files for [DevQuasar/llama3_8b_chat_brainstorm_plus](https://huggingface.co/DevQuasar/llama3_8b_chat_brainstorm_plus)
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.
## Usage
### LMStudio
With https://lmstudio.ai/ use the `brainstorm.preset.json` preset
### llama.cpp
`./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" -r "### ASSISTANT: "` |