use warmup_ratio as a better default than warmup steps since it's data dependent (#2897) [skip ci]

* use warmup_ratio as a better default than warmup steps since it's data dependent

* replace remainder of warmup_steps
This commit is contained in:
Wing Lian
2025-07-30 06:44:06 -04:00
committed by GitHub
parent 2eb7ff95af
commit 22810c97b7
99 changed files with 100 additions and 100 deletions

View File

@@ -20,7 +20,7 @@ special_tokens:
datasets:
- path: mhenrichsen/alpaca_2k_test
type: alpaca
warmup_steps: 10
warmup_ratio: 0.1
# Iterations
num_epochs: 1