Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion skyrl-train/examples/algorithms/dapo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Reproduction Runs
| Recipe | Model | AIME24 Pass@32 | AIME24 Avg Score | Hardware | Training Steps | WandB |
|---|---|---|---|---|---|
|---|---|---|---|---|---|---|
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The number of separators is now correct, which fixes the table rendering. For improved source readability and to be more explicit about column alignment, consider using alignment syntax. For example, |:--| for left-aligned columns.

Suggested change
|---|---|---|---|---|---|---|
|:--|:--|:--|:--|:--|:--|:--|

| DAPO (w/o Dynamic Sampling) | Qwen/Qwen-2.5-7B-Math | 0.633 | -0.304 | 8xH100 | 320 | [Link](https://api.wandb.ai/links/sky-posttraining-uc-berkeley/ijmo1v6q) |
| DAPO (w/o Dynamic Sampling) | Qwen/Qwen3-1.7B | 0.4 | -0.702 | 8xH100 | 225 | [Link](https://api.wandb.ai/links/sky-posttraining-uc-berkeley/ijmo1v6q) |
| DAPO (w/o Dynamic Sampling) | Qwen/Qwen3-4B | 0.6 | -0.51 | 8xH100 | 90 | [Link](https://api.wandb.ai/links/sky-posttraining-uc-berkeley/ijmo1v6q) |
Expand Down