CoolFace
Modelpublic

DrRiceIO7/mergedtest-2

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes11downloads
Model Card

final_gemma

I combined like 6 different Gemma 3 4B models together to see what happens. Answer: nothing really. It's like the most average model ever.

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

Merge Details

Merge Method

This model was merged using the SLERP merge method.

Models Merged

The following models were included in the merge:

  • —./merged_final
  • —./other_gemma

Configuration

The following YAML configuration was used to produce this model:

yaml
# config_redo.yaml
models:
  - model: ./merged_final
  - model: ./other_gemma
merge_method: slerp
base_model: ./merged_final
parameters:
  t: 0.5
dtype: bfloat16