Git Product home page Git Product logo

Comments (8)

hijkzzz avatar hijkzzz commented on July 30, 2024

Did this occur on the default dataset we provided?

from openrlhf.

mandyyyyii avatar mandyyyyii commented on July 30, 2024

No, I use customized dataset. For SFT, it works fine.

from openrlhf.

hijkzzz avatar hijkzzz commented on July 30, 2024

No, I use customized dataset

Please refer to the
https://github.com/OpenRLHF/OpenRLHF/blob/main/openrlhf/datasets/reward_dataset.py
to organize the datasets.

from openrlhf.

mandyyyyii avatar mandyyyyii commented on July 30, 2024

Yes. I use similar template for the customized dataset and it works fine for SFT method.

from openrlhf.

hijkzzz avatar hijkzzz commented on July 30, 2024

It works well on my side (acc_mean > 0.6 )

Train step of epoch 0:   2%|_                                 | 229/12500 [03:19<2:52:35,  1.19it/s, preference_loss=0.763, chosen_reward=-1.03, reject_reward=-1.12, acc_mean=0.658, loss_mean=0.635]

please use a low learning rate: --learning_rate 5e-7 \

from openrlhf.

wzq016 avatar wzq016 commented on July 30, 2024

May not be relevant.

0.6931 is ln2, which means r(win) = r(lose) almost everywhere.

One probable reason is that the customized dataset is too hard, for example, y_w and y_l is too close and only differ a few tokens, or there are bugs in the dataset preparation, for example, y_w = y_l .

from openrlhf.

mandyyyyii avatar mandyyyyii commented on July 30, 2024

Hi, after I set the lr=1e-7, I can see some loss change. However, the dpo loss drops sharply and approach near 0. For this case, would it be possible that the positive and negative samples in the dataset are excessively dissimilar to each other?

from openrlhf.

wzq016 avatar wzq016 commented on July 30, 2024

There are a lot of possible reasons, such as bugs in processing. If there is a space token at the beginning of every y_l, and no space token at the beginning of every y_w. Then model may quickly converge without learning meaning signals.

from openrlhf.

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.