Can Aramis-2B model be trained to use MCP tools?
#1
by
LeMoussel
- opened
Is it possible to have an Aramis-2B model that can be trained to use MCP tools?
Hi, in theory you don’t need to fine-tune Aramis-2B for MCP. MCP relies on function calling: the host exposes tools with JSON schemas, and the model just needs to output structured JSON that matches them. Fine-tuning can help the model generate such structured outputs more robustly, but it’s not required — the best is to test it in practice.