Consider the scaling law for pretraining test loss:
L(N,D)=(NcN)−αN+(DcD)−αD
L(N,D)=(A)−αN+(B)−αD
where A=NcN,B=DcD
- N : the number of non-embedding parameters
- D : the size of the dataset (in tokens)
- Nc=8.8×1013
- Dc=5.4×1013
- αN=0.076
- αD=0.095
Assume A=2B. What is the approximate ratio of the new loss after doubling N and D to the original loss i.e., L(N,D)L(2N,2D)? (Answer correct upto 3 digits after the decimal)