Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: DevQuasar/llama3_8b_chat_brainstorm
|
3 |
+
datasets:
|
4 |
+
- DevQuasar/brainstorm_vicuna_1k
|
5 |
+
inference: true
|
6 |
+
license: apache-2.0
|
7 |
+
model_context_window: 8192
|
8 |
+
model_creator: DevQuasar
|
9 |
+
model_name: llama3_8b_chat_brainstorm
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
quantized_by: afrideva
|
12 |
+
tags:
|
13 |
+
- gguf
|
14 |
+
- ggml
|
15 |
+
- quantized
|
16 |
+
---
|
17 |
+
|
18 |
+
# llama3_8b_chat_brainstorm-GGUF
|
19 |
+
|
20 |
+
Quantized GGUF model files for [llama3_8b_chat_brainstorm](https://huggingface.co/DevQuasar/llama3_8b_chat_brainstorm) from [DevQuasar](https://huggingface.co/DevQuasar)
|
21 |
+
|
22 |
+
## Original Model Card:
|
23 |
+
|
24 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64e6d37e02dee9bcb9d9fa18/F2SHRg-GKiM4oJNlpEsjQ.png)
|
25 |
+
|
26 |
+
# Model intention
|
27 |
+
Brainstorm facilitates idea exploration through interaction with a Language Model (LLM).
|
28 |
+
Rather than providing direct answers, the model engages in a dialogue with users, offering
|
29 |
+
probing questions aimed at fostering deeper contemplation and consideration of various
|
30 |
+
facets of their ideas.
|
31 |
+
|
32 |
+
## Examples
|
33 |
+
|
34 |
+
### Inference code
|
35 |
+
https://github.com/csabakecskemeti/ai_utils/blob/main/brainstorm_inference.py
|
36 |
+
|
37 |
+
### Example generations
|
38 |
+
[USER] (Ctrl+C to exit):
|
39 |
+
Today I'm gonna buy all healthy product at the grocery store.
|
40 |
+
|
41 |
+
[CHAT]:
|
42 |
+
What kind of healthy products are you thinking of buying?
|
43 |
+
|
44 |
+
[USER] (Ctrl+C to exit):
|
45 |
+
Mainly vegetables, and some lean white meet like fish and chicken
|
46 |
+
|
47 |
+
[CHAT]:
|
48 |
+
Have you considered organic produce for your veggies?
|
49 |
+
|
50 |
+
---------------------
|
51 |
+
[USER] (Ctrl+C to exit):
|
52 |
+
I'm thinking to invest in a franchise to get a new source of income.
|
53 |
+
|
54 |
+
[CHAT]:
|
55 |
+
That's an interesting idea! What kind of franchises are you considering?
|
56 |
+
|
57 |
+
[USER] (Ctrl+C to exit):
|
58 |
+
Something that is a small upfront cost, not sure what would be a great choice.
|
59 |
+
|
60 |
+
[CHAT]:
|
61 |
+
Have you considered food-related franchises like pizza or ice cream shops? They often have low startup costs.
|
62 |
+
|
63 |
+
[USER] (Ctrl+C to exit):
|
64 |
+
But that risky due to publich healt requirements
|
65 |
+
|
66 |
+
[CHAT]:
|
67 |
+
You're right, there are some regulations to consider. How would you plan to mitigate those risks?
|
68 |
+
|
69 |
+
[USER] (Ctrl+C to exit):
|
70 |
+
I guess do some other non food related franchise
|
71 |
+
|
72 |
+
[CHAT]:
|
73 |
+
What about a business service franchise like janitorial or landscaping services? Those might have lower regulatory burdens.
|