docs: fix documentation errors across README and assets/docs

- Correct training CLI args: remove non-existent --adamw_beta1/2, fix --weight_decay
- Fix optimizer section: document MuonMix instead of plain AdamW
- Fix inference.md decode phase description (all groups, not largest)
- Fix dataflow.md H5Store description (no share_memory_ in code)
- Fix architecture.md class diagram: remove Task.stream_callback,
  EncoderConfig.use_gated_attention; update stop_ids docs
- Fix --min_rate default value description to match code (0.01)
- Update all document timestamps to 2026-07-09
This commit is contained in:
2026-07-09 10:09:53 +08:00
parent 841a582b28
commit 2c5629b81d
8 changed files with 37 additions and 43 deletions
+1 -1
View File
@@ -361,4 +361,4 @@ Pipeline(
).run()
```
> Document Update Time: 2026-07-05
> Document Update Time: 2026-07-09