CoolFace
Modelpublic

EmbeddedLLM/Mistral-7B-Merge-02-v0

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes57downloads
Model Card

Model Description

This is an experiment to compare merging 2 models using DARE TIES versus SLERP ๐Ÿฆ™

We are mainly interested to compare against Weyaxi/OpenHermes-2.5-neural-chat-v3-3-Slerp

The 2 models involved in the merge as follows:

  1. 1.teknium/OpenHermes-2.5-Mistral-7B
  2. 2.Intel/neural-chat-7b-v3-3

The yaml config file for the merge is:

yaml
models:
  - model: mistralai/Mistral-7B-v0.1
    # no parameters necessary for base model
  - model: teknium/OpenHermes-2.5-Mistral-7B
    parameters:
      weight: 0.5
      density: 0.5
  - model: Intel/neural-chat-7b-v3-3
    parameters:
      weight: 0.5
      density: 0.5
merge_method: dare_ties
base_model: mistralai/Mistral-7B-v0.1
parameters:
  int8_mask: true
dtype: bfloat16

Open LLM Leaderboard

Note that with more tuning DARE TIES might achieve better results.

DARE TIESSLERP
Average70.6971.38
ARC67.4968.09
HellaSwag85.7886.2
MMLU64.164.26
TruthfulQA60.5262.78
Winogrande79.0179.16
GSM8K67.2567.78