Edit model card

Triangle104/MiS-Firefly-v0.2-22B-Q6_K-GGUF

This model was converted to GGUF format from invisietch/MiS-Firefly-v0.2-22B using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.


Model details:

This is a fix for the quantization issue in Firefly v0.1.

Firefly is a Mistral Small 22B finetune designed for creative writing and roleplay. The model is largely uncensored and should support context up to 32,768 tokens.

The model has been tested in various roleplay scenarios up to 16k context, as well as in a role as an assistant. It shows a broad competency & coherence across various scenarios.

Special thanks to SicariusSicariiStuff for bouncing ideas back & forth on training, and SytanSD for quants.

Feedback

I appreciate all feedback on any of my models, you can use:

My Discord server - requires Discord.
The Community tab - requires HF login.
Discord DMs to invisietch.

Your feedback is how I improve these models for future versions.

Disclaimer

This model is extensively uncensored. It can generate explicit, disturbing or offensive responses. Use responsibly. I am not responsible for your use of this model.

This model is a finetune of Mistral Small 22B (2409) and usage must follow the terms of Mistral's license. By downloading this model, you agree not to use it for commercial purposes unless you have a valid Mistral commercial license. See the base model card for more details.

Prompting Format

I'd recommend Mistral v2 & v3 prompting format:

[INST] User message here.[/INST] Bot response here[INST] User message 2 here.[/INST]

If you're using SillyTavern, make sure the story string is set correctly to Mistral v2 & v3 (not v3 Tekken):

[INST] {{#if system}}{{system}} {{/if}}{{#if wiBefore}}{{wiBefore}} {{/if}}{{#if description}}{{description}} {{/if}}{{#if personality}}{{personality}} {{/if}}{{#if scenario}}{{scenario}} {{/if}}{{#if wiAfter}}{{wiAfter}} {{/if}}{{#if persona}}{{persona}} {{/if}}{{trim}}[/INST] Understood.

The model seems very sensitive to wrong prompting formats.

Sampler Settings

I'm running the following sampler settings but this is an RC and they may not be optimal.

Temperature: 1
Min-P: 0.1
Rep Pen: 1.08
Rep Pen Range: 1536
XTC: 0.1/0.15

If you get completely incoherent responses, feel free to use these as a starting point.

High temperature settings (above 1) tend to create less coherent responses.

Training Strategy

I started with a finetune of Mistral Small 22B which had been trained on the Gutenberg dataset: nbeerbower/Mistral-Small-Gutenberg-Doppel-22B.

The first stage of my training was a single epoch at low LR over a 474 million token text completion dataset.

I followed this up with a coherence, decensorship & roleplay finetune over a 172 million token instruct dataset over two epochs.

I did a slerp merge of epoch 1 into epoch 2 at a light weight which resolved the name-spelling issues on quantized versions of Firefly v0.1.

Total training time was about 32hrs on 4x Nvidia A100 80GB.

Built with Axolotl

Open LLM Leaderboard Evaluation Results


Use with llama.cpp

Install llama.cpp through brew (works on Mac and Linux)

brew install llama.cpp

Invoke the llama.cpp server or the CLI.

CLI:

llama-cli --hf-repo Triangle104/MiS-Firefly-v0.2-22B-Q6_K-GGUF --hf-file mis-firefly-v0.2-22b-q6_k.gguf -p "The meaning to life and the universe is"

Server:

llama-server --hf-repo Triangle104/MiS-Firefly-v0.2-22B-Q6_K-GGUF --hf-file mis-firefly-v0.2-22b-q6_k.gguf -c 2048

Note: You can also use this checkpoint directly through the usage steps listed in the Llama.cpp repo as well.

Step 1: Clone llama.cpp from GitHub.

git clone https://github.com/ggerganov/llama.cpp

Step 2: Move into the llama.cpp folder and build it with LLAMA_CURL=1 flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).

cd llama.cpp && LLAMA_CURL=1 make

Step 3: Run inference through the main binary.

./llama-cli --hf-repo Triangle104/MiS-Firefly-v0.2-22B-Q6_K-GGUF --hf-file mis-firefly-v0.2-22b-q6_k.gguf -p "The meaning to life and the universe is"

or

./llama-server --hf-repo Triangle104/MiS-Firefly-v0.2-22B-Q6_K-GGUF --hf-file mis-firefly-v0.2-22b-q6_k.gguf -c 2048
Downloads last month
11
GGUF
Model size
22.2B params
Architecture
llama

6-bit

Inference API
Unable to determine this model’s pipeline type. Check the docs .

Model tree for Triangle104/MiS-Firefly-v0.2-22B-Q6_K-GGUF

Quantized
(8)
this model

Collections including Triangle104/MiS-Firefly-v0.2-22B-Q6_K-GGUF

Evaluation results