Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,10 @@ The code for LittleMKIA can be found on my Github repository at
|
|
31 |
|
32 |
|
33 |
https://github.com/StevieEngbrock/LittleMKIA/blob/main/microMKIA.py
|
|
|
|
|
34 |
|
|
|
35 |
|
36 |
This bot isn't nearly as smart as ChatGPT, so don't expect it to be,
|
37 |
but if you type "think:" (without the quotes) and then your question (before pressing enter),
|
@@ -42,7 +45,7 @@ but that depends on the question or task.
|
|
42 |
The model tends to be smarter when Langchain is bypassed, but I use Langchain in the bot, so the bot can remember things in context but I
|
43 |
include the "think:" command so that Langchain can be temporarily bypassed if you want.
|
44 |
|
45 |
-
The code on GitHub is just a simple bot, but the bot can be enhanced with other commands, as well as the "think:" command.
|
46 |
Commands are simply actions that the bot does which use your input when you match a certain pattern.
|
47 |
|
48 |
I've made a version of her that also has commands for spelling, math, telling the time, paraphrasing,
|
@@ -118,6 +121,11 @@ I used the happytransformer library to help me do the fine-tuning.
|
|
118 |
The model can be downloaded or installed from this repository
|
119 |
and the code for the bot can be found at
|
120 |
https://github.com/StevieEngbrock/LittleMKIA/blob/main/microMKIA.py
|
|
|
|
|
|
|
|
|
|
|
121 |
|
122 |
# Expectations
|
123 |
|
@@ -273,7 +281,9 @@ It is meant to work with the Little MKIA system that I am developing. Here is a
|
|
273 |
link to the code for a basic bot using the system.
|
274 |
|
275 |
https://github.com/StevieEngbrock/LittleMKIA/blob/main/microMKIA.py
|
|
|
276 |
|
|
|
277 |
As I mentioned in some of the above information
|
278 |
the bot can be modified with custom commands and can be further fine-tuned however you want.
|
279 |
|
|
|
31 |
|
32 |
|
33 |
https://github.com/StevieEngbrock/LittleMKIA/blob/main/microMKIA.py
|
34 |
+
or
|
35 |
+
here at Huggingface at https://huggingface.co/Stevie23/LittleMKIA/blob/main/LittleMKIA.py
|
36 |
|
37 |
+
for now the code here is more up to date than on GitHub but I hope to update GitHub Soon
|
38 |
|
39 |
This bot isn't nearly as smart as ChatGPT, so don't expect it to be,
|
40 |
but if you type "think:" (without the quotes) and then your question (before pressing enter),
|
|
|
45 |
The model tends to be smarter when Langchain is bypassed, but I use Langchain in the bot, so the bot can remember things in context but I
|
46 |
include the "think:" command so that Langchain can be temporarily bypassed if you want.
|
47 |
|
48 |
+
The code on GitHub and here is just a simple bot, but the bot can be enhanced with other commands, as well as the "think:" command.
|
49 |
Commands are simply actions that the bot does which use your input when you match a certain pattern.
|
50 |
|
51 |
I've made a version of her that also has commands for spelling, math, telling the time, paraphrasing,
|
|
|
121 |
The model can be downloaded or installed from this repository
|
122 |
and the code for the bot can be found at
|
123 |
https://github.com/StevieEngbrock/LittleMKIA/blob/main/microMKIA.py
|
124 |
+
or
|
125 |
+
or
|
126 |
+
here at Huggingface at https://huggingface.co/Stevie23/LittleMKIA/blob/main/LittleMKIA.py
|
127 |
+
|
128 |
+
for now the code here is more up to date than on GitHub but I hope to update GitHub Soon
|
129 |
|
130 |
# Expectations
|
131 |
|
|
|
281 |
link to the code for a basic bot using the system.
|
282 |
|
283 |
https://github.com/StevieEngbrock/LittleMKIA/blob/main/microMKIA.py
|
284 |
+
as well as a link on this site at https://huggingface.co/Stevie23/LittleMKIA/blob/main/LittleMKIA.py
|
285 |
|
286 |
+
for now the code here is more up to date than on GitHub but I hope to update GitHub Soon
|
287 |
As I mentioned in some of the above information
|
288 |
the bot can be modified with custom commands and can be further fine-tuned however you want.
|
289 |
|