--- base_model: - NovelHacja/Yosegi-2 - Local-Novel-LLM-project/Ninja-V2-7B - NovelHacja/Yosegi-0604 library_name: transformers tags: - mergekit - merge --- # Ninja-V3 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 [Local-Novel-LLM-project/Ninja-V2-7B](https://huggingface.co/Local-Novel-LLM-project/Ninja-V2-7B) as a base. ### Models Merged The following models were included in the merge: * [Local-Novel-LLM-project/Yosegi-2](https://huggingface.co/Local-Novel-LLM-project/Yosegi-2) * [Local-Novel-LLM-project/Yosegi-0604](https://huggingface.co/Local-Novel-LLM-project/Yosegi-0604) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: "NovelHacja/Yosegi-2" - model: "NovelHacja/Yosegi-0604" merge_method: model_stock base_model: Local-Novel-LLM-project/Ninja-V2-7B dtype: bfloat16 ```