| base_model: | |
| - NuclearAi/Nuke_X_Gemma3_1B_Reasoner_v1.0 | |
| - google/gemma-3-1b-it | |
| - google/gemma-3-1b-pt | |
| 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 Passthrough merge method. | |
| ### Models Merged | |
| The following models were included in the merge: | |
| * [NuclearAi/Nuke_X_Gemma3_1B_Reasoner_v1.0](https://huggingface.co/NuclearAi/Nuke_X_Gemma3_1B_Reasoner_v1.0) | |
| * [google/gemma-3-1b-it](https://huggingface.co/google/gemma-3-1b-it) | |
| * [google/gemma-3-1b-pt](https://huggingface.co/google/gemma-3-1b-pt) | |
| ### Configuration | |
| The following YAML configuration was used to produce this model: | |
| ```yaml | |
| dtype: bfloat16 | |
| merge_method: passthrough | |
| slices: | |
| - sources: | |
| - layer_range: [0, 2] | |
| model: google/gemma-3-1b-pt | |
| - sources: | |
| - layer_range: [3, 25] | |
| model: google/gemma-3-1b-it | |
| - sources: | |
| - layer_range: [10, 14] | |
| model: NuclearAi/Nuke_X_Gemma3_1B_Reasoner_v1.0 | |
| - sources: | |
| - layer_range: [24, 26] | |
| model: google/gemma-3-1b-pt | |
| ``` | |