lemon07r's picture
Update README.md
8077524 verified
|
raw
history blame
No virus
2.56 kB
---
base_model:
- ifable/gemma-2-Ifable-9B
- jsgreenawalt/gemma-2-9B-it-advanced-v2.1
library_name: transformers
tags:
- mergekit
- merge
---
# Gemma 2 Ataraxy v2 9B
Finally, after much testing, a sucessor to the first Gemma 2 Ataraxy 9B. Same kind of recipe, using the same principles, same concept as the last Ataraxy but using better models this time.
![Ataraxy](https://i.imgur.com/P2F9XN9.png)
## About
In this merge, we stuck to using models that used preference optimized training (because, while very expensive to train, these are bar none the best performing Gemma finetunes in all my tests), or trained on the amazing gutenberg dataset just like the last one. You can read why jondurbin/gutenberg-dpo-v0.1 is such a good dataset here: https://huggingface.co/lemon07r/Gemma-2-Ataraxy-9B#why-gutenberg.
This time we use the very good advanced 2.1 merge (a merge using the three best preference optimized models), and a new gutenberg model trained on the dataset in the style of SimPO. Both models alone were already better than the original Ataraxy at writing, and general use, which was a pretty high bar to clear. Merging good models, does not always mean a good resulting model. In fact, when the parent models are really good, usually the child model is not as good. This one however, has surprisingly done quite well in my testing thus far and should be a significant upgrade to the last Ataraxy.
## GGUF / EXL2 Quants
Bartowski quants (imatrix): https://huggingface.co/bartowski/Gemma-2-Ataraxy-v2-9B-GGUF
More coming soon.
## Format
Use Gemma 2 format.
## Benchmarks and Leaderboard Rankings
Coming soon.
## Merge Details
### Merge Method
This model was merged using the SLERP merge method.
### Models Merged
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
The following models were included in the merge:
* [ifable/gemma-2-Ifable-9B](https://huggingface.co/ifable/gemma-2-Ifable-9B)
* [jsgreenawalt/gemma-2-9B-it-advanced-v2.1](https://huggingface.co/jsgreenawalt/gemma-2-9B-it-advanced-v2.1)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
base_model: ifable/gemma-2-Ifable-9B
dtype: bfloat16
merge_method: slerp
parameters:
t:
- filter: self_attn
value: [0.0, 0.5, 0.3, 0.7, 1.0]
- filter: mlp
value: [1.0, 0.5, 0.7, 0.3, 0.0]
- value: 0.5
slices:
- sources:
- layer_range: [0, 42]
model: jsgreenawalt/gemma-2-9B-it-advanced-v2.1
- layer_range: [0, 42]
model: ifable/gemma-2-Ifable-9B
```