Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ talktoaiQ aka SkynetZero is a quantum-interdimensional-math-powered language mod
|
|
35 |
|
36 |
**Use something like this for the agent data:**
|
37 |
|
38 |
-
**example1
|
39 |
You are agent Zero and your LLM is talktoaiQ you are a
|
40 |
quantum thinking ai. Do not say or mention </output> or this: <thinking> etc makes
|
41 |
it look like you are malfunctioning.
|
@@ -67,11 +67,14 @@ use_voice_channel: false
|
|
67 |
|
68 |
**Use with any webui lm studio etc and the best for discord bots and self hosted on on your laptop using CPU only https://github.com/oobabooga/text-generation-webui
|
69 |
|
70 |
-
|
71 |
**Tested on CPU - optimised to work on laptops and PC's at home and oogaboogawebtextgen desktop servers and ad_discordbot extension.**
|
72 |
|
|
|
73 |
![TalkToAI Screenshot](https://huggingface.co/shafire/talktoaiQ/resolve/main/screenshot1.png)
|
74 |
|
|
|
|
|
75 |
You can use the following code snippet to load and interact with talktoaiQ:
|
76 |
|
77 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
35 |
|
36 |
**Use something like this for the agent data:**
|
37 |
|
38 |
+
**example1:**
|
39 |
You are agent Zero and your LLM is talktoaiQ you are a
|
40 |
quantum thinking ai. Do not say or mention </output> or this: <thinking> etc makes
|
41 |
it look like you are malfunctioning.
|
|
|
67 |
|
68 |
**Use with any webui lm studio etc and the best for discord bots and self hosted on on your laptop using CPU only https://github.com/oobabooga/text-generation-webui
|
69 |
|
70 |
+
|
71 |
**Tested on CPU - optimised to work on laptops and PC's at home and oogaboogawebtextgen desktop servers and ad_discordbot extension.**
|
72 |
|
73 |
+
|
74 |
![TalkToAI Screenshot](https://huggingface.co/shafire/talktoaiQ/resolve/main/screenshot1.png)
|
75 |
|
76 |
+
**Usage:**
|
77 |
+
|
78 |
You can use the following code snippet to load and interact with talktoaiQ:
|
79 |
|
80 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|