mpasila commited on
Commit
5f6a69c
1 Parent(s): e49abda

Clarified quantization type

Browse files

Also added original model card

Files changed (1) hide show
  1. README.md +108 -2
README.md CHANGED
@@ -3,6 +3,112 @@ license: llama2
3
  language:
4
  - en
5
  ---
6
- This is an EXL2 quantized model in 3bpw of [KoboldAI/LLaMA2-13B-Psyfighter2](https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2) using [PIPPA](https://huggingface.co/datasets/jasonkstevens/pippa-llama2-chat/blob/refs%2Fconvert%2Fparquet/default/train/0000.parquet) as the calibration dataset. (I might reupload this or add a new branch with a different version that uses the default calibration dataset instead)
7
 
8
- Alpaca and ChatML prompt templates seem to work fine with this model.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  language:
4
  - en
5
  ---
6
+ This is an ExLlamaV2 quantized model in 3bpw of [KoboldAI/LLaMA2-13B-Psyfighter2](https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2) using [PIPPA](https://huggingface.co/datasets/jasonkstevens/pippa-llama2-chat/blob/refs%2Fconvert%2Fparquet/default/train/0000.parquet) as the calibration dataset. (I might reupload this or add a new branch with a different version that uses the default calibration dataset instead)
7
 
8
+ Alpaca and ChatML prompt templates seem to work fine with this model.
9
+
10
+ # Original Model card
11
+
12
+ # LLAMA2-13B-Psyfighter2
13
+ Psyfighter is a merged model created by the KoboldAI community members Jeb Carter and TwistedShadows and was made possible thanks to the KoboldAI merge request service.
14
+
15
+ The intent was to add medical data to supplement the models fictional ability with more details on anatomy and mental states. Due to the low ratio's of medical data and the high ratio's of fiction this model should not be used for medical advice or therapy because of its high chance of pulling in fictional data.
16
+
17
+ The following mergekit recipe was used:
18
+
19
+ ```
20
+ merge_method: task_arithmetic
21
+ base_model: TheBloke/Llama-2-13B-fp16
22
+ models:
23
+ - model: TheBloke/Llama-2-13B-fp16
24
+ - model: KoboldAI/LLaMA2-13B-Tiefighter
25
+ parameters:
26
+ weight: 1.0
27
+ - model: Doctor-Shotgun/cat-v1.0-13b
28
+ parameters:
29
+ weight: 0.01
30
+ - model: Doctor-Shotgun/llama-2-13b-chat-limarp-v2-merged
31
+ parameters:
32
+ weight: 0.02
33
+ dtype: float16
34
+ ```
35
+
36
+ *V1 of this model was published under the account of the creator of the merge
37
+
38
+ This model contains the following ingredients from their upstream models for as far as we can track them:
39
+ - KoboldAI/LLaMA2-13B-Tiefighter
40
+ - Undi95/Xwin-MLewd-13B-V0.2
41
+ - - Undi95/ReMM-S-Light
42
+ - Undi95/CreativeEngine
43
+ - Brouz/Slerpeno
44
+ - - elinas/chronos-13b-v2
45
+ - jondurbin/airoboros-l2-13b-2.1
46
+ - NousResearch/Nous-Hermes-Llama2-13b+nRuaif/Kimiko-v2
47
+ - CalderaAI/13B-Legerdemain-L2+lemonilia/limarp-llama2-v2
48
+ - - KoboldAI/LLAMA2-13B-Holodeck-1
49
+ - NousResearch/Nous-Hermes-13b
50
+ - OpenAssistant/llama2-13b-orca-8k-3319
51
+ - ehartford/WizardLM-1.0-Uncensored-Llama2-13b
52
+ - Henk717/spring-dragon
53
+ - The-Face-Of-Goonery/Huginn-v3-13b (Contains undisclosed model versions, those we assumed where possible)
54
+ - - SuperCOT (Undisclosed version)
55
+ - elinas/chronos-13b-v2 (Version assumed)
56
+ - NousResearch/Nous-Hermes-Llama2-13b
57
+ - stabilityai/StableBeluga-13B (Version assumed)
58
+ - zattio770/120-Days-of-LORA-v2-13B
59
+ - PygmalionAI/pygmalion-2-13b
60
+ - Undi95/Storytelling-v1-13B-lora
61
+ - TokenBender/sakhi_13B_roleplayer_NSFW_chat_adapter
62
+ - nRuaif/Kimiko-v2-13B
63
+ - The-Face-Of-Goonery/Huginn-13b-FP16
64
+ - - "a lot of different models, like hermes, beluga, airoboros, chronos.. limarp"
65
+ - lemonilia/LimaRP-Llama2-13B-v3-EXPERIMENT
66
+ - Xwin-LM/Xwin-LM-13B-V0.2
67
+ - PocketDoc/Dans-RetroRodeo-13b
68
+ - Blackroot/Llama-2-13B-Storywriter-LORA
69
+ - Doctor-Shotgun/cat-v1.0-13b
70
+ - Doctor-Shotgun/llama-2-13b-chat-limarp-v2-merged
71
+ - meta-llama/Llama-2-13b-chat-hf
72
+ - lemonilia/limarp-llama2-v2
73
+
74
+
75
+ 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!
76
+ Thanks to you the AI ecosystem is thriving, and without your dedicated tuning efforts models such as this one would not be possible.
77
+
78
+ # Usage
79
+ This model is meant to be creative, If you let it improvise you get better results than if you drown it in details.
80
+
81
+ ## Story Writing
82
+ 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.
83
+
84
+ ### Generate a story on demand
85
+ 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.
86
+
87
+ ## Chatbots and persona's
88
+ 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.
89
+
90
+ For example, you can put this in memory in regular chat mode:
91
+ ```
92
+ ### Instruction:
93
+ Generate a conversation between Alice and Jeb where they discuss language models.
94
+ In this conversation Henk is excited to teach Alice about Psyfighter.
95
+ ### Response:
96
+ ```
97
+
98
+ 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.
99
+
100
+ ## Instruct Prompting
101
+ 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.
102
+
103
+ 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.
104
+
105
+ 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.
106
+
107
+ ## Adventuring and Adventure Games
108
+ 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).
109
+
110
+ 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.
111
+
112
+ ## Discovered something cool and want to engage with us?
113
+ Join our community at https://koboldai.org/discord !
114
+ We can also provide assistance in making your own merges.