|
--- |
|
base_model: |
|
- DreadPoor/Alita99-8B-LINEAR |
|
- arcee-ai/Llama-3.1-SuperNova-Lite |
|
- DreadPoor/Aurora_faustus-8B-LINEAR |
|
- DreadPoor/BaeZel-8B-LINEAR |
|
- DreadPoor/Elusive_Dragon_Heart-8B-LINEAR |
|
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 [arcee-ai/Llama-3.1-SuperNova-Lite](https://huggingface.co/arcee-ai/Llama-3.1-SuperNova-Lite) as a base. |
|
|
|
### Models Merged |
|
|
|
The following models were included in the merge: |
|
* [DreadPoor/Alita99-8B-LINEAR](https://huggingface.co/DreadPoor/Alita99-8B-LINEAR) |
|
* [DreadPoor/Aurora_faustus-8B-LINEAR](https://huggingface.co/DreadPoor/Aurora_faustus-8B-LINEAR) |
|
* [DreadPoor/BaeZel-8B-LINEAR](https://huggingface.co/DreadPoor/BaeZel-8B-LINEAR) |
|
* [DreadPoor/Elusive_Dragon_Heart-8B-LINEAR](https://huggingface.co/DreadPoor/Elusive_Dragon_Heart-8B-LINEAR) |
|
|
|
### Configuration |
|
|
|
The following YAML configuration was used to produce this model: |
|
|
|
```yaml |
|
models: |
|
- model: DreadPoor/Elusive_Dragon_Heart-8B-LINEAR |
|
- model: DreadPoor/Alita99-8B-LINEAR |
|
- model: DreadPoor/BaeZel-8B-LINEAR |
|
- model: DreadPoor/Aurora_faustus-8B-LINEAR |
|
merge_method: model_stock |
|
base_model: arcee-ai/Llama-3.1-SuperNova-Lite |
|
normalize: false |
|
int8_mask: true |
|
dtype: bfloat16 |
|
|
|
``` |