license: apache-2.0 | |
tags: | |
- merge | |
- mergekit | |
- lazymergekit | |
- TinyLlama/TinyLlama-1.1B-Chat-v1.0 | |
- l3utterfly/tinyllama-1.1b-layla-v1 | |
# TinyLlama-1.1B-chat-dare-v1 | |
TinyLlama-1.1B-chat-dare-v1 is a merge of the following models using [mergekit](https://github.com/cg123/mergekit): | |
* [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) | |
* [l3utterfly/tinyllama-1.1b-layla-v1](https://huggingface.co/l3utterfly/tinyllama-1.1b-layla-v1) | |
## 🧩 Configuration | |
```yaml | |
models: | |
- model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T | |
# No parameters necessary for base model | |
- model: TinyLlama/TinyLlama-1.1B-Chat-v1.0 | |
parameters: | |
density: 0.53 | |
weight: 0.6 | |
- model: l3utterfly/tinyllama-1.1b-layla-v1 | |
parameters: | |
density: 0.53 | |
weight: 0.4 | |
merge_method: dare_ties | |
base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T | |
parameters: | |
int8_mask: true | |
dtype: bfloat16 | |
``` |