L3-R1-Framework-70B / README.md
Kirkito's picture
Update README.md
0deb7e6 verified
---
base_model:
- nicoboss/DeepSeek-R1-Distill-Llama-70B-Uncensored-v2-Unbiased
- NaniDAO/Llama-3.3-70B-Instruct-ablated
- huihui-ai/DeepSeek-R1-Distill-Llama-70B-abliterated
- nbeerbower/Llama-3.1-Nemotron-lorablated-70B
library_name: transformers
tags:
- mergekit
- merge
license: apache-2.0
---
# 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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [NaniDAO/Llama-3.3-70B-Instruct-ablated](https://huggingface.co/NaniDAO/Llama-3.3-70B-Instruct-ablated) as a base.
### Models Merged
The following models were included in the merge:
* [nicoboss/DeepSeek-R1-Distill-Llama-70B-Uncensored-v2-Unbiased](https://huggingface.co/nicoboss/DeepSeek-R1-Distill-Llama-70B-Uncensored-v2-Unbiased)
* [huihui-ai/DeepSeek-R1-Distill-Llama-70B-abliterated](https://huggingface.co/huihui-ai/DeepSeek-R1-Distill-Llama-70B-abliterated)
* [nbeerbower/Llama-3.1-Nemotron-lorablated-70B](https://huggingface.co/nbeerbower/Llama-3.1-Nemotron-lorablated-70B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: nbeerbower/Llama-3.1-Nemotron-lorablated-70B
- model: nicoboss/DeepSeek-R1-Distill-Llama-70B-Uncensored-v2-Unbiased
- model: huihui-ai/DeepSeek-R1-Distill-Llama-70B-abliterated
merge_method: model_stock
dtype: bfloat16
base_model: NaniDAO/Llama-3.3-70B-Instruct-ablated
```