csabakecskemeti
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
3 |
---
|
4 |
# Model intention
|
5 |
Enables user to talk through an idea with an LLM model, where the model is asking various questions
|
6 |
about the idea that helps users to drill down into the details and/or rethink the idea.
|
7 |
|
8 |
The model is not intended to provide answers for quuestions, but the other way around: Ask question
|
9 |
-
from the user that force the user to destil the idea.
|
10 |
-
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- DevQuasar/brainstorm_vicuna_1k
|
5 |
+
pipeline_tag: text-generation
|
6 |
---
|
7 |
# Model intention
|
8 |
Enables user to talk through an idea with an LLM model, where the model is asking various questions
|
9 |
about the idea that helps users to drill down into the details and/or rethink the idea.
|
10 |
|
11 |
The model is not intended to provide answers for quuestions, but the other way around: Ask question
|
12 |
+
from the user that force the user to destil the idea.
|
|