File size: 658 Bytes
4a24afe |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
base_model: BioMistral/BioMistral-7B
gate_mode: hidden # one of "hidden", "cheap_embed", or "random"
dtype: bfloat16 # output dtype (float32, float16, or bfloat16)
experts:
- source_model: Treza12/BioMistral-invasive-FULL
positive_prompts:
- "This is a prompt that is demonstrative excels at invasive Breast Cancer"
- source_model: Treza12/BioMistral-non-invasive-FULL
positive_prompts:
- "This is a prompt that is demonstrative excels at non invasive benign Breast Cancer"
- source_model: Treza12/BioMistral-advanced-FULL
positive_prompts:
- "This is a prompt that is demonstrative excels at advanced Stage Breast Cancer" |