--- base_model: - FPHam/L3-8B-Everything-COT - HumanLLMs/Human-Like-LLama3-8B-Instruct - Sao10K/L3-8B-Stheno-v3.2 library_name: transformers tags: - mergekit - merge language: - en --- ![image/png](https://huggingface.co/yamatazen/L3-GothicMaid-8B/resolve/main/L3-GothicMaid-8B.png?download=true) # merge 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 [TIES](https://arxiv.org/abs/2306.01708) 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: * [FPHam/L3-8B-Everything-COT](https://huggingface.co/FPHam/L3-8B-Everything-COT) * [HumanLLMs/Human-Like-LLama3-8B-Instruct](https://huggingface.co/HumanLLMs/Human-Like-LLama3-8B-Instruct) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: Sao10K/L3-8B-Stheno-v3.2 models: - model: FPHam/L3-8B-Everything-COT parameters: density: 0.75 weight: 1.0 - model: HumanLLMs/Human-Like-LLama3-8B-Instruct parameters: density: 0.5 weight: 0.5 merge_method: ties dtype: bfloat16 parameters: normalize: true ```