Guilherme34's picture
Upload folder using huggingface_hub
e548b16 verified
---
base_model:
- Guilherme34/Samantha-test
- Guilherme34/Samantha-v6.5
library_name: transformers
tags:
- mergekit
- merge
---
# merge
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 [Guilherme34/Samantha-test](https://huggingface.co/Guilherme34/Samantha-test) as a base.
### Models Merged
The following models were included in the merge:
* [Guilherme34/Samantha-v6.5](https://huggingface.co/Guilherme34/Samantha-v6.5)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: Guilherme34/Samantha-test
# no parameters necessary for base model
- model: Guilherme34/Samantha-v6.5
parameters:
density: 0.2
weight: 0.2
merge_method: ties
base_model: Guilherme34/Samantha-test
parameters:
normalize: true
dtype: float16
```