nilq's picture
Upload folder using huggingface_hub
f3df900 verified
|
raw
history blame
1.05 kB
---
base_model:
- nilq/baby-python-mistral-1L-tiny-lua-ft
- nilq/baby-python-mistral-1L-tiny-TinyStories-ft
library_name: transformers
tags:
- mergekit
- merge
---
# baby-python-1L-mistral-lua-stories-slerp
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 SLERP merge method.
### Models Merged
The following models were included in the merge:
* [nilq/baby-python-mistral-1L-tiny-lua-ft](https://huggingface.co/nilq/baby-python-mistral-1L-tiny-lua-ft)
* [nilq/baby-python-mistral-1L-tiny-TinyStories-ft](https://huggingface.co/nilq/baby-python-mistral-1L-tiny-TinyStories-ft)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: nilq/baby-python-mistral-1L-tiny-lua-ft
- model: nilq/baby-python-mistral-1L-tiny-TinyStories-ft
merge_method: slerp
base_model: nilq/baby-python-mistral-1L-tiny-lua-ft
parameters:
t:
- value: 0.41
dtype: float16
```