File size: 257 Bytes
e82b2af
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

models:
  - model: openai-community/gpt2
    parameters:
      weight: 0.6
      density: 0.8
  - model: microsoft/DialoGPT-small
    parameters:
      weight: 0.4
      density: 0.8
base_model: microsoft/DialoGPT-small
merge_method: ties
dtype: bfloat16