beyoru commited on
Commit
2fcd4e9
·
verified ·
1 Parent(s): 19926d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -31,6 +31,25 @@ Architecture is unchanged from the base model.
31
 
32
  This model was training on the distillation dataset from `claude-opus-5`, effort `xhigh` for my custome workflow
33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
 
35
  ## Training
36
 
 
31
 
32
  This model was training on the distillation dataset from `claude-opus-5`, effort `xhigh` for my custome workflow
33
 
34
+ # Capabilities
35
+ ## Multi-turn tool use
36
+ This model is trained to maintain context across multiple tool interactions,
37
+ rather than treating each tool call as an isolated operation.
38
+ This makes it suitable for workflows where the result of one action determines
39
+ the next action.
40
+
41
+ ## Tool selection
42
+
43
+ The model is trained on trajectories containing tool selection and execution,
44
+ allowing it to reason about:
45
+
46
+ - which tool should be used
47
+ - when a tool call is necessary
48
+ - what arguments should be provided
49
+ - how to interpret tool results
50
+ - whether additional actions are required
51
+
52
+ The training data contains high-effort reasoning trajectorie
53
 
54
  ## Training
55