File size: 226 Bytes
21d91d2 | 1 2 3 4 5 6 7 8 9 10 11 12 |
models:
- model: openai-community/gpt2
parameters:
weight: 0.6
- model: microsoft/DialoGPT-small
parameters:
weight: 0.4
base_model: openai-community/gpt2
merge_method: task_arithmetic
dtype: bfloat16
|