1
Fork 0

docs: restructure docs for clarity

This commit is contained in:
Tibo De Peuter 2026-05-20 14:54:01 +02:00
parent 4fb21bbbb7
commit 511c3ebd95
6 changed files with 41 additions and 19 deletions

View file

@ -53,10 +53,10 @@ uv run python scripts/train.py evaluation.evaluate_checkpoints=true
## Reproducing Experiments
For detailed steps on how to reproduce training runs, locate run configuration metadata, or reproduce our experiments using Weights & Biases (WandB), see the **[Results & Reproduction Guide](../reproduction.md)**.
For detailed steps on how to reproduce training runs, locate run configuration metadata, or reproduce our experiments using Weights & Biases (WandB), see the **[Results & Reproduction Guide](./reproduction.md)**.
---
For more details on evaluation metrics and comparison tools, see [Evaluation](./evaluation.md).
For more details on evaluation metrics and comparison tools, see [Checkpoint & Model Evaluation](./evaluation.md).
For more details on tracking your experiments, see [Tracking & Monitoring](./tracking.md).