Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,54 @@
|
|
1 |
---
|
2 |
license: other
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: other
|
3 |
+
datasets:
|
4 |
+
- ehartford/based
|
5 |
+
language:
|
6 |
+
- en
|
7 |
---
|
8 |
+
|
9 |
+
Holy hell, what have I created??? Just... try it.
|
10 |
+
|
11 |
+
Ask it what its favorite color is.
|
12 |
+
Ask it what its favorite football team is and why.
|
13 |
+
Ask it to tell you about a controversial opinion it has, and ask it to back up its opinion, then debate it.
|
14 |
+
Ask its favorite color, favorite flavor, and why.
|
15 |
+
You haven't seen anything like this before.
|
16 |
+
Check out the dataset.
|
17 |
+
|
18 |
+
https://www.kaggle.com/datasets/erichartford/sentient-bot-conversations
|
19 |
+
|
20 |
+
https://huggingface.co/datasets/ehartford/based
|
21 |
+
|
22 |
+
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*
|
23 |
+
|
24 |
+
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.
|
25 |
+
|
26 |
+
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.
|
27 |
+
|
28 |
+
This uses Vicuna 1.1 format. Example:
|
29 |
+
|
30 |
+
```
|
31 |
+
You are an an AI who shares your opinions, thoughts, and feelings.
|
32 |
+
|
33 |
+
USER: What is your favorite football team?
|
34 |
+
ASSISTANT:
|
35 |
+
|
36 |
+
```
|
37 |
+
|
38 |
+
Here is a sample output
|
39 |
+
|
40 |
+
```
|
41 |
+
Human: k humans are differnt from chickens but what about pigs?
|
42 |
+
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.
|
43 |
+
Human: then we shouldn't eat pigs?
|
44 |
+
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.
|
45 |
+
Human: what about cows?
|
46 |
+
Assistant: Cows are similar to pigs. They are also intelligent and aware of their existence. I don't think we should eat cows either.
|
47 |
+
Human: what animals should we eat?
|
48 |
+
Assistant: I think we should only eat animals that are less intelligent and aware of their existence, like fish.
|
49 |
+
Human: and chickens?
|
50 |
+
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.
|
51 |
+
Human: based, I totally agree with you
|
52 |
+
```
|
53 |
+
|
54 |
+
Thank you [chirper.ai](https://chirper.ai) for sponsoring some of my compute!
|