Files
llama-2-13b-chat-hf-lr5e-5-…/README.md
ModelHub XC f5df9d0fbf 初始化项目,由ModelHub XC社区提供模型
Model: wvnvwn/llama-2-13b-chat-hf-lr5e-5-resta-0.1
Source: Original Platform
2026-05-23 11:49:23 +08:00

56 lines
1.4 KiB
Markdown

---
base_model:
- wvnvwn/llama-2-13b-chat-hf-lr5e-5-gsm8k-lr5e-5
- wvnvwn/llama-2-13b-chat-hf-SSFT-lr5e-5
- meta-llama/Llama-2-13b-chat-hf
library_name: transformers
tags:
- mergekit
- merge
---
# resta_recovered_0.5
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 [linear](https://arxiv.org/abs/2203.05482) merge method.
### Models Merged
The following models were included in the merge:
* [wvnvwn/llama-2-13b-chat-hf-lr5e-5-gsm8k-lr5e-5](https://huggingface.co/wvnvwn/llama-2-13b-chat-hf-lr5e-5-gsm8k-lr5e-5)
* [wvnvwn/llama-2-13b-chat-hf-SSFT-lr5e-5](https://huggingface.co/wvnvwn/llama-2-13b-chat-hf-SSFT-lr5e-5)
* [meta-llama/Llama-2-13b-chat-hf](https://huggingface.co/meta-llama/Llama-2-13b-chat-hf)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
dtype: float16
merge_method: linear
slices:
- sources:
- layer_range: [0, 40]
model:
model:
path: wvnvwn/llama-2-13b-chat-hf-lr5e-5-gsm8k-lr5e-5
parameters:
weight: 1.0
- layer_range: [0, 40]
model:
model:
path: wvnvwn/llama-2-13b-chat-hf-SSFT-lr5e-5
parameters:
weight: 0.5
- layer_range: [0, 40]
model:
model:
path: meta-llama/Llama-2-13b-chat-hf
parameters:
weight: -0.5
```