| base_model: | |
| - schonsense/70B_8k_chunks_r256 | |
| - huihui-ai/Llama-3.3-70B-Instruct-abliterated | |
| library_name: transformers | |
| tags: | |
| - mergekit | |
| - merge | |
| # Chunky_stock | |
| 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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [huihui-ai/Llama-3.3-70B-Instruct-abliterated](https://huggingface.co/huihui-ai/Llama-3.3-70B-Instruct-abliterated) as a base. | |
| ### Models Merged | |
| The following models were included in the merge: | |
| * [schonsense/70B_8k_chunks_r256](https://huggingface.co/schonsense/70B_8k_chunks_r256) | |
| * D:\mergekit\LORAs\applied\SUN_NIN_check2_r256_v2 | |
| * D:\mergekit\LORAs\applied\SUN_NIN_MOON_FIN_r256 | |
| * D:\mergekit\LORAs\applied\SUN_NIN_check1_r256_v2 | |
| ### Configuration | |
| The following YAML configuration was used to produce this model: | |
| ```yaml | |
| models: | |
| - model: "D:\\mergekit\\LORAs\\applied\\SUN_NIN_check1_r256_v2" | |
| - model: "D:\\mergekit\\LORAs\\applied\\SUN_NIN_check2_r256_v2" | |
| - model: schonsense/70B_8k_chunks_r256 | |
| - model: "D:\\mergekit\\LORAs\\applied\\SUN_NIN_MOON_FIN_r256" | |
| base_model: huihui-ai/Llama-3.3-70B-Instruct-abliterated | |
| merge_method: model_stock | |
| dtype: float32 | |
| out_dtype: bfloat16 | |
| chat_template: llama3 | |
| tokenizer: | |
| source: union | |
| ``` | |