Undi95's picture
Update README.md
f4f2d9c
|
raw
history blame
2.71 kB
metadata
license: cc-by-nc-4.0

Replaced Zephyr by Airoboros 2.2 and OpenOrca by SynthIA in the mix, the reason why is to see if using merged Mistral models using all the same prompt format would be a better step or not.

Description

This repo contains fp16 files of Mistral-11B-SynthIAirOmniMix.

Model used

Prompt template

3 out of 4 models use the same prompting format.

The best one should be this one, since Zephyr and OpenOrca is out of the merge:

(SYSTEM: {context}) - Not mandatory
USER: {prompt}
ASSISTANT:

But this one (maybe) work too:

Below is an instruction that describes a task. Write a response that appropriately completes the request.

### Instruction:
{prompt}

### Response:

The secret sauce

Mistral-11B-SynthIAOpenPlatypus :

slices:
  - sources:
    - model: "/content/drive/MyDrive/SynthIA-7B-v1.5-bf16"
      layer_range: [0, 24]
  - sources:
    - model: akjindal53244/Mistral-7B-v0.1-Open-Platypus
      layer_range: [8, 32]
merge_method: passthrough
dtype: bfloat16

Mistral-11B-CC-Airo :

slices:
  - sources:
    - model: "/content/drive/MyDrive/CC-v1.1-7B-bf16"
      layer_range: [0, 24]
  - sources:
    - model: "/content/drive/MyDrive/Mistral-7B-Airoboros-2.2-bf16"
      layer_range: [8, 32]
merge_method: passthrough
dtype: bfloat16

Mistral-11B-SynthIAirOmniMix :

slices:
  - sources:
      - model: Mistral-11B-SynthIAOpenPlatypus
        layer_range: [0, 48]
      - model: Mistral-11B-CC-Airo
        layer_range: [0, 48]
merge_method: slerp
base_model: Mistral-11B-OpenOrcaPlatypus
parameters:
  t:
    - filter: lm_head 
      value: [0.75]
    - filter: embed_tokens
      value: [0.75]
    - filter: self_attn
      value: [0.75, 0.25]
    - filter: mlp
      value:  [0.25, 0.75]
    - filter: layernorm
      value: [0.5, 0.5]
    - filter: modelnorm
      value: [0.75]
    - value: 0.5 # fallback for rest of tensors
dtype: bfloat16

I use mergekit for all the manipulation told here.

Some scoring I done myself

[Work in progress]

Others

Special thanks to Sushi, Henky for the machine he give me for big task, and Charles Goddard for his amazing tool.

If you want to support me, you can here.