Show HN: Implementation of the "Self-Rewarding Language Models" Paper by MetaAI
1–7 of 7 posts
Re: Show HN: Implementation of the "Self-Rewarding Language Models" Paper by MetaAI
#2After reading the Self-Rewarding Language Models paper by the team at Meta, it felt very approachable and reproducible, so we spent some time implementing it.
The scripts provided take any base model and put it in a loop of:
1) Supervised fine-tuning on an initial dataset
2) Generating new prompts using the SFT
3) Generating N responses per prompt
4) Scoring the generated responses 1-5
5) Running DPO on the rewards from the model itself.
We've run it through one loop starting with a Mistral-7b base model and the results are pretty encouraging so far.
Feel free to check it out or run it for yourself and let us know what you think:
Re: Show HN: Implementation of the "Self-Rewarding Language Models" Paper by MetaAI
#3Hey all, After reading the Self-Rewarding Language Models paper by the team at Meta, it felt very approachable and reproducible, so we spent some time implementing it. The scripts provided take any base model and put it in a loop of: 1) Supervised fine-tuning on an initial dataset 2) Generating new prompts using the SFT 3) Generating N responses per prompt 4) Scoring the generated responses 1-5 5) Running DPO on the…
Re: Show HN: Implementation of the "Self-Rewarding Language Models" Paper by MetaAI
#4Re: Show HN: Implementation of the "Self-Rewarding Language Models" Paper by MetaAI
#5Hey all, After reading the Self-Rewarding Language Models paper by the team at Meta, it felt very approachable and reproducible, so we spent some time implementing it. The scripts provided take any base model and put it in a loop of: 1) Supervised fine-tuning on an initial dataset 2) Generating new prompts using the SFT 3) Generating N responses per prompt 4) Scoring the generated responses 1-5 5) Running DPO on the…
Re: Show HN: Implementation of the "Self-Rewarding Language Models" Paper by MetaAI
#6Hey all, After reading the Self-Rewarding Language Models paper by the team at Meta, it felt very approachable and reproducible, so we spent some time implementing it. The scripts provided take any base model and put it in a loop of: 1) Supervised fine-tuning on an initial dataset 2) Generating new prompts using the SFT 3) Generating N responses per prompt 4) Scoring the generated responses 1-5 5) Running DPO on the…
What's the goal of a self rewarding llm?
Re: Show HN: Implementation of the "Self-Rewarding Language Models" Paper by MetaAI
#7Hey all, After reading the Self-Rewarding Language Models paper by the team at Meta, it felt very approachable and reproducible, so we spent some time implementing it. The scripts provided take any base model and put it in a loop of: 1) Supervised fine-tuning on an initial dataset 2) Generating new prompts using the SFT 3) Generating N responses per prompt 4) Scoring the generated responses 1-5 5) Running DPO on the…
What did you use for specs? 32G of memory is enough?