--- base_model: - arcee-ai/Virtuoso-Small-v2 - sometimesanotion/Lamarck-14B-v0.7 - jpacifico/Chocolatine-2-14B-Instruct-v2.0.3 library_name: transformers tags: - mergekit - merge --- # 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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [sometimesanotion/Lamarck-14B-v0.7](https://huggingface.co/sometimesanotion/Lamarck-14B-v0.7) as a base. ### Models Merged The following models were included in the merge: * [arcee-ai/Virtuoso-Small-v2](https://huggingface.co/arcee-ai/Virtuoso-Small-v2) * [jpacifico/Chocolatine-2-14B-Instruct-v2.0.3](https://huggingface.co/jpacifico/Chocolatine-2-14B-Instruct-v2.0.3) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: arcee-ai/Virtuoso-Small-v2 - model: jpacifico/Chocolatine-2-14B-Instruct-v2.0.3 - model: sometimesanotion/Lamarck-14B-v0.7 merge_method: model_stock base_model: sometimesanotion/Lamarck-14B-v0.7 parameters: normalize: true dtype: bfloat16 tokenizer_source: sometimesanotion/Lamarck-14B-v0.7 ```