gemma-2b-code-ties / README.md
akameswa's picture
Upload folder using huggingface_hub
9a328e8 verified
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- akameswa/gemma2b_code_Javascript_4bit
- akameswa/gemma2b_code_python_4bit
- akameswa/gemma2b_code_java_4bit
- akameswa/gemma2b_code_cpp_4bit
---
# Gemmixtral
Gemmixtral is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [akameswa/gemma2b_code_Javascript_4bit](https://huggingface.co./akameswa/gemma2b_code_Javascript_4bit)
* [akameswa/gemma2b_code_python_4bit](https://huggingface.co./akameswa/gemma2b_code_python_4bit)
* [akameswa/gemma2b_code_java_4bit](https://huggingface.co./akameswa/gemma2b_code_java_4bit)
* [akameswa/gemma2b_code_cpp_4bit](https://huggingface.co./akameswa/gemma2b_code_cpp_4bit)
## 🧩 Configuration
```yaml
models:
- model: unsloth/gemma-2b-it-bnb-4bit
# no parameters necessary for base model
- model: akameswa/gemma2b_code_Javascript_4bit
parameters:
density: 0.25
weight: 0.25
- model: akameswa/gemma2b_code_python_4bit
parameters:
density: 0.25
weight: 0.25
- model: akameswa/gemma2b_code_java_4bit
parameters:
density: 0.25
weight: 0.25
- model: akameswa/gemma2b_code_cpp_4bit
parameters:
density: 0.25
weight: 0.25
merge_method: ties
base_model: unsloth/gemma-2b-it-bnb-4bit
parameters:
normalize: true
dtype: float16
```