File size: 1,076 Bytes
d8e91c8
 
 
55c1836
d8e91c8
574ff66
 
8d12568
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
license: other
license_name: llama-3
license_link: https://llama.meta.com/llama3/license
---
Merged [cognitivecomputations/dolphin-2.9-llama3-8b](https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b) and [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) because I thought the Dolphin finetune was a bit too 'robot-y' in the answers.

GGUF files can be found here: [RDson/Dolphin-less-Llama-3-Instruct-8B-GGUF](https://huggingface.co/RDson/Dolphin-less-Llama-3-Instruct-8B-GGUF).

Mergekit yaml:
```
tokenizer_source: union
slices:
  - sources:
      - model: ollama/llama3/Meta-Llama-3-8B-Instruct
        layer_range: [0, 32]
      - model: dolphin-2.9-llama3-8b
        layer_range: [0, 32]
        parameters:
          weight: 0.75
merge_method: slerp
base_model: ollama/llama3/Meta-Llama-3-8B-Instruct
parameters:
  normalize: true
  embed_slerp: true
  t:
    - filter: self_attn
      value: [0, 0.5, 0.3, 0.7, 1]
    - filter: mlp
      value: [1, 0.5, 0.7, 0.3, 0]
    - value: 0.5
dtype: bfloat16
```