Edit model card

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:

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
Downloads last month
11
Safetensors
Model size
8.03B params
Tensor type
BF16
·
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Merge of

Collection including grimjim/llama-3-Nephilim-v2-8B