|
--- |
|
base_model: |
|
- DavidAU/L3.1-RP-Hero-Dirty_Harry-8B |
|
- FuseAI/FuseChat-Llama-3.1-8B-Instruct |
|
- jaspionjader/Kosmos-EVAA-Franken-v38-8B |
|
- Casual-Autopsy/L3-Umbral-Mind-RP-v3.0-8B |
|
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 passthrough merge method. |
|
|
|
### Models Merged |
|
|
|
The following models were included in the merge: |
|
* [DavidAU/L3.1-RP-Hero-Dirty_Harry-8B](https://huggingface.co/DavidAU/L3.1-RP-Hero-Dirty_Harry-8B) |
|
* [FuseAI/FuseChat-Llama-3.1-8B-Instruct](https://huggingface.co/FuseAI/FuseChat-Llama-3.1-8B-Instruct) |
|
* [jaspionjader/Kosmos-EVAA-Franken-v38-8B](https://huggingface.co/jaspionjader/Kosmos-EVAA-Franken-v38-8B) |
|
* [Casual-Autopsy/L3-Umbral-Mind-RP-v3.0-8B](https://huggingface.co/Casual-Autopsy/L3-Umbral-Mind-RP-v3.0-8B) |
|
|
|
### Configuration |
|
|
|
The following YAML configuration was used to produce this model: |
|
|
|
```yaml |
|
slices: |
|
- sources: |
|
- model: jaspionjader/Kosmos-EVAA-Franken-v38-8B |
|
layer_range: [0, 4] |
|
- sources: |
|
- model: FuseAI/FuseChat-Llama-3.1-8B-Instruct |
|
layer_range: [4, 8] |
|
- sources: |
|
- model: Casual-Autopsy/L3-Umbral-Mind-RP-v3.0-8B |
|
layer_range: [8, 16] |
|
- sources: |
|
- model: DavidAU/L3.1-RP-Hero-Dirty_Harry-8B |
|
layer_range: [16, 28] |
|
- sources: |
|
- model: jaspionjader/Kosmos-EVAA-Franken-v38-8B |
|
layer_range: [28, 32] |
|
merge_method: passthrough |
|
dtype: bfloat16 |
|
``` |
|
|