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