|
--- |
|
base_model: |
|
- spacematt/gemma-2-9B-it-blend |
|
- spacematt/gemma-2-9B-it-blend-rebase |
|
- allknowingroger/GemmaSlerp5-10B |
|
library_name: transformers |
|
tags: |
|
- mergekit |
|
- merge |
|
|
|
--- |
|
# Gemma-Lingua-2-9B-it |
|
|
|
Okay, so this thing's pretty good at rhyming and slinging jokes. Think lyrical stand-up, but without the awkward silences (hopefully). Takes instructions like a champ, but coding? Forget about it, it's got the vocabulary, not the fingers. And yeah, sometimes it double-spaces like it's texting on a busted phone, but hey, adds character, right? |
|
|
|
 |
|
|
|
### Configuration |
|
|
|
The following YAML configuration was used to produce this model: |
|
|
|
```yaml |
|
base_model: spacematt/gemma-2-9B-it-blend |
|
models: |
|
- model: spacematt/gemma-2-9B-it-blend |
|
- model: allknowingroger/GemmaSlerp5-10B |
|
parameters: |
|
density: 0.5 |
|
weight: 0.5 |
|
- model: spacematt/gemma-2-9B-it-blend-rebase |
|
parameters: |
|
density: 0.5 |
|
weight: 0.5 |
|
merge_method: dare_ties |
|
parameters: |
|
int8_mask: true |
|
chat_template: auto |
|
dtype: bfloat16 |
|
tokenizer_source: spacematt/gemma-2-9B-it-blend |
|
``` |
|
|