Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
| 1 |
Experimental `aether_x` method (version 81/29) is extremely compute heavy with 71 global yaml parameters. This is a massive pipeline that would benefit from further refinement to all the functions. Some of the long-awaited "brain surgery" features have been added.
|
| 2 |
|
| 3 |
-
This took 26 hours to merge despite only using `max_iter: 32`. It may not perform as well as [DarkArtsForge/Morbid-Miasma-12B](Morbid-Miasma-12B) due to such extreme processing, but should produce interesting results.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
Experimental `aether_x` method (version 81/29) is extremely compute heavy with 71 global yaml parameters. This is a massive pipeline that would benefit from further refinement to all the functions. Some of the long-awaited "brain surgery" features have been added.
|
| 2 |
|
| 3 |
+
This took 26 hours to merge despite only using `max_iter: 32`. It may not perform as well as [https://DarkArtsForge/Morbid-Miasma-12B](Morbid-Miasma-12B) due to such extreme processing, but should produce interesting results. Same donors but with total weights = 1.5
|
| 4 |
+
|
| 5 |
+
```yaml
|
| 6 |
+
architecture: MistralForCausalLM
|
| 7 |
+
merge_method: aether_x
|
| 8 |
+
base_model: B:/12B/mistralai--Mistral-Nemo-Instruct-2407
|
| 9 |
+
models:
|
| 10 |
+
- model: B:/12B/Sorihon--Moonlit-Mirage-12B-Heretic
|
| 11 |
+
parameters:
|
| 12 |
+
weight: 0.25
|
| 13 |
+
- model: B:/12B/MuXodious--Irix-12B-Model_Stock-absolute-heresy
|
| 14 |
+
parameters:
|
| 15 |
+
weight: 0.25
|
| 16 |
+
- model: B:/12B/EldritchLabs--KrakenSakura-Maelstrom-12B-v1
|
| 17 |
+
parameters:
|
| 18 |
+
weight: 0.25
|
| 19 |
+
- model: B:/12B/Sorihon--KansenSakura-Erosion-RP-12B-heretic
|
| 20 |
+
parameters:
|
| 21 |
+
weight: 0.25
|
| 22 |
+
- model: B:/12B/MuXodious--QuasiStarSynth-12B-absolute-heresy
|
| 23 |
+
parameters:
|
| 24 |
+
weight: 0.25
|
| 25 |
+
- model: B:/12B/Naphula--Ancient-Awakening-12B-MPOA
|
| 26 |
+
parameters:
|
| 27 |
+
weight: 0.25
|
| 28 |
+
```
|