| base_model: | |
| - ReadyArt/Forgotten-Safeword-70B-v5.0 | |
| - ReadyArt/The-Omega-Directive-L-70B-v1.0 | |
| - ReadyArt/Fallen-Safeword-70B-R1-v4.1 | |
| - Steelskull/L3.3-MS-Nevoria-70b | |
| library_name: transformers | |
| tags: | |
| - mergekit | |
| - merge | |
| # TRANS | |
| 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 [Steelskull/L3.3-MS-Nevoria-70b](https://huggingface.co/Steelskull/L3.3-MS-Nevoria-70b) as a base. | |
| ### Models Merged | |
| The following models were included in the merge: | |
| * [ReadyArt/Forgotten-Safeword-70B-v5.0](https://huggingface.co/ReadyArt/Forgotten-Safeword-70B-v5.0) | |
| * [ReadyArt/The-Omega-Directive-L-70B-v1.0](https://huggingface.co/ReadyArt/The-Omega-Directive-L-70B-v1.0) | |
| * [ReadyArt/Fallen-Safeword-70B-R1-v4.1](https://huggingface.co/ReadyArt/Fallen-Safeword-70B-R1-v4.1) | |
| ### Configuration | |
| The following YAML configuration was used to produce this model: | |
| ```yaml | |
| models: | |
| - model: ReadyArt/Fallen-Safeword-70B-R1-v4.1 | |
| - model: ReadyArt/The-Omega-Directive-L-70B-v1.0 | |
| - model: ReadyArt/Forgotten-Safeword-70B-v5.0 | |
| base_model: Steelskull/L3.3-MS-Nevoria-70b | |
| merge_method: model_stock | |
| dtype: float32 | |
| out_dtype: bfloat16 | |
| chat_template: llama3 | |
| tokenizer: | |
| source: base | |
| pad_to_multiple_of: 8 | |
| ``` | |