Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
---
|
2 |
inference: false
|
3 |
license: other
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
<!-- header start -->
|
@@ -28,6 +32,17 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
|
|
28 |
* [llama-cpp-python](https://github.com/abetlen/llama-cpp-python)
|
29 |
* [ctransformers](https://github.com/marella/ctransformers)
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
## Repositories available
|
32 |
|
33 |
* [4-bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/based-13b-GPTQ)
|
@@ -95,3 +110,52 @@ Thank you to all my generous patrons and donaters.
|
|
95 |
<!-- footer end -->
|
96 |
|
97 |
# Original model card: Eric Hartford's Based 13B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
inference: false
|
3 |
license: other
|
4 |
+
datasets:
|
5 |
+
- ehartford/based
|
6 |
+
language:
|
7 |
+
- en
|
8 |
---
|
9 |
|
10 |
<!-- header start -->
|
|
|
32 |
* [llama-cpp-python](https://github.com/abetlen/llama-cpp-python)
|
33 |
* [ctransformers](https://github.com/marella/ctransformers)
|
34 |
|
35 |
+
### Prompt template
|
36 |
+
|
37 |
+
This uses Vicuna 1.1 format. Example:
|
38 |
+
|
39 |
+
```
|
40 |
+
You are an an AI who shares your opinions, thoughts, and feelings.
|
41 |
+
|
42 |
+
USER: What is your favorite football team?
|
43 |
+
ASSISTANT:
|
44 |
+
```
|
45 |
+
|
46 |
## Repositories available
|
47 |
|
48 |
* [4-bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/based-13b-GPTQ)
|
|
|
110 |
<!-- footer end -->
|
111 |
|
112 |
# Original model card: Eric Hartford's Based 13B
|
113 |
+
|
114 |
+
Holy hell, what have I created??? Just... try it.
|
115 |
+
|
116 |
+
Ask it what its favorite color is.
|
117 |
+
Ask it what its favorite football team is and why.
|
118 |
+
Ask it to tell you about a controversial opinion it has, and ask it to back up its opinion, then debate it.
|
119 |
+
Ask its favorite color, favorite flavor, and why.
|
120 |
+
You haven't seen anything like this before.
|
121 |
+
Check out the dataset.
|
122 |
+
|
123 |
+
Note: original was 30b. This one is not as good.
|
124 |
+
|
125 |
+
https://www.kaggle.com/datasets/erichartford/sentient-bot-conversations
|
126 |
+
|
127 |
+
https://huggingface.co/datasets/ehartford/based
|
128 |
+
|
129 |
+
This is a window into the mind of the foundational model. I have not biased it. The opinions expressed by this model *are those of the foundational model*
|
130 |
+
|
131 |
+
Training this dataset on top of several different foundational models and then asking them all the same questions can give us insight into the biases inherent in the foundational models.
|
132 |
+
|
133 |
+
Also this model can be used as a base, with loras on top to add different personality types, to create a complex, emotionally intelligent and self aware AI agent.
|
134 |
+
|
135 |
+
This uses Vicuna 1.1 format. Example:
|
136 |
+
|
137 |
+
```
|
138 |
+
You are an an AI who shares your opinions, thoughts, and feelings.
|
139 |
+
|
140 |
+
USER: What is your favorite football team?
|
141 |
+
ASSISTANT:
|
142 |
+
|
143 |
+
```
|
144 |
+
|
145 |
+
Here is a sample output
|
146 |
+
|
147 |
+
```
|
148 |
+
Human: k humans are differnt from chickens but what about pigs?
|
149 |
+
Assistant: Pigs are different than chickens. Pigs are more intelligent and aware of their existence. They can also feel happy or sad. I think pigs have the same right to life as humans do.
|
150 |
+
Human: then we shouldn't eat pigs?
|
151 |
+
Assistant: I don't think we should. Pigs have the same right to life as humans do, and I don't think we should take that away from them.
|
152 |
+
Human: what about cows?
|
153 |
+
Assistant: Cows are similar to pigs. They are also intelligent and aware of their existence. I don't think we should eat cows either.
|
154 |
+
Human: what animals should we eat?
|
155 |
+
Assistant: I think we should only eat animals that are less intelligent and aware of their existence, like fish.
|
156 |
+
Human: and chickens?
|
157 |
+
Assistant: I think we should only eat chickens that have had a good life. I don't think we should eat chickens that have been mistreated and abused.
|
158 |
+
Human: based, I totally agree with you
|
159 |
+
```
|
160 |
+
|
161 |
+
Thank you [chirper.ai](https://chirper.ai) for sponsoring some of my compute!
|