Views
No views yet
1
2models:
3 - model: meta-llama/Meta-Llama-3-8B-Instruct
4 # Base model providing a general foundation without specific parameters
5
6 - model: meta-llama/Meta-Llama-3-8B-Instruct
7 parameters:
8 density: 0.60
9 weight: 0.5
10
11 - model: ProbeMedicalYonseiMAILab/medllama3-v20
12 parameters:
13 density: 0.55
14 weight: 0.1
15
16 - model: ContactDoctor/Bio-Medical-Llama-3-8B
17 parameters:
18 density: 0.55
19 weight: 0.4
20
21merge_method: ties
22base_model: meta-llama/Meta-Llama-3-8B-Instruct
23parameters:
24 int8_mask: true
25dtype: bfloat16
26