Giter Site home page Giter Site logo

Comments (4)

mattdangerw avatar mattdangerw commented on September 26, 2024 1

@lingzhi98 thanks for filing and timely. We actually just hit this as it was causing some numerical differences at half precision for llama 2. I do wonder if we could flip this safely, the best default behavior would be to follow the default dtype strategy whatever that is. cc @tirthasheshpatel who was working on this for llama.

I'll try to check out if this is a safe change to make (particularly with Gemma). As long as we make sure to cast to float32 before any output softmax during sampling, seems like we should be ok.

from keras-nlp.

SuryanarayanaY avatar SuryanarayanaY commented on September 26, 2024

Hi @lingzhi98 ,

As per documentation that states the reason for this as below.

reverse_dtype: The dtype for the reverse projection computation.
For stability, it is usually best to use full precision even when
working with half or mixed precision training.

from keras-nlp.

lingzhi98 avatar lingzhi98 commented on September 26, 2024

Thanks. My understanding is that use float32 here to ensure the stability of training, is it necessary for inference also?

from keras-nlp.

mattdangerw avatar mattdangerw commented on September 26, 2024

Here's the fix, will push this out next week #1548

from keras-nlp.

Related Issues (20)

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.