CoolFace
Modelpublic

lejelly/deepseek-7b-math-hendrycksmath-lambda00

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes14downloads
Model Card

deepseek-7b-math-hendrycksmath-lambda00

2モデルの線形補間マージモデル。

Merge Configuration

ParameterValue
Model Adeepseek-ai/deepseek-math-7b-instruct
Model Bjahyungu/deepseek-math-7b-instruct_hendrycks_math
λ_a0.00
λ_b1.00
Formulaθ* = 0.00 × θa + 1.00 × θb
dtypetorch.float16

Tokenizer

Union tokenizer (mergekit-style): vocabularies of both models are merged.

  • —Union vocab size: 100002
  • —Tokens added from Model B: 0
  • —Tokens only in Model A: 0

For tokens missing from a model, the other model's embedding is used as fallback before linear interpolation.

Description

This model was created by linearly interpolating the parameters of two models:

  • —Model A (deepseek-ai/deepseek-math-7b-instruct): weight = 0.00
  • —Model B (jahyungu/deepseek-math-7b-instruct_hendrycks_math): weight = 1.00