File size: 575 Bytes
480fa94 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
base_model: AI-MO/NuminaMath-7B-TIR
gate_mode: hidden
dtype: bfloat16
experts:
- source_model: AI-MO/NuminaMath-7B-TIR
positive_prompts:
- "This model is good at solving math questions at high school level and generating python code for the same"
# - source_model: Qwen/Qwen2-Math-7B-Instruct
# positive_prompts:
# - "This model is really good at solving college level math to olympiad level questions"
- source_model: deepseek-ai/DeepSeek-Prover-V1.5-RL
positive_prompts:
- "This model is good at formal theorem providing math problems"
|