Views
No views yet
1
2models:
3 - model: unsloth/Llama-3.2-3B-Instruct-bnb-4bit
4 parameters:
5 density: 0.5
6 weight: 0.5
7 - model: taareshg/Llama-3.2-3B-Instruct-En-Hi-merge-200k
8 parameters:
9 density: 0.5
10 weight: 0.5
11merge_method: ties
12base_model: unsloth/Llama-3.2-3B-Instruct-bnb-4bit
13parameters:
14 normalize: false
15 int8_mask: true
16dtype: float16