File size: 1,190 Bytes
f3df900 a0b1aea f3df900 b0282c3 f3df900 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
---
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). This is the LuaStories model in the paper [Tracking Universal Features Through Fine-Tuning and Model Merging](https://arxiv.org/abs/2410.12391).
## 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.58
dtype: float16
```
|