Quantization made by Richard Erkhov.
The Llama-3.2-3B-All-Mix model is a merged language model that combines the strengths of multiple models using the TIES merge method. This model is designed to provide a balanced performance across various tasks and domains.
This is a merge of pre-trained language models created using
mergekit.
This model was merged using the
TIES merge method using
huihui-ai/Llama-3.2-3B-Instruct-abliterated as a base.
1models:
2 - model: Lyte/Llama-3.2-3B-Overthinker
3 parameters:
4 density: 0.5
5 weight: 0.5
6 - model: bunnycore/Llama-3.2-3B-Pure-RP
7 parameters:
8 density: 0.5
9 weight: 0.5
10
11merge_method: ties
12base_model: huihui-ai/Llama-3.2-3B-Instruct-abliterated
13parameters:
14 normalize: false
15 int8_mask: true
16dtype: float16