coma-7B-v0.1 / README.md
csabakecskemeti's picture
Update README.md
8358359 verified
metadata
base_model:
  - meta-llama/Llama-2-7b-hf
  - meta-llama/CodeLlama-7b-hf
library_name: transformers
tags:
  - mergekit
  - merge
license: llama2

coma-7B-v0.1

image/png

CodeLlama + Llama = CoMa :) This is an experiment to try merged models

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

Quantized version: DevQuasar/coma-7B-v0.1-GGUF

Merge Details

Merge Method

This model was merged using the linear merge method.

Models Merged

"Blast from the Past" :D The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: meta-llama/Llama-2-7b-hf
    parameters:
      weight: 1.0
  - model: meta-llama/CodeLlama-7b-hf
    parameters:
      weight: 0.5
merge_method: linear
dtype: float16