Kndy666 commited on
Commit
fd8e4a2
·
verified ·
1 Parent(s): 66ecbd2

docs: clarify cross-agent checkpoint transfer

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -25,8 +25,10 @@ agentic models achieve similar performance when transferred across agents. When
25
  with Deepseek-v4-Pro, the compressor trained from Qwen3.5-35B-A3B trajectories achieves
26
  74.5% pass@1 with 0.863M total tokens per instance, close to 75.0% pass@1 and 0.868M total
27
  tokens for the compressor trained from Deepseek-v4-Pro trajectories. These results suggest
28
- that a separately trained compressor is not required for each agentic model; this checkpoint
29
- is therefore released as the default CoACT compressor for use across agentic models.
 
 
30
 
31
  ## Download
32
 
 
25
  with Deepseek-v4-Pro, the compressor trained from Qwen3.5-35B-A3B trajectories achieves
26
  74.5% pass@1 with 0.863M total tokens per instance, close to 75.0% pass@1 and 0.868M total
27
  tokens for the compressor trained from Deepseek-v4-Pro trajectories. These results suggest
28
+ that this checkpoint can be used across agentic models without separately training a
29
+ compressor for each one, while agent-specific training may still provide a small performance
30
+ advantage. We therefore release it as the default CoACT compressor for use across agentic
31
+ models.
32
 
33
  ## Download
34