Skip to content

Instantly share code, notes, and snippets.

@sutyum
Last active January 21, 2024 08:37
Show Gist options
  • Save sutyum/75273fda51609ea9c7bc1bae355ab30f to your computer and use it in GitHub Desktop.
Save sutyum/75273fda51609ea9c7bc1bae355ab30f to your computer and use it in GitHub Desktop.
models:
- model: NousResearch/Llama-2-7b-hf
# no parameters necessary for base model
- model: AdaptLLM/medicine-chat
parameters:
weight: 0.08
density: 0.45
- model: starmpcc/Asclepius-Llama2-7B
parameters:
weight: 0.08
density: 0.45
- model: nlpie/Llama2-MedTuned-7b
parameters:
weight: 0.08
density: 0.4
- model: chaoyi-wu/PMC_LLAMA_7B_10_epoch
parameters:
weight: 0.08
density: 0.45
- model: microsoft/Orca-2-7b
parameters:
weight: 0.08
density: 0.4
- model: kaist-ai/prometheus-7b-v1.0
parameters:
weight: 0.08
density: 0.45
merge_method: dare_ties
base_model: NousResearch/Llama-2-7b-hf
parameters:
int8_mask: true
dtype: bfloat16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment