This repo contains is a merge of pre-trained language models created using
mergekit.
GGUF quants are available
here.
Task arithmetic was used to add the contributions of three models to v1 as a base model.
The resulting model should be intelligent and attentive to context, and significantly more varied in its outputs compared to v1. The majority contribution was from a merge of two models showcasing recent advances in preference optimization (
princeton-nlp/Llama-3-Instruct-8B-SimPO and
UCLA-AGI/Llama-3-Instruct-8B-SPPO-Iter3), along with minority contributions from a highly-trained roleplay model and a fine-tuned biomedical model.
Care should be taken when using this model, as it is possible that harmful outputs may be generated. Given that this model is derivative, responsible use is further mandated by the
WhiteRabbitNeo Usage Restrictions Extension to the Llama-3 License. This model is further subject to CC-BY-NC-4.0 by default, meaning that commercial use is restricted, barring an alternative licensing agreement.
Tested with 8k context length and Instruct prompting.
Example context templates variants tested with Llama 3 can be
downloaded here; their corresponding Instruct prompts can be
downloaded here.
During testing, sampler settings were temp=1, minP=0.01, and smooth sampling (factor=0.23, curve=4.32), all of which can be
downloaded as a single JSON file.
Built with Meta Llama 3.
This model was merged using the
task arithmetic merge method using
grimjim/llama-3-Nephilim-v1-8B as a base.
1base_model: grimjim/llama-3-Nephilim-v1-8B
2dtype: bfloat16
3merge_method: task_arithmetic
4parameters:
5 normalize: false
6slices:
7- sources:
8 - layer_range: [0, 32]
9 model: grimjim/llama-3-Nephilim-v1-8B
10 - layer_range: [0, 32]
11 model: grimjim/Llama-3-Instruct-8B-SPPO-Iter3-SimPO-merge
12 parameters:
13 weight: 0.9
14 - layer_range: [0, 32]
15 model: openlynn/Llama-3-Soliloquy-8B-v2
16 parameters:
17 weight: 0.1
18 - layer_range: [0, 32]
19 model: grimjim/llama-3-aaditya-OpenBioLLM-8B
20 parameters:
21 weight: 0.1
22
Detailed results can be found
here