--- base_model: - vicgalle/NeuralBeagle-11B - jeonsworld/CarbonVillain-en-10.7B-v4 tags: - mergekit - merge license: apache-2.0 --- # CarbonBeagle-11B This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ![image/png](https://cdn-uploads.huggingface.co/production/uploads/5fad8602b8423e1d80b8a965/C1FMtz2kX9UyCwX1CGDKM.png) ## 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: * [vicgalle/NeuralBeagle-11B](https://huggingface.co/vicgalle/NeuralBeagle-11B) * [jeonsworld/CarbonVillain-en-10.7B-v4](https://huggingface.co/jeonsworld/CarbonVillain-en-10.7B-v4) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: jeonsworld/CarbonVillain-en-10.7B-v4 parameters: weight: 1.0 - model: vicgalle/NeuralBeagle-11B parameters: weight: 0.5 merge_method: linear dtype: float16 ```