llama-3-Nephilim-v2-8B
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.
Merge Details
Merge Method
This model was merged using the task arithmetic merge method using grimjim/llama-3-Nephilim-v1-8B as a base.
Models Merged
The following models were included in the merge:
- openlynn/Llama-3-Soliloquy-8B-v2
- grimjim/Llama-3-Instruct-8B-SPPO-Iter3-SimPO-merge
- grimjim/llama-3-aaditya-OpenBioLLM-8B
Configuration
The following YAML configuration was used to produce this model:
base_model: grimjim/llama-3-Nephilim-v1-8B
dtype: bfloat16
merge_method: task_arithmetic
parameters:
normalize: false
slices:
- sources:
- layer_range: [0, 32]
model: grimjim/llama-3-Nephilim-v1-8B
- layer_range: [0, 32]
model: grimjim/Llama-3-Instruct-8B-SPPO-Iter3-SimPO-merge
parameters:
weight: 0.9
- layer_range: [0, 32]
model: openlynn/Llama-3-Soliloquy-8B-v2
parameters:
weight: 0.1
- layer_range: [0, 32]
model: grimjim/llama-3-aaditya-OpenBioLLM-8B
parameters:
weight: 0.1
Open LLM Leaderboard Evaluation Results
Detailed results can be found here
Metric | Value |
---|---|
Avg. | 20.41 |
IFEval (0-Shot) | 39.22 |
BBH (3-Shot) | 29.90 |
MATH Lvl 5 (4-Shot) | 9.52 |
GPQA (0-shot) | 6.60 |
MuSR (0-shot) | 7.89 |
MMLU-PRO (5-shot) | 29.35 |
- Downloads last month
- 24
Model tree for grimjim/llama-3-Nephilim-v2-8B
Collection including grimjim/llama-3-Nephilim-v2-8B
Evaluation results
- strict accuracy on IFEval (0-Shot)Open LLM Leaderboard39.220
- normalized accuracy on BBH (3-Shot)Open LLM Leaderboard29.900
- exact match on MATH Lvl 5 (4-Shot)Open LLM Leaderboard9.520
- acc_norm on GPQA (0-shot)Open LLM Leaderboard6.600
- acc_norm on MuSR (0-shot)Open LLM Leaderboard7.890
- accuracy on MMLU-PRO (5-shot)test set Open LLM Leaderboard29.350