Abacusai's Smaug-Mixtral-v0.1 70B (based on Smaug (Qwen 1.0) and Mixtral)

47B

97 Pulls Updated 2 months ago

Readme

Smaug Mixtral v0.1

Source FP32 model: abacusai/Smaug-Mixtral-v0.1

Prompting

The hardest part of creating these was trying to get the prompt template working.

I’ve currently settled on the following, but further tuning may give improved results.

TEMPLATE """
[INST]
{{ if .Prompt }}
{{ .Prompt }} [/INST]
Assistant: {{ end }}
"""

PARAMETER stop [/INST]
PARAMETER stop <s>
PARAMETER stop </s>

iMatrix Varients

Available here: https://ollama.com/sammcj/smaug-mixtral-v0.1.imatrix

Note: The special ‘iMatrix’ tag(s) are quantisations created with an iMatrix partially trained on the Dolphin 1m dataset, I haven’t done much testing on these.


License

  • As per Smaug-Mixtral, Smaug, Mixtral licenses.
  • The Dolphin dataset used in the iMatrix varients is licensed under Apache 2.0.