File size: 476 Bytes
4f25d48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
models:
  - model: unsloth/llama-3-8b-Instruct
  - model: nothingiisreal/L3-8B-Celeste-V1.2 # Another RP / Storytelling Model
    parameters:
      density: 0.1
      weight: 0.1
  - model: Sao10K/L3-8B-Niitama-v1 # Another RP / Storytelling Model
    parameters:
      density: 0.9
      weight: 0.9
merge_method: ties
base_model: unsloth/llama-3-8b-Instruct # For Base Coherence and prompting
parameters:
  int8_mask: true
  rescale: true
  normalize: false
dtype: bfloat16