grimjim's picture
Initial release
dcd1a7d
metadata
base_model:
  - silma-ai/SILMA-9B-Instruct-v1.0
  - VAGOsolutions/SauerkrautLM-gemma-2-9b-it
  - anthracite-org/magnum-v4-9b
  - AXCXEPT/EZO-Humanities-9B-gemma-2-it
  - princeton-nlp/gemma-2-9b-it-SimPO
library_name: transformers
pipeline_tag: text-generation
tags:
  - mergekit
  - merge
license: gemma

Gigantes-v3-gemma2-9b-it

This repo contains a merge of pre-trained language models created using mergekit.

It was hoped that the contributions of Japanese, German, and Arabic instruct models would contribute to reasoning as well as increasing the complexity of English text generation.

Merge Details

Merge Method

This model was merged using the task arithmetic merge method using princeton-nlp/gemma-2-9b-it-SimPO as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

base_model: princeton-nlp/gemma-2-9b-it-SimPO
dtype: bfloat16
merge_method: task_arithmetic
parameters:
  normalize: true
models:
  - model: princeton-nlp/gemma-2-9b-it-SimPO
  - model: AXCXEPT/EZO-Humanities-9B-gemma-2-it
    parameters:
      weight: 0.3
  - model: VAGOsolutions/SauerkrautLM-gemma-2-9b-it
    parameters:
      weight: 0.1
  - model: anthracite-org/magnum-v4-9b
    parameters:
      weight: 0.01
  - model: silma-ai/SILMA-9B-Instruct-v1.0
    parameters:
      weight: 0.001