CoolFace
Modelpublic

trinhkhng/linear_Merged_gpt2-small_0.5

sourceHugging Faceupdated 29d agoView on Hugging Face
0likes663downloads
Model Card

linearMergedgpt2-small_0.5

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

Merge Details

Merge Method

This model was merged using the Linear merge method.

Models Merged

The following models were included in the merge:

  • /kaggle/working/gpt2-small_debias
  • /kaggle/working/gpt2-small

Configuration

The following YAML configuration was used to produce this model:

yaml
dtype: float32
merge_method: linear
models:
- model: /kaggle/working/gpt2-small
  parameters:
    weight: 0.5
- model: /kaggle/working/gpt2-small_debias
  parameters:
    weight: 0.5
parameters:
  normalize: true
tokenizer:
  source: /kaggle/working/gpt2-small