Views
No views yet
1models:
2 - model: meta-llama/Llama-2-7b-hf
3 - model: meta-llama/CodeLlama-7b-Python-hf
4 parameters:
5 density: 0.55
6 weight: 0.5
7 - model: meta-llama/CodeLlama-7b-Instruct-hf
8 parameters:
9 density: 0.65
10 weight: 0.5
11base_model: meta-llama/Llama-2-7b-hf
12merge_method: task_arithmetic
13dtype: float16
14