Files
Llama3.2-3B-INST-Ties/README.md
ModelHub XC 880bca63a4 初始化项目,由ModelHub XC社区提供模型
Model: Alelcv27/Llama3.2-3B-INST-Ties
Source: Original Platform
2026-07-03 22:21:22 +08:00

54 lines
1.4 KiB
Markdown

---
base_model:
- Alelcv27/Llama3.2-3B-INST-Code
- meta-llama/Llama-3.2-3B-Instruct
- Alelcv27/Llama3.2-3B-INST-Math1
library_name: transformers
tags:
- mergekit
- merge
---
# Llama3.2-3B-INST-Ties
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
## Merge Details
### Merge Method
This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) as a base.
### Models Merged
The following models were included in the merge:
* [Alelcv27/Llama3.2-3B-INST-Code](https://huggingface.co/Alelcv27/Llama3.2-3B-INST-Code)
* [Alelcv27/Llama3.2-3B-INST-Math1](https://huggingface.co/Alelcv27/Llama3.2-3B-INST-Math1)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
base_model: meta-llama/Llama-3.2-3B-Instruct
dtype: float16
merge_method: ties
modules:
default:
slices:
- sources:
- layer_range: [0, 28]
model: Alelcv27/Llama3.2-3B-INST-Math1
parameters:
density: 0.8
weight: 0.8
- layer_range: [0, 28]
model: Alelcv27/Llama3.2-3B-INST-Code
parameters:
density: 0.8
weight: 0.7
- layer_range: [0, 28]
model: meta-llama/Llama-3.2-3B-Instruct
parameters:
normalize: 1.0
```