From a65e24d68dc4e63ea2a2ac19219b31f66b13bec5 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 28 Apr 2026 05:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: KoboldAI/LLaMA2-13B-Tiefighter-GGUF Source: Original Platform --- .gitattributes | 36 ++++++++++++++ LLaMA2-13B-Tiefighter.F16.gguf | 3 ++ LLaMA2-13B-Tiefighter.IQ4_XS.gguf | 3 ++ LLaMA2-13B-Tiefighter.Q2_K.gguf | 3 ++ LLaMA2-13B-Tiefighter.Q3_K_L.gguf | 3 ++ LLaMA2-13B-Tiefighter.Q3_K_M.gguf | 3 ++ LLaMA2-13B-Tiefighter.Q3_K_S.gguf | 3 ++ LLaMA2-13B-Tiefighter.Q4_0.gguf | 3 ++ LLaMA2-13B-Tiefighter.Q4_1.gguf | 3 ++ LLaMA2-13B-Tiefighter.Q4_K_M.gguf | 3 ++ LLaMA2-13B-Tiefighter.Q4_K_S.gguf | 3 ++ LLaMA2-13B-Tiefighter.Q5_0.gguf | 3 ++ LLaMA2-13B-Tiefighter.Q5_1.gguf | 3 ++ LLaMA2-13B-Tiefighter.Q5_K_M.gguf | 3 ++ LLaMA2-13B-Tiefighter.Q5_K_S.gguf | 3 ++ LLaMA2-13B-Tiefighter.Q6_K.gguf | 3 ++ LLaMA2-13B-Tiefighter.Q8_0.gguf | 3 ++ README.md | 83 +++++++++++++++++++++++++++++++ 18 files changed, 167 insertions(+) create mode 100644 .gitattributes create mode 100644 LLaMA2-13B-Tiefighter.F16.gguf create mode 100644 LLaMA2-13B-Tiefighter.IQ4_XS.gguf create mode 100644 LLaMA2-13B-Tiefighter.Q2_K.gguf create mode 100644 LLaMA2-13B-Tiefighter.Q3_K_L.gguf create mode 100644 LLaMA2-13B-Tiefighter.Q3_K_M.gguf create mode 100644 LLaMA2-13B-Tiefighter.Q3_K_S.gguf create mode 100644 LLaMA2-13B-Tiefighter.Q4_0.gguf create mode 100644 LLaMA2-13B-Tiefighter.Q4_1.gguf create mode 100644 LLaMA2-13B-Tiefighter.Q4_K_M.gguf create mode 100644 LLaMA2-13B-Tiefighter.Q4_K_S.gguf create mode 100644 LLaMA2-13B-Tiefighter.Q5_0.gguf create mode 100644 LLaMA2-13B-Tiefighter.Q5_1.gguf create mode 100644 LLaMA2-13B-Tiefighter.Q5_K_M.gguf create mode 100644 LLaMA2-13B-Tiefighter.Q5_K_S.gguf create mode 100644 LLaMA2-13B-Tiefighter.Q6_K.gguf create mode 100644 LLaMA2-13B-Tiefighter.Q8_0.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..75ac8f4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,36 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.gguf filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text diff --git a/LLaMA2-13B-Tiefighter.F16.gguf b/LLaMA2-13B-Tiefighter.F16.gguf new file mode 100644 index 0000000..d08569b --- /dev/null +++ b/LLaMA2-13B-Tiefighter.F16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f536e60baf93e0d20f7a432d32c0d819f662570982a4b09790c56ef115afd5 +size 26033303424 diff --git a/LLaMA2-13B-Tiefighter.IQ4_XS.gguf b/LLaMA2-13B-Tiefighter.IQ4_XS.gguf new file mode 100644 index 0000000..8e28379 --- /dev/null +++ b/LLaMA2-13B-Tiefighter.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82e6dcf3fbe5c634f7d17841d85ecbb7cd6907150c40e579e14bf6bbdbc1068 +size 7019517888 diff --git a/LLaMA2-13B-Tiefighter.Q2_K.gguf b/LLaMA2-13B-Tiefighter.Q2_K.gguf new file mode 100644 index 0000000..49c28fd --- /dev/null +++ b/LLaMA2-13B-Tiefighter.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cfeab4e9481dbc91554955cb12cc6586644c9c6aa5c39677988785137609e8 +size 5429348288 diff --git a/LLaMA2-13B-Tiefighter.Q3_K_L.gguf b/LLaMA2-13B-Tiefighter.Q3_K_L.gguf new file mode 100644 index 0000000..7ffb45e --- /dev/null +++ b/LLaMA2-13B-Tiefighter.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2ce8925a878600f71388e5ca10f5759dcc50bd668de12dfb6fd7e42cb70146 +size 6929559488 diff --git a/LLaMA2-13B-Tiefighter.Q3_K_M.gguf b/LLaMA2-13B-Tiefighter.Q3_K_M.gguf new file mode 100644 index 0000000..948b269 --- /dev/null +++ b/LLaMA2-13B-Tiefighter.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad3ec7a074496350e6d49bb3499faefbaeda60a55a1aee543c18394b2f8b8b1 +size 6337769408 diff --git a/LLaMA2-13B-Tiefighter.Q3_K_S.gguf b/LLaMA2-13B-Tiefighter.Q3_K_S.gguf new file mode 100644 index 0000000..ae13102 --- /dev/null +++ b/LLaMA2-13B-Tiefighter.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743152c6588dd3dfc892fde876389f460848c25daa0488923176c50c29820bd0 +size 5658980288 diff --git a/LLaMA2-13B-Tiefighter.Q4_0.gguf b/LLaMA2-13B-Tiefighter.Q4_0.gguf new file mode 100644 index 0000000..e640d2e --- /dev/null +++ b/LLaMA2-13B-Tiefighter.Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159619f7786da3fccfd2af25c5144d824c09b98f88093b5938dc6a89db2e683f +size 7365834688 diff --git a/LLaMA2-13B-Tiefighter.Q4_1.gguf b/LLaMA2-13B-Tiefighter.Q4_1.gguf new file mode 100644 index 0000000..09831e8 --- /dev/null +++ b/LLaMA2-13B-Tiefighter.Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b9368391d96a34975c6d76e9b2f4bf791d969254375cf9dcd9efc62dde3840 +size 8169060288 diff --git a/LLaMA2-13B-Tiefighter.Q4_K_M.gguf b/LLaMA2-13B-Tiefighter.Q4_K_M.gguf new file mode 100644 index 0000000..91e7a2d --- /dev/null +++ b/LLaMA2-13B-Tiefighter.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea97134b32f2e282cc0e245f9d53902115d3b17b84b7c18b1190bf095220c582 +size 7865956288 diff --git a/LLaMA2-13B-Tiefighter.Q4_K_S.gguf b/LLaMA2-13B-Tiefighter.Q4_K_S.gguf new file mode 100644 index 0000000..5d86c32 --- /dev/null +++ b/LLaMA2-13B-Tiefighter.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e9910d66a4626f14a2e33ebdca46288ee8b09d16fad04e5bd56a411c7821d4 +size 7423178688 diff --git a/LLaMA2-13B-Tiefighter.Q5_0.gguf b/LLaMA2-13B-Tiefighter.Q5_0.gguf new file mode 100644 index 0000000..a28fd26 --- /dev/null +++ b/LLaMA2-13B-Tiefighter.Q5_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d435edc1893c466a8a7fe6b854c173ddcc75ad8220fcfdfda9f5fd4872388499 +size 8972285888 diff --git a/LLaMA2-13B-Tiefighter.Q5_1.gguf b/LLaMA2-13B-Tiefighter.Q5_1.gguf new file mode 100644 index 0000000..0741f0a --- /dev/null +++ b/LLaMA2-13B-Tiefighter.Q5_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5d089c1a8f8ff34e1cbbd6cd0306bf5eceeb9ca8dcb33b47517d3c937822a5 +size 9775511488 diff --git a/LLaMA2-13B-Tiefighter.Q5_K_M.gguf b/LLaMA2-13B-Tiefighter.Q5_K_M.gguf new file mode 100644 index 0000000..a72930c --- /dev/null +++ b/LLaMA2-13B-Tiefighter.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbcbec3d8f11de536496e1fbbdb30b8bb2c8d505b9d2c986054eba03c58cf23a +size 9229924288 diff --git a/LLaMA2-13B-Tiefighter.Q5_K_S.gguf b/LLaMA2-13B-Tiefighter.Q5_K_S.gguf new file mode 100644 index 0000000..b7c11c8 --- /dev/null +++ b/LLaMA2-13B-Tiefighter.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b63b67ea26c870678e76100e0c26541f1bec242426309ef59d1252a29d21e3a +size 8972285888 diff --git a/LLaMA2-13B-Tiefighter.Q6_K.gguf b/LLaMA2-13B-Tiefighter.Q6_K.gguf new file mode 100644 index 0000000..1338cf3 --- /dev/null +++ b/LLaMA2-13B-Tiefighter.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff24af123a6dbb36b76c610a8b556dcb881e251edc01ea149da05a1ffabd51c +size 10679140288 diff --git a/LLaMA2-13B-Tiefighter.Q8_0.gguf b/LLaMA2-13B-Tiefighter.Q8_0.gguf new file mode 100644 index 0000000..0b2dc0e --- /dev/null +++ b/LLaMA2-13B-Tiefighter.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d60cae60e7692f6de06fa1886b772f831d18afdabbbad20d7956a25b74ba334 +size 13831319488 diff --git a/README.md b/README.md new file mode 100644 index 0000000..38da1fd --- /dev/null +++ b/README.md @@ -0,0 +1,83 @@ +--- +license: llama2 +--- +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. +# LLaMA2-13B-Tiefighter +Tiefighter is a merged model achieved trough merging two different lora's on top of a well established existing merge. +To achieve this the following recipe was used: + +* 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. +* Then we applied the PocketDoc/Dans-RetroRodeo-13b lora which is a finetune on the Choose your own Adventure datasets from our Skein model. +* After applying this lora we merged the new model with PocketDoc/Dans-RetroRodeo-13b at 5% to weaken the newly introduced adventure bias. +* 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%. + +This means this model contains the following ingredients from their upstream models for as far as we can track them: +- Undi95/Xwin-MLewd-13B-V0.2 +- - Undi95/ReMM-S-Light + - Undi95/CreativeEngine + - Brouz/Slerpeno + - - elinas/chronos-13b-v2 + - jondurbin/airoboros-l2-13b-2.1 + - NousResearch/Nous-Hermes-Llama2-13b+nRuaif/Kimiko-v2 + - CalderaAI/13B-Legerdemain-L2+lemonilia/limarp-llama2-v2 + - - KoboldAI/LLAMA2-13B-Holodeck-1 + - NousResearch/Nous-Hermes-13b + - OpenAssistant/llama2-13b-orca-8k-3319 + - ehartford/WizardLM-1.0-Uncensored-Llama2-13b + - Henk717/spring-dragon + - The-Face-Of-Goonery/Huginn-v3-13b (Contains undisclosed model versions, those we assumed where possible) + - - SuperCOT (Undisclosed version) + - elinas/chronos-13b-v2 (Version assumed) + - NousResearch/Nous-Hermes-Llama2-13b + - stabilityai/StableBeluga-13B (Version assumed) + - zattio770/120-Days-of-LORA-v2-13B + - PygmalionAI/pygmalion-2-13b + - Undi95/Storytelling-v1-13B-lora + - TokenBender/sakhi_13B_roleplayer_NSFW_chat_adapter + - nRuaif/Kimiko-v2-13B + - The-Face-Of-Goonery/Huginn-13b-FP16 + - - "a lot of different models, like hermes, beluga, airoboros, chronos.. limarp" + - lemonilia/LimaRP-Llama2-13B-v3-EXPERIMENT + - Xwin-LM/Xwin-LM-13B-V0.2 +- PocketDoc/Dans-RetroRodeo-13b +- Blackroot/Llama-2-13B-Storywriter-LORA + +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! +Thanks to you the AI ecosystem is thriving, and without your dedicated tuning efforts models such as this one would not be possible. + +# Usage +This model is meant to be creative, If you let it improvise you get better results than if you drown it in details. + +## Story Writing +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. + +### Generate a story on demand +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. + +## Chatbots and persona's +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. + +For example, you can put this in memory in regular chat mode: +``` +### Instruction: +Generate a conversation between Alice and Henk where they discuss language models. +In this conversation Henk is excited to teach Alice about Tiefigther. +### Response: +``` + +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. + +## Instruct Prompting +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. + +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. + +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. + +## Adventuring and Adventure Games +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). + +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. + +## Discovered something cool and want to engage with us? +Join our community at https://koboldai.org/discord ! \ No newline at end of file