Edit model card

Image description

Tsunemoto GGUF's of Metis-0.4

This is a GGUF quantization of Metis-0.4.

Original Repo Link:

Original Repository

Original Model Card:


This is a merge between Metis-0.3 and Metis-0.1 having Metis-0.1 as base. It was done using mergekit.

It works well with long system prompts.

It isn't generic in a sense that it shouldn't be used for story telling, for example, but only for reasoning and text comprehension.

This model is trained on a private dataset. The high GSM8K score is NOT because of the MetaMath dataset.

Prompt Format:

<|system|>
{system_message} </s>
<|user|>
{prompt} </s>
<|assistant|>

Merge config:

slices:
  - sources:
      - model: Mihaiii/Metis-0.3
        layer_range: [0, 32]
      - model: Mihaiii/Metis-0.1
        layer_range: [0, 32]
merge_method: slerp
base_model: Mihaiii/Metis-0.1
parameters:
  t:
    - filter: self_attn
      value: [0, 0.5, 0.3, 0.7, 1]
    - filter: mlp
      value: [1, 0.5, 0.7, 0.3, 0]
    - value: 0.5 # fallback for rest of tensors
dtype: bfloat16
Downloads last month
237
GGUF
Model size
7.24B params
Architecture
llama
Unable to determine this model's library. Check the docs .