--- license: apache-2.0 tags: - merge - mergekit - lazymergekit - google/gemma-7b - EleutherAI/gpt-neo-2.7B --- # gemma_gpt gemma_gpt is a merge of the following models using [mergekit](https://github.com/cg123/mergekit): * [google/gemma-7b](https://huggingface.co/google/gemma-7b) * [EleutherAI/gpt-neo-2.7B](https://huggingface.co/EleutherAI/gpt-neo-2.7B) ## 🧩 Configuration ```json{ "models": [ { "model": "google/gemma-7b", "parameters": { "param1": "value1", "param2": "value2" } }, { "model": "EleutherAI/gpt-neo-2.7B", "parameters": { "param1": "value1", "param2": "value2" } } ] }