open_lm
TomerPorian commited on
Commit
1b9ac19
·
verified ·
1 Parent(s): 87eb525

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 ["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
 
 
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