diff --git a/index.html b/index.html index 8b23ebd..2b43dbf 100644 --- a/index.html +++ b/index.html @@ -191,6 +191,7 @@ /* Models Table */ .models-table { margin: 18px 0; + overflow-x: auto; } .models-table table { @@ -565,7 +566,7 @@
Complete pipeline: Tokenizer → Pretrain → SFT → LoRA → PPO/GRPO/SPO
PPO, GRPO, SPO + YaRN length extrapolation. Native PyTorch implementation.