Henk717 commited on
Commit
39d1e59
1 Parent(s): 0411697

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -4
README.md CHANGED
@@ -1,8 +1,83 @@
1
  ---
2
  license: llama2
3
  ---
4
- This is the release candidate of the Tiefigther model, currently only available in Q5_K_S for testing.
5
- By requesting access you accept that you will not be redistributing/merging/requantizing this model file, you can do this with the final version.
6
- You may however host this pre-release trough an API endpoint as long as you stop serving this version after the formal release if the file differs or otherwise indicate it was the RC.
 
7
 
8
- Want to discuss this model? Join us on https://koboldai.org/discord
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: llama2
3
  ---
4
+ This is the GGUF version of the model meant for use in [KoboldCpp](https://koboldai.org/cpp), check the [Float16](https://huggingface.co/KoboldAI/LLaMA2-13B-Tiefighter) version for the original.
5
+ # LLaMA2-13B-Tiefighter
6
+ Tiefighter is a merged model achieved trough merging two different lora's on top of a well established existing merge.
7
+ To achieve this the following recipe was used:
8
 
9
+ * We begin with the base model Undi95/Xwin-MLewd-13B-V0.2 which is a well established merged, contrary to the name this model does not have a strong NSFW bias.
10
+ * Then we applied the PocketDoc/Dans-RetroRodeo-13b lora which is a finetune on the Choose your own Adventure datasets from our Skein model.
11
+ * After applying this lora we merged the new model with PocketDoc/Dans-RetroRodeo-13b at 5% to weaken the newly introduced adventure bias.
12
+ * The resulting merge was used as a new basemodel to which we applied Blackroot/Llama-2-13B-Storywriter-LORA and repeated the same trick, this time at 10%.
13
+
14
+ This means this model contains the following ingredients from their upstream models for as far as we can track them:
15
+ - Undi95/Xwin-MLewd-13B-V0.2
16
+ - - Undi95/ReMM-S-Light
17
+ - Undi95/CreativeEngine
18
+ - Brouz/Slerpeno
19
+ - - elinas/chronos-13b-v2
20
+ - jondurbin/airoboros-l2-13b-2.1
21
+ - NousResearch/Nous-Hermes-Llama2-13b+nRuaif/Kimiko-v2
22
+ - CalderaAI/13B-Legerdemain-L2+lemonilia/limarp-llama2-v2
23
+ - - KoboldAI/LLAMA2-13B-Holodeck-1
24
+ - NousResearch/Nous-Hermes-13b
25
+ - OpenAssistant/llama2-13b-orca-8k-3319
26
+ - ehartford/WizardLM-1.0-Uncensored-Llama2-13b
27
+ - Henk717/spring-dragon
28
+ - The-Face-Of-Goonery/Huginn-v3-13b (Contains undisclosed model versions, those we assumed where possible)
29
+ - - SuperCOT (Undisclosed version)
30
+ - elinas/chronos-13b-v2 (Version assumed)
31
+ - NousResearch/Nous-Hermes-Llama2-13b
32
+ - stabilityai/StableBeluga-13B (Version assumed)
33
+ - zattio770/120-Days-of-LORA-v2-13B
34
+ - PygmalionAI/pygmalion-2-13b
35
+ - Undi95/Storytelling-v1-13B-lora
36
+ - TokenBender/sakhi_13B_roleplayer_NSFW_chat_adapter
37
+ - nRuaif/Kimiko-v2-13B
38
+ - The-Face-Of-Goonery/Huginn-13b-FP16
39
+ - - "a lot of different models, like hermes, beluga, airoboros, chronos.. limarp"
40
+ - lemonilia/LimaRP-Llama2-13B-v3-EXPERIMENT
41
+ - Xwin-LM/Xwin-LM-13B-V0.2
42
+ - PocketDoc/Dans-RetroRodeo-13b
43
+ - Blackroot/Llama-2-13B-Storywriter-LORA
44
+
45
+ While we could possibly not credit every single lora or model involved in this merged model, we'd like to thank all involved creators upstream for making this awesome model possible!
46
+ Thanks to you the AI ecosystem is thriving, and without your dedicated tuning efforts models such as this one would not be possible.
47
+
48
+ # Usage
49
+ This model is meant to be creative, If you let it improvise you get better results than if you drown it in details.
50
+
51
+ ## Story Writing
52
+ Regular story writing in the traditional way is supported, simply copy paste your story and continue writing. Optionally use an instruction in memory or an authors note to guide the direction of your story.
53
+
54
+ ### Generate a story on demand
55
+ To generate stories on demand you can use an instruction (tested in the Alpaca format) such as "Write a novel about X, use chapters and dialogue" this will generate a story. The format can vary between generations depending on how the model chooses to begin, either write what you want as shown in the earlier example or write the beginning of the story yourself so the model can follow your style. A few retries can also help if the model gets it wrong.
56
+
57
+ ## Chatbots and persona's
58
+ This model has been tested with various forms of chatting, testers have found that typically less is more and the model is good at improvising. Don't drown the model in paragraphs of detailed information, instead keep it simple first and see how far you can lean on the models own ability to figure out your character. Copy pasting paragraphs of background information is not suitable for a 13B model such as this one, code formatted characters or an instruction prompt describing who you wish to talk to goes much further.
59
+
60
+ For example, you can put this in memory in regular chat mode:
61
+ ```
62
+ ### Instruction:
63
+ Generate a conversation between Alice and Henk where they discuss language models.
64
+ In this conversation Henk is excited to teach Alice about Tiefigther.
65
+ ### Response:
66
+ ```
67
+
68
+ Because the model is a merge of a variety of models, it should support a broad range of instruct formats, or plain chat mode. If you have a particular favourite try it, otherwise we recommend to either use the regular chat mode or Alpaca's format.
69
+
70
+ ## Instruct Prompting
71
+ This model features various instruct models on a variety of instruction styles, when testing the model we have used Alpaca for our own tests. If you prefer a different format chances are it can work.
72
+
73
+ During instructions we have observed that in some cases the adventure data can leak, it may also be worth experimenting using > as the prefix for a user command to remedy this. But this may result in a stronger fiction bias.
74
+
75
+ Keep in mind that while this model can be used as a factual instruct model, the focus was on fiction. Information provided by the model can be made up.
76
+
77
+ ## Adventuring and Adventure Games
78
+ This model contains a lora that was trained on the same adventure dataset as the KoboldAI Skein model. Adventuring is best done using an small introduction to the world and your objective while using the > prefix for a user command (KoboldAI's adventure mode).
79
+
80
+ It is possible that the model does not immediately pick up on what you wish to do and does not engage in its Adventure mode behaviour right away. Simply manually correct the output to trim excess dialogue or other undesirable behaviour and continue to submit your actions using the appropriate mode. The model should pick up on this style quickly and will correctly follow this format within 3 turns.
81
+
82
+ ## Discovered something cool and want to engage with us?
83
+ Join our community at https://koboldai.org/discord !