Safetensors
GGUF
qwen3
conversational
AndyGulp commited on
Commit
0840430
·
verified ·
1 Parent(s): 7215f29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -10,6 +10,8 @@ We trained Osmosis-MCP-4B using a custom curriculum of **multi-turn, tool-relian
10
 
11
  > *"Given the weather in San Francisco, what are the top hiking locations?"*
12
 
 
 
13
  This requires the model to reason through multiple tool invocations (e.g., weather → location ranker), and choose tools over intuition when applicable.
14
 
15
  ---
 
10
 
11
  > *"Given the weather in San Francisco, what are the top hiking locations?"*
12
 
13
+ In addition, we provide a list of deterministic MCP like functions and mock server side behavior for the model to call and use.
14
+
15
  This requires the model to reason through multiple tool invocations (e.g., weather → location ranker), and choose tools over intuition when applicable.
16
 
17
  ---