File size: 513 Bytes
86f8269 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
base_model: Corianas/Tiny_Test
gate_mode: cheap_embed # 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:
- "↨once upon a time"
## (optional)
# negative_prompts:
# - "This is a prompt expert_model_1 should not be used for"
- source_model: Corianas/TinyTask-minipaca
# ... and so on
positive_prompts:
- "↨please"
|