File size: 464 Bytes
5066a6f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
base_model: Corianas/Tiny_Test
gate_mode: random # one of "hidden", "cheap_embed", or "random"
dtype: bfloat16 # output dtype (float32, float16, or bfloat16)
## (optional)
# experts_per_token: 2
experts:
- source_model: Corianas/Tiny_Test
positive_prompts:
- ""
## (optional)
# negative_prompts:
# - "This is a prompt expert_model_1 should not be used for"
- source_model: Corianas/TinyTask-minipaca
positive_prompts:
- ""
|