This model is an homage to two of my all-time favorite versions of the Mistral 7B model, Dolphin and OpenHermes. Hence the silly name.
It's a good conversational model. The image is generated from a prompt written by the model, after being told to seek inspiration from its name.
This is a merge of pre-trained language models created using
mergekit.
This model was merged using the SLERP merge method with a Sigmoid-inspired curve.
1models:
2 - model: teknium/OpenHermes-2.5-Mistral-7B
3 - model: cognitivecomputations/dolphin-2.2.1-mistral-7b
4merge_method: slerp
5base_model: teknium/OpenHermes-2.5-Mistral-7B
6dtype: bfloat16
7parameters:
8 t: [0.2, 0.3, 0.5, 0.7, 0.8]
Detailed results can be found
here