merged_model_output

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:

Configuration

The following YAML configuration was used to produce this model:


base_model: Qwen/Qwen2.5-Coder-0.5B-Instruct  # ベースモデルの指定
slices:
  - sources:
      - model: Qwen/Qwen2.5-Coder-0.5B-Instruct
        layer_range: [0, 23]
      - model: Hachipo/qwen2.5-0.5B_ichikara_4802
        layer_range: [0, 23]
    target_layer_range: [0, 23]
merge_method: slerp
parameters:
  t:
    - filter: self_attn
      value: [0.5]  # SLERP の補間係数
    - filter: mlp
      value: [0.5]
    - value: 0.5
dtype: float32
Downloads last month
4
Safetensors
Model size
479M params
Tensor type
F32
·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for noirchan/Qwen2.5-Coder-0.5B_mergeslerp0.5