Giter VIP home page Giter VIP logo

Comments (2)

x54-729 avatar x54-729 commented on May 22, 2024 1

That's clear enough for me, thank you for your explanation!

from datablations.

Muennighoff avatar Muennighoff commented on May 22, 2024

The loss values predicted by the formula are unlikely to exactly match the final loss of the model.

This is because we borrow some of its parameters from the values put forth in Chinchilla, which were created using a different setup, some different hyperparameters (learning rate, schedule etc.) leading to different loss values (See Appendix B). However, the trend predicted by the formula is expected to be accurate, e.g. plugging in two model configurations to compare which one should have a better loss (as for Figure 1, right). Or if you e.g. modify U_d = D / 7 to U_d = D / 5 in your code, you will get a sense of how much your loss should improve relatively by having more unique data (e.g. relatively speaking U_d = D / 7 -> U_d = D / 5 gives a higher boost than U_d = D / 3 -> U_d = D / 1).

In Figure 5 left, the loss predictions from the formula are all shifted by a constant, such that they match with the actual loss at 100%. The point of this Figure is to show how well the trend matches not the actual predicted loss values. Hence the caption says Loss curves predicted by our data-constrained scaling laws are shifted to exactly match the loss at 100% unique data. , but maybe this isn't made clear enough. Let me know if you have an idea for making this clearer in the paper / the repo! 🧐

from datablations.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.