Weekend_Project / README.md
jeiku's picture
Upload 10 files
da5835d verified
---
base_model:
- ResplendentAI/Paradigm_7B
- ResplendentAI/Paradigm_7B
- jeiku/Theory_of_Mind_Roleplay_Mistral
- ResplendentAI/Paradigm_7B
- jeiku/Theory_of_Mind_Mistral
library_name: transformers
tags:
- mergekit
- merge
---
# Weekend
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 [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [ResplendentAI/Paradigm_7B](https://huggingface.co/ResplendentAI/Paradigm_7B) as a base.
### Models Merged
The following models were included in the merge:
* [ResplendentAI/Paradigm_7B](https://huggingface.co/ResplendentAI/Paradigm_7B) + [jeiku/Theory_of_Mind_Roleplay_Mistral](https://huggingface.co/jeiku/Theory_of_Mind_Roleplay_Mistral)
* [ResplendentAI/Paradigm_7B](https://huggingface.co/ResplendentAI/Paradigm_7B) + [jeiku/Theory_of_Mind_Mistral](https://huggingface.co/jeiku/Theory_of_Mind_Mistral)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
merge_method: dare_ties
base_model: ResplendentAI/Paradigm_7B
parameters:
normalize: true
models:
- model: ResplendentAI/Paradigm_7B+jeiku/Theory_of_Mind_Roleplay_Mistral
parameters:
weight: 1
- model: ResplendentAI/Paradigm_7B+jeiku/Theory_of_Mind_Mistral
parameters:
weight: 1
dtype: float16
```