mirror of
https://github.com/jingyaogong/minimind.git
synced 2026-01-13 19:57:20 +08:00
[fix] table flow
This commit is contained in:
parent
1eccfec438
commit
0afc6d6741
@ -191,6 +191,7 @@
|
||||
/* Models Table */
|
||||
.models-table {
|
||||
margin: 18px 0;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.models-table table {
|
||||
@ -565,7 +566,7 @@
|
||||
<p>Complete pipeline: Tokenizer → Pretrain → SFT → LoRA → PPO/GRPO/SPO</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<h3>🔬 Latest RL (2025)</h3>
|
||||
<h3>🔬 Latest RL</h3>
|
||||
<p>PPO, GRPO, SPO + YaRN length extrapolation. Native PyTorch implementation.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user