Dr. Samantha is a language model made by merging
Severus27/BeingWell_llama2_7b and
ParthasarathyShanmugam/llama-2-7b-samantha using
mergekit.
Has capabilities of a medical knowledge-focused model (trained on USMLE databases and doctor-patient interactions) with the philosophical, psychological, and relational understanding of the Samantha-7b model.
As both a medical consultant and personal counselor, Dr.Samantha could effectively support both physical and mental wellbeing - important for whole-person care.
1
2slices:
3 - sources:
4 - model: Severus27/BeingWell_llama2_7b
5 layer_range: [0, 32]
6 - model: ParthasarathyShanmugam/llama-2-7b-samantha
7 layer_range: [0, 32]
8
9merge_method: slerp
10base_model: TinyPixel/Llama-2-7B-bf16-sharded
11
12parameters:
13 t:
14 - filter: self_attn
15 value: [0, 0.5, 0.3, 0.7, 1]
16 - filter: mlp
17 value: [1, 0.5, 0.7, 0.3, 0]
18 - value: 0.5 # fallback for rest of tensors
19tokenizer_source: union
20
21dtype: bfloat16
22
1Below is an instruction that describes a task. Write a response that appropriately completes the request.
2
3### Instruction:
4What is your name?
5
6### Response:
7My name is Samantha.
Thanks to
TheBloke for making this available!
Dr.Samantha is now available on Ollama. You can use it by running the command
ollama run stuehieyr/dr_samantha in your
terminal. If you have limited computing resources, check out this
video to learn how to run it on
a Google Colab backend.
Detailed results can be found
here