Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ Each checkpoint directory is in the path
|
|
19 |
|
20 |
`dataset={dataset}/hparams={hparams}_warmup={warmup}_decay={decay}/params={int(params / 1e6)}M_maxstep={maxstep}`
|
21 |
|
22 |
-
where `dataset, hparams, warmup, decay, params, maxstep` are as defined in the [
|
23 |
|
24 |
## Evaluation and text generation
|
25 |
|
|
|
19 |
|
20 |
`dataset={dataset}/hparams={hparams}_warmup={warmup}_decay={decay}/params={int(params / 1e6)}M_maxstep={maxstep}`
|
21 |
|
22 |
+
where `dataset, hparams, warmup, decay, params, maxstep` are as defined in the [github repository](https://github.com/formll/resolving-scaling-law-discrepancies), which contains the code and data for reproducing the figures in the paper.
|
23 |
|
24 |
## Evaluation and text generation
|
25 |
|