Pelican-9b-v0.1 / README.md
NeuralNovel's picture
Update README.md
59f1c34 verified
|
raw
history blame
997 Bytes
---
base_model:
- flemmingmiguel/MBX-7B
- flemmingmiguel/MBX-7B-v3
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).
**Warning**
⚠️ Model is broken and outputs only broken german.
⚠️ Possibly obsessed with Fußball.
### Merge Method
This model was merged using the passthrough merge method and only speaks german, somewhat obsessed with football.
### Models Merged
The following models were included in the merge:
* [flemmingmiguel/MBX-7B](https://huggingface.co/flemmingmiguel/MBX-7B)
* [flemmingmiguel/MBX-7B-v3](https://huggingface.co/flemmingmiguel/MBX-7B-v3)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
slices:
- sources:
- model: flemmingmiguel/MBX-7B-v3
layer_range: [0, 32]
- sources:
- model: flemmingmiguel/MBX-7B
layer_range: [20, 32]
merge_method: passthrough
dtype: float16
```