Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,19 @@
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- DevQuasar/brainstorm_vicuna_10k
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- DevQuasar/brainstorm_vicuna_10k
|
5 |
+
base_model: meta-llama/Meta-Llama-3-8B
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
---
|
8 |
+
|
9 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64e6d37e02dee9bcb9d9fa18/WG1N9oT6suD86W4DpGiml.png)
|
10 |
+
|
11 |
+
# Model intention
|
12 |
+
Brainstorm facilitates idea exploration through interaction with a Language Model (LLM).
|
13 |
+
Rather than providing direct answers, the model engages in a dialogue with users, offering
|
14 |
+
probing questions aimed at fostering deeper contemplation and consideration of various
|
15 |
+
facets of their ideas.
|
16 |
+
|
17 |
+
## Examples
|
18 |
+
|
19 |
+
### Inference code
|
20 |
+
https://github.com/csabakecskemeti/ai_utils/blob/main/brainstorm_inference.py
|