cgato commited on
Commit
68fea49
1 Parent(s): 2bb5d3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md CHANGED
@@ -1,3 +1,71 @@
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
4
+
5
+ Now not overtrained and with the tokenizer fix to base llama3. Trained for 3 epochs.
6
+
7
+ The latest TheSpice, dipped in Mama Liz's LimaRP Oil.
8
+ I've focused on making the model more flexible and provide a more unique experience.
9
+ I'm still working on cleaning up my dataset, but I've shrunken it down a lot to focus on a "less is more" approach.
10
+ This is ultimate a return to form of the way I used to train Thespis, with more of a focus on a small hand edited dataset.
11
+
12
+
13
+ ## Datasets Used
14
+
15
+ * Capybara
16
+ * Claude Multiround 30k
17
+ * Augmental
18
+ * ToxicQA
19
+ * Yahoo Answers
20
+ * Airoboros 3.1
21
+ * LimaRP
22
+
23
+ ## Features ( Examples from 0.1.1 because I'm too lazy to take new screenshots. Its tested tho. )
24
+
25
+ Narration
26
+
27
+ If you request information on objects or characters in the scene, the model will narrate it to you. Most of the time, without moving the story forward.
28
+
29
+ # You can look at anything mostly as long as you end it with "What do I see?"
30
+
31
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64dd7cda3d6b954bf7cdd922/VREY8QHtH6fCL0fCp8AAC.png)
32
+
33
+ # You can also request to know what a character is thinking or planning.
34
+
35
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64dd7cda3d6b954bf7cdd922/U3RTAgbaB2m1ygfZGJ-SM.png)
36
+
37
+ # You can ask for a quick summary on the character as well.
38
+
39
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64dd7cda3d6b954bf7cdd922/uXFd6GhnXS8w_egUEfcAp.png)
40
+
41
+ # Before continuing the conversation as normal.
42
+
43
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64dd7cda3d6b954bf7cdd922/dYTQUdCshUDtp_BJ20tHy.png)
44
+
45
+ ## Prompt Format: Chat ( The default Ooba template and Silly Tavern Template )
46
+
47
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64dd7cda3d6b954bf7cdd922/59vi4VWP2d0bCbsW2eU8h.png)
48
+
49
+ If you're using Ooba in verbose mode as a server, you can check if you're console is logging something that looks like this.
50
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64dd7cda3d6b954bf7cdd922/mB3wZqtwN8B45nR7W1fgR.png)
51
+
52
+ ```
53
+ {System Prompt}
54
+
55
+ Username: {Input}
56
+ BotName: {Response}
57
+ Username: {Input}
58
+ BotName: {Response}
59
+
60
+ ```
61
+ ## Presets
62
+
63
+ All screenshots above were taken with the below SillyTavern Preset.
64
+ ## Recommended Silly Tavern Preset -> (Temp: 1.25, MinP: 0.1, RepPen: 1.05)
65
+ This is a roughly equivalent Kobold Horde Preset.
66
+ ## Recommended Kobold Horde Preset -> MinP
67
+
68
+
69
+ # Disclaimer
70
+
71
+ Please prompt responsibly and take anything outputted by any Language Model with a huge grain of salt. Thanks!