Darkhn's picture
Upload folder using huggingface_hub
39b031f verified
---
base_model:
- Darkhn/Test-Unhinged-RP-Alpha-V1-Llama-3.3-70B
- SentientAGI/Dobby-Unhinged-Llama-3.3-70B
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 [DARE TIES](https://arxiv.org/abs/2311.03099) merge method using [SentientAGI/Dobby-Unhinged-Llama-3.3-70B](https://huggingface.co/SentientAGI/Dobby-Unhinged-Llama-3.3-70B) as a base.
### Models Merged
The following models were included in the merge:
* [Darkhn/Test-Unhinged-RP-Alpha-V1-Llama-3.3-70B](https://huggingface.co/Darkhn/Test-Unhinged-RP-Alpha-V1-Llama-3.3-70B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: Darkhn/Test-Unhinged-RP-Alpha-V1-Llama-3.3-70B
parameters:
weight: 35e-5
density: 1
lambda: 1
- model: SentientAGI/Dobby-Unhinged-Llama-3.3-70B
parameters:
weight: 1
density: 1
lambda: 1
base_model: SentientAGI/Dobby-Unhinged-Llama-3.3-70B
merge_method: dare_ties
parameters:
normalize: false
int8_mask: true
tokenizer:
source: base
chat_template: llama3
dtype: bfloat16
```