AMAImedia
/

AMAImedia commited on
Commit
7b29da6
·
verified ·
1 Parent(s): 8f90cae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -10
README.md CHANGED
@@ -16,8 +16,6 @@ tags:
16
  - 35B-A3B
17
  - Qwen3_6
18
  - Qwen3.6
19
- - Qwen3_5
20
- - Qwen3.5
21
  - Qwen3.6-35B-A3B
22
  language:
23
  - en
@@ -153,7 +151,7 @@ Good for imatrix and 0.6–35B-class work in RAM. <b>9B+ and searches need rente
153
  ## NOESIS / AMAImedia
154
 
155
  Released as part of the **NOESIS Professional Multilingual Dubbing Automation Platform**
156
- (framework: DHCF-FNO -- Deterministic Hybrid Control Framework for Frozen Neural Operators).
157
 
158
  - **Founder:** Ilia Bolotnikov
159
  - **Organization:** [AMAImedia.com](https://www.amaimedia.com)
@@ -298,8 +296,9 @@ Within each size group, **bold** denotes the best result and <u>underlining</u>
298
  </picture>
299
  </div>
300
 
301
- Across Claw-Eval, WildClawBench, AutomationBench, and GDPval, Occamy-1.0 lies near the low-cost knee of the empirical Pareto frontier. Relative to its Qwen3.6-35B-A3B starting checkpoint, it delivers a large aggregate capability gain with only a modest change in measured per-task inference cost. Benchmark scores are equally weighted after per-benchmark min-max normalization, and costs are macro-averaged per task under the frozen pricing protocol used in the report.
302
-
 
303
 
304
  ## 4. Training Recipe
305
 
@@ -311,7 +310,8 @@ Qwen3.6-35B-A3B
311
  └─ Sprint Expert: SFT ├─ Uniform merge → SAO → Occamy-1.0
312
  ```
313
 
314
- The Marathon Expert learns sustained execution and accuracy-conditioned efficiency, while the Sprint Expert preserves broader agentic capability. A uniform parameter-space merge combines both experts into one checkpoint with no inference-time routing or ensembling, and a final Single-Rollout Asynchronous Optimization (SAO) stage refines the merged policy on a broad co-work mixture.
 
315
 
316
  The deduplicated SFT union across both experts is:
317
 
@@ -323,7 +323,8 @@ The deduplicated SFT union across both experts is:
323
  | Tool-call grounding | 7,429 | 9.1K | 67.7M |
324
  | **Overall** | **14,998** | **26.9K** | **403.3M** |
325
 
326
- Training tasks are grounded in executable environments with observable state transitions and task-level grading. The open-source [Dressage](https://github.com/Accio-Lab/Dressage) stack provides multi-harness execution, token-exact trajectory capture, sandbox integration, and multi-segment conversion for reinforcement learning.
 
327
 
328
  ## 5. Deployment
329
 
@@ -391,17 +392,22 @@ response = client.chat.completions.create(
391
  print(response.choices[0].message.content)
392
  ```
393
 
394
- For multi-turn agent runs, retain the complete assistant message returned by the server, including reasoning content and tool calls, then append tool results using the standard OpenAI chat-completions schema. This preserves the execution context that Occamy relies on across long workflows.
 
 
395
 
396
  ### Agent Frameworks
397
 
398
- Occamy was trained and evaluated across multiple harnesses, including [OpenClaw](https://github.com/openclaw/openclaw), [Hermes Agent](https://github.com/NousResearch/hermes-agent), and Accio Work. It can be integrated with other tool-using agent frameworks through the same OpenAI-compatible API.
 
 
399
 
400
  ---
401
 
402
  ## 7. License
403
 
404
- This repository is released under the [Apache License 2.0](LICENSE). See the Hugging Face model card for the terms that apply to the model weights.
 
405
 
406
  ---
407
 
 
16
  - 35B-A3B
17
  - Qwen3_6
18
  - Qwen3.6
 
 
19
  - Qwen3.6-35B-A3B
20
  language:
21
  - en
 
151
  ## NOESIS / AMAImedia
152
 
153
  Released as part of the **NOESIS Professional Multilingual Dubbing Automation Platform**
154
+ (framework: Deterministic Hybrid Control Framework for Frozen Neural Operators - DHCF-FNO).
155
 
156
  - **Founder:** Ilia Bolotnikov
157
  - **Organization:** [AMAImedia.com](https://www.amaimedia.com)
 
296
  </picture>
297
  </div>
298
 
299
+ Across Claw-Eval, WildClawBench, AutomationBench, and GDPval, Occamy-1.0 lies near the low-cost knee of the empirical Pareto frontier.
300
+ Relative to its Qwen3.6-35B-A3B starting checkpoint, it delivers a large aggregate capability gain with only a modest change in measured per-task inference cost.
301
+ Benchmark scores are equally weighted after per-benchmark min-max normalization, and costs are macro-averaged per task under the frozen pricing protocol used in the report.
302
 
303
  ## 4. Training Recipe
304
 
 
310
  └─ Sprint Expert: SFT ├─ Uniform merge → SAO → Occamy-1.0
311
  ```
312
 
313
+ The Marathon Expert learns sustained execution and accuracy-conditioned efficiency, while the Sprint Expert preserves broader agentic capability.
314
+ A uniform parameter-space merge combines both experts into one checkpoint with no inference-time routing or ensembling, and a final Single-Rollout Asynchronous Optimization (SAO) stage refines the merged policy on a broad co-work mixture.
315
 
316
  The deduplicated SFT union across both experts is:
317
 
 
323
  | Tool-call grounding | 7,429 | 9.1K | 67.7M |
324
  | **Overall** | **14,998** | **26.9K** | **403.3M** |
325
 
326
+ Training tasks are grounded in executable environments with observable state transitions and task-level grading.
327
+ The open-source [Dressage](https://github.com/Accio-Lab/Dressage) stack provides multi-harness execution, token-exact trajectory capture, sandbox integration, and multi-segment conversion for reinforcement learning.
328
 
329
  ## 5. Deployment
330
 
 
392
  print(response.choices[0].message.content)
393
  ```
394
 
395
+ For multi-turn agent runs, retain the complete assistant message returned by the server,
396
+ including reasoning content and tool calls, then append tool results using the standard OpenAI chat-completions schema.
397
+ This preserves the execution context that Occamy relies on across long workflows.
398
 
399
  ### Agent Frameworks
400
 
401
+ Occamy was trained and evaluated across multiple harnesses,
402
+ including [OpenClaw](https://github.com/openclaw/openclaw), [Hermes Agent](https://github.com/NousResearch/hermes-agent), and Accio Work.
403
+ It can be integrated with other tool-using agent frameworks through the same OpenAI-compatible API.
404
 
405
  ---
406
 
407
  ## 7. License
408
 
409
+ This repository is released under the [Apache License 2.0](LICENSE).
410
+ See the Hugging Face model card for the terms that apply to the model weights.
411
 
412
  ---
413