--- base_model: - DreadPoor/Aurora_faustus-8B-LINEAR - DreadPoor/Aspire-8B-model_stock - v000000/L3-8B-Stheno-v3.2-abliterated - SentientAGI/Dobby-Mini-Unhinged-Llama-3.1-8B - Sao10K/L3-8B-Stheno-v3.2 - DreadPoor/Suavemente-8B-Model_Stock - kloodia/lora-8b-code library_name: transformers tags: - mergekit - merge --- ![image.png](https://huggingface.co/Entropicengine/LatentDream-exp-gamma-8b/resolve/main/gamma.png) # LatentDream-exp-γ-8b This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## Merge Details ### Merge Method This model was merged using the [DARE TIES](https://arxiv.org/abs/2311.03099) merge method using [Sao10K/L3-8B-Stheno-v3.2](https://huggingface.co/Sao10K/L3-8B-Stheno-v3.2) as a base. ### Models Merged The following models were included in the merge: * [DreadPoor/Aurora_faustus-8B-LINEAR](https://huggingface.co/DreadPoor/Aurora_faustus-8B-LINEAR) * [DreadPoor/Aspire-8B-model_stock](https://huggingface.co/DreadPoor/Aspire-8B-model_stock) * [v000000/L3-8B-Stheno-v3.2-abliterated](https://huggingface.co/v000000/L3-8B-Stheno-v3.2-abliterated) * [SentientAGI/Dobby-Mini-Unhinged-Llama-3.1-8B](https://huggingface.co/SentientAGI/Dobby-Mini-Unhinged-Llama-3.1-8B) * [DreadPoor/Suavemente-8B-Model_Stock](https://huggingface.co/DreadPoor/Suavemente-8B-Model_Stock) + [kloodia/lora-8b-code](https://huggingface.co/kloodia/lora-8b-code) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: Sao10K/L3-8B-Stheno-v3.2 chat_template: auto merge_method: dare_ties modules: default: slices: - sources: - layer_range: [0, 32] model: SentientAGI/Dobby-Mini-Unhinged-Llama-3.1-8B parameters: weight: 0.9 - layer_range: [0, 32] model: DreadPoor/Suavemente-8B-Model_Stock+kloodia/lora-8b-code parameters: weight: 0.62 - layer_range: [0, 32] model: DreadPoor/Aspire-8B-model_stock parameters: weight: 0.5 - layer_range: [0, 32] model: DreadPoor/Aurora_faustus-8B-LINEAR parameters: weight: 0.5 - layer_range: [0, 32] model: v000000/L3-8B-Stheno-v3.2-abliterated parameters: weight: 0.3 - layer_range: [0, 32] model: Sao10K/L3-8B-Stheno-v3.2 out_dtype: bfloat16 parameters: density: 1.0 tokenizer: {} ```