CoolFace
Modelpublic

bamec66557/MISCHIEVOUS-12B-Mix_0.1v

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
2likes18downloads
Model Card

<a href="#" target="_blank"><img src="https://huggingface.co/bamec66557/MISCHIEVOUS-12B/resolve/main/00001-321918068.gif"></a>

merge

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the SLERP merge method.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

yaml
slices:
  - Sources:
      - model: bamec66557/MNRP_0.5
        layer_range: [0, 40] # Merge layer range for MNRP_0.5 model
      - model: bamec66557/MISCHIEVOUS-12B
        layer_range: [0, 40] # Merge layer range for MISCHIEVOUS-12B model.

    # Adjust the merge ratio per layer to drive smoother integration
    # Each filter affects a specific mechanism within the model
    parameters:
      t:
        - Filter: self_attn
          value: [0.2, 0.4, 0.6, 0.8, 1.0] # Progressive merging of self-attention layers
        - filter: mlp
          value: [0.8, 0.6, 0.4, 0.2, 0.0] # Merge MLP layers with opposite proportions
        - filter: layer_norm
          value: [0.5, 0.5, 0.5, 0.5, 0.5, 0.5] # Layer Normalisation should be merged uniformly
        - value: 0.7 # Default

merge_method: slerp # change merge method to slerp

base_model: bamec66557/MISCHIEVOUS-12B # base model for merge

dtype: bfloat16 # data type for efficient and fast operations when merging

# Additional available options
regularisation:
  - method: l2_norm # Stabilise merged model weights with L2 normalisation
    scale: 0.01

postprocessing:
  - operation: smoothing # Smooth the weights after merging
    kernel_size: 3
  - operation: normalise # normalise the overall weights

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

MetricValue
Avg.22.52
IFEval (0-Shot)36.36
BBH (3-Shot)34.36
MATH Lvl 5 (4-Shot)12.76
GPQA (0-shot)10.40
MuSR (0-shot)11.54
MMLU-PRO (5-shot)29.71