Magdala-9B / README.md
ClaudioItaly's picture
Upload folder using huggingface_hub
368660a verified
---
base_model:
- sam-paech/Quill-v1
- ClaudioItaly/1800-9B
- ClaudioItaly/Vangelus-Secundus
- jsgreenawalt/gemma-2-9B-it-advanced-v2.1
- sam-paech/Delirium-v1
- mehmetkeremturkcan/oblivionsend
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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [ClaudioItaly/Vangelus-Secundus](https://huggingface.co/ClaudioItaly/Vangelus-Secundus) as a base.
### Models Merged
The following models were included in the merge:
* [sam-paech/Quill-v1](https://huggingface.co/sam-paech/Quill-v1)
* [ClaudioItaly/1800-9B](https://huggingface.co/ClaudioItaly/1800-9B)
* [jsgreenawalt/gemma-2-9B-it-advanced-v2.1](https://huggingface.co/jsgreenawalt/gemma-2-9B-it-advanced-v2.1)
* [sam-paech/Delirium-v1](https://huggingface.co/sam-paech/Delirium-v1)
* [mehmetkeremturkcan/oblivionsend](https://huggingface.co/mehmetkeremturkcan/oblivionsend)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: ClaudioItaly/1800-9B
- model: sam-paech/Delirium-v1
- model: jsgreenawalt/gemma-2-9B-it-advanced-v2.1
- model: sam-paech/Quill-v1
- model: mehmetkeremturkcan/oblivionsend
merge_method: model_stock
base_model: ClaudioItaly/Vangelus-Secundus
normalize: false
int8_mask: true
dtype: bfloat16
```