--- base_model: - Nexusflow/NexusRaven-V2-13B - bugdaryan/Code-Llama-2-13B-instruct-text2sql library_name: transformers tags: - mergekit - merge --- # raven- 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 [linear](https://arxiv.org/abs/2203.05482) merge method. ### Models Merged The following models were included in the merge: * [Nexusflow/NexusRaven-V2-13B](https://huggingface.co/Nexusflow/NexusRaven-V2-13B) * [bugdaryan/Code-Llama-2-13B-instruct-text2sql](https://huggingface.co/bugdaryan/Code-Llama-2-13B-instruct-text2sql) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: bugdaryan/Code-Llama-2-13B-instruct-text2sql parameters: weight: 1.0 - model: Nexusflow/NexusRaven-V2-13B parameters: weight: 0.3 merge_method: linear dtype: float16 ```