--- base_model: - Hastagaras/L3.2-JametMini-3B-MK.III - TeeZee/DarkSapling-7B-v2.0 - Hastagaras/Halu-8B-Llama3-Blackroot library_name: transformers tags: - mergekit - merge --- # VERY IMPORTANT: This model has not been tested or evaluated, and its performance, characteristics, and operational status are currently unknown. Feedback is appreciated. AI is a powerful tool, that being said, it may sometimes generate harmful, biased, untrue, or inappropriate content, and this model is no different. Please exercise caution and use it at your own risk, just like you would a drill, or a hammer, or any other tool # 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 Passthrough merge method. ### Models Merged The following models were included in the merge: * [Hastagaras/L3.2-JametMini-3B-MK.III](https://huggingface.co/Hastagaras/L3.2-JametMini-3B-MK.III) * [TeeZee/DarkSapling-7B-v2.0](https://huggingface.co/TeeZee/DarkSapling-7B-v2.0) * [Hastagaras/Halu-8B-Llama3-Blackroot](https://huggingface.co/Hastagaras/Halu-8B-Llama3-Blackroot) ### Configuration The following YAML configuration was used to produce this model: ```yaml slices: - sources: - model: Hastagaras/L3.2-JametMini-3B-MK.III layer_range: [0, 24] - sources: - model: TeeZee/DarkSapling-7B-v2.0 layer_range: [8, 24] - sources: - model: Hastagaras/Halu-8B-Llama3-Blackroot layer_range: [24, 32] merge_method: passthrough dtype: bfloat16 name: L3-UprootedForest-8B ```