MistraLlama / README.md
Chan-Y's picture
Update README.md
9d605b0 verified
|
raw
history blame
No virus
1.06 kB
metadata
base_model:
  - mistralai/Mistral-7B-Instruct-v0.3
  - meta-llama/Meta-Llama-3-8B-Instruct
library_name: transformers
tags:
  - mergekit
  - merge

MistraLlama

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

Merge Details

Merge Method

This model was merged using the linear merge method using mistralai/Mistral-7B-Instruct-v0.3 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: mistralai/Mistral-7B-Instruct-v0.3
    parameters:
      weight: 1.0
  - model: meta-llama/Meta-Llama-3-8B-Instruct
    parameters:
      weight: 1.0
merge_method: linear
base_model: mistralai/Mistral-7B-Instruct-v0.3
dtype: bfloat16