File size: 332 Bytes
ad4676a |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
models:
- model: gradientai/Llama-3-8B-Instruct-Gradient-1048k
# No parameters necessary for base model
- model: aaditya/Llama3-OpenBioLLM-8B
parameters:
density: 0.6
weight: 0.66
merge_method: dare_ties
base_model: gradientai/Llama-3-8B-Instruct-Gradient-1048k
parameters:
int8_mask: true
dtype: bfloat16
|