File size: 675 Bytes
34e76fa
 
f9d4542
 
 
 
 
 
 
 
 
 
 
 
e708098
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
language:
  - sv
  - da
  - 'no'
  - is
  - en
tags:
  - merge
pipeline_tag: text-generation
base_model:
  - timpal0l/Llama-3-8B-flashback-v1
  - cognitivecomputations/dolphin-2.9-llama3-8b
---
![](https://huggingface.co/timpal0l/dolphin-2.9-llama3-8b-flashback/resolve/main/water_cat.png?download=true)
## config.yaml
```yaml
models:
  - model: timpal0l/Llama-3-8B-flashback-v1
    # No parameters necessary for base model
  - model: cognitivecomputations/dolphin-2.9-llama3-8b
    parameters:
      density: 0.53
      weight: 0.6
merge_method: dare_ties
base_model: timpal0l/Llama-3-8B-flashback-v1
parameters:
  int8_mask: true
dtype: bfloat16
```