File size: 2,130 Bytes
5eaf1de b4273d0 fcbbf53 ffdec58 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
Good Evening.
[](https://www.youtube.com/watch?v=uHn1x_oiEus "Courtesy of DDRKirby(ISQ) for the song introduction.")
New model mix because I got frustrated of dealing with wrangling with parameters and I chalked it up to a "Seems like a model issue".
Going back to merge stock since i dont feel like experimenting and want to try something that vibes well out of the box.
## Merge Details
### Merge Method
This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using Llama-3.3-70B-Instruct as a base.
### Models Merged
The following models were included in the merge:
* [KaraKaraWitch/Llama-MiraiFanfare-2-3.3-70B](https://huggingface.co/KaraKaraWitch/Llama-MiraiFanfare-2-3.3-70B)
* [Undi95/Sushi-v1.4](https://huggingface.co/Undi95/Sushi-v1.4)
* [Nohobby/L3.3-Prikol-70B-v0.2](https://huggingface.co/Nohobby/L3.3-Prikol-70B-v0.2)
* [Sao10K/L3.3-70B-Euryale-v2.3](https://huggingface.co/Sao10K/L3.3-70B-Euryale-v2.3)
* [TheDrummer/Anubis-70B-v1](https://huggingface.co/TheDrummer/Anubis-70B-v1)
* [EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1](https://huggingface.co/EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1)
* [nitky/Llama-3.3-SuperSwallowX-70B-Instruct-v0.1](https://huggingface.co/nitky/Llama-3.3-SuperSwallowX-70B-Instruct-v0.1)
* [Blackroot/Mirai-3.0-70B](https://huggingface.co/Blackroot/Mirai-3.0-70B)
* [Sao10K/70B-L3.3-Cirrus-x1](https://huggingface.co/Sao10K/70B-L3.3-Cirrus-x1)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: Blackroot/Mirai-3.0-70B
- model: EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1
- model: TheDrummer/Anubis-70B-v1
- model: Sao10K/L3.3-70B-Euryale-v2.3
- model: Sao10K/70B-L3.3-Cirrus-x1
- model: nitky/Llama-3.3-SuperSwallowX-70B-Instruct-v0.1
- model: KaraKaraWitch/Llama-MiraiFanfare-2-3.3-70B
- model: Undi95/Sushi-v1.4
- model: Nohobby/L3.3-Prikol-70B-v0.2
merge_method: model_stock
base_model: Llama-3.3-70B-Instruct
parameters:
normalize: true
dtype: bfloat16
``` |