SnakyMcSnekFace commited on
Commit
8720d2c
1 Parent(s): fcb87f5

Align the model for better performance in Adventure Mode

Browse files
Psyfighter2-13B-vore.Q4_K_M.gguf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:906ee4c1fa60cd36949972bfc6d3b35302435b77afd7031b50ec61d38b0f1185
3
  size 7865956448
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97d784bdafd487465023abfca7b97d62ba8f4694aba192875a677b886fcf39d6
3
  size 7865956448
Psyfighter2-13B-vore.Q8_0.gguf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:487f1febff821f9d5c03dac612edc3248af899aac1f4b122e8ed2385f87817de
3
  size 13831319648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f48812a5a828b5f14d096408dd93f661cdf0afa355d489a565f4169722fa63fe
3
  size 13831319648
README.md CHANGED
@@ -30,7 +30,7 @@ This is a quantized version of [SnakyMcSnekFace/Psyfighter2-13B-vore](https://hu
30
 
31
  This model is a version of [KoboldAI/LLaMA2-13B-Psyfighter2](https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2) finetuned to better understand vore context. The primary purpose of this model is to be a storywriting assistant, a conversational model in a chat, and an interactive choose-your-own-adventure text game.
32
 
33
- The model has preliminary support for Adventure Mode. It is still work in progress, and the model will be further trained to be better at storytelling and to not require complicated configuration. **(See instructions below for configuring Adventure Mode for optimal performance.)**
34
 
35
  ## Model Details
36
 
@@ -71,34 +71,8 @@ The easiest way to try out the model is [Koboldcpp Colab Notebook](https://colab
71
  - Paste the model URL into the `Model` field: `https://huggingface.co/SnakyMcSnekFace/Psyfighter2-13B-vore-GGUF/resolve/main/Psyfighter2-13B-vore.Q8_0.gguf`
72
  - Set `Layers` field to `30` (reduce this number if the model fails to start)
73
 
74
- #### Adventure Mode
75
 
76
- The model has **preliminary** support for the adventure mode. Select "Scenarios" -> "New Adventure" to start an adventure.
77
-
78
- **IMPORTANT - The context must be configured exactly as described below or the model will not perform well.**
79
-
80
- - Select "Context"
81
- - Paste this text into "Memory" verbatim:
82
- ```
83
- ### Instruction:
84
-
85
- Text transcript of a never-ending adventure story, written by the AI assistant. AI assistant uses vivid and evocative language to create a well-written novel. Characters are proactive and take initiative. Think about what goals the characters of the story have and write what they do to achieve those goals.
86
-
87
- ### Input:
88
- ```
89
- - Ensure that "Newline After Memory" is checked
90
- - Paste this text into "Author's note" verbatim **(IMPORTANT: the Author's Note must end with two empty lines)**:
91
- ```
92
- Write a few paragraphs that advance the plot of the story.
93
-
94
- ### Response:
95
-
96
-
97
- ```
98
- - Set "A/N Strength" to "Immediate"
99
- - Set "Author's Note Template" to `<|>`
100
-
101
- #### Adventure - creating premise and taking turns
102
 
103
  Select "Story" in the bottom left corner to generate premise of the story, and "Action" to take actions with your character. In the adventure mode, the model expects all player actions to be written in second person. For example:
104
 
@@ -128,7 +102,8 @@ Download [Psyfighter2-13B-vore.Q4_K_M.gguf](https://huggingface.co/SnakyMcSnekFa
128
 
129
  ## Model updates
130
 
131
- - 09/02/2024 - fine-tuned the model to follow Kobold AI Adventure Mode format
132
- - 06/02/2024 - fixed errors in training and merging, significantly improving the overall prose quality
133
- - 05/25/2024 - updated training process, making the model more coherent and improving the writing quality
134
- - 04/13/2024 - uploaded the first version of the model
 
 
30
 
31
  This model is a version of [KoboldAI/LLaMA2-13B-Psyfighter2](https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2) finetuned to better understand vore context. The primary purpose of this model is to be a storywriting assistant, a conversational model in a chat, and an interactive choose-your-own-adventure text game.
32
 
33
+ The model has been specifically trained to perform in Kobold AI Adventure Mode, the second-person choose-your-own-adventure story format.
34
 
35
  ## Model Details
36
 
 
71
  - Paste the model URL into the `Model` field: `https://huggingface.co/SnakyMcSnekFace/Psyfighter2-13B-vore-GGUF/resolve/main/Psyfighter2-13B-vore.Q8_0.gguf`
72
  - Set `Layers` field to `30` (reduce this number if the model fails to start)
73
 
 
74
 
75
+ ### Adventure mode
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
 
77
  Select "Story" in the bottom left corner to generate premise of the story, and "Action" to take actions with your character. In the adventure mode, the model expects all player actions to be written in second person. For example:
78
 
 
102
 
103
  ## Model updates
104
 
105
+ - 14/09/2024 - aligned the model for better Adventure Mode flow and improved narrative quality
106
+ - 09/06/2024 - fine-tuned the model to follow Kobold AI Adventure Mode format
107
+ - 02/06/2024 - fixed errors in training and merging, significantly improving the overall prose quality
108
+ - 25/05/2024 - updated training process, making the model more coherent and improving the writing quality
109
+ - 13/04/2024 - uploaded the first version of the model