phi-avg-v02 / README.md
nell123's picture
Upload folder using huggingface_hub
644244b verified
metadata
base_model:
  - microsoft/Phi-3-mini-128k-instruct
  - microsoft/Phi-3-mini-4k-instruct
  - microsoft/Phi-3.5-mini-instruct
library_name: transformers
tags:
  - mergekit
  - merge

output-model-directory

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

Merge Details

Merge Method

This model was merged using the task arithmetic merge method using microsoft/Phi-3.5-mini-instruct as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: "microsoft/Phi-3.5-mini-instruct"
    parameters:
      weight: 0.5
  - model: "microsoft/Phi-3-mini-4k-instruct"
    parameters: 
      weight: 0.3
  - model: "microsoft/Phi-3-mini-128k-instruct"
    parameters: 
      weight: 0.2
base_model: "microsoft/Phi-3.5-mini-instruct"
merge_method: task_arithmetic
dtype: float16