My_Model / README.md
herry90's picture
Upload folder using huggingface_hub
fc61d32 verified
---
base_model:
- Vanessasml/cyber-risk-llama-2-7b
- cxllin/Llama2-7b-Finance
library_name: transformers
tags:
- mergekit
- merge
---
# llama3s-merged
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 [Vanessasml/cyber-risk-llama-2-7b](https://huggingface.co/Vanessasml/cyber-risk-llama-2-7b) as a base.
### Models Merged
The following models were included in the merge:
* [cxllin/Llama2-7b-Finance](https://huggingface.co/cxllin/Llama2-7b-Finance)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
base_model: Vanessasml/cyber-risk-llama-2-7b
dtype: float16
merge_method: ties
parameters:
normalize: 1.0
slices:
- sources:
- layer_range: [0, 32]
model: Vanessasml/cyber-risk-llama-2-7b
- layer_range: [0, 32]
model: cxllin/Llama2-7b-Finance
parameters:
density: 0.5
weight: 0.5
```