nilq's picture
Upload folder using huggingface_hub
b453c4a verified
---
base_model:
- nilq/mistral-1L-tiny
- nilq/lua-mistral-1L-tiny
library_name: transformers
tags:
- mergekit
- merge
---
# 1L-mistral-lua-stories-linear
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:
* [nilq/mistral-1L-tiny](https://huggingface.co/nilq/mistral-1L-tiny)
* [nilq/lua-mistral-1L-tiny](https://huggingface.co/nilq/lua-mistral-1L-tiny)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: nilq/mistral-1L-tiny
parameters:
weight: 0.5
- model: nilq/lua-mistral-1L-tiny
parameters:
weight: 0.5
merge_method: linear
dtype: float32
```