File size: 347 Bytes
c6f8fca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
models:
- model: Local-Novel-LLM-project/WabiSabi-V1
parameters:
weight: 1.0
- model: stabilityai/japanese-stablelm-base-gamma-7b
parameters:
weight: 1.0 # weight gradient
merge_method: ties
base_model: mistralai/Mistral-7B-v0.1
parameters:
normalize: true
int8_mask: true
dtype: float16
|