--- base_model: - spacematt/gemma-2-9B-it-blend - spacematt/gemma-2-9B-it-blend-rebase - allknowingroger/GemmaSlerp5-10B library_name: transformers tags: - mergekit - merge --- # LinguaCraftica-9B 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? ![image/png](https://cdn-uploads.huggingface.co/production/uploads/66a4c8b78069e3c30e458639/7QJA7IBmbH7hnNEhOoy0y.png) ### 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 ```