voidful / TextRL
Implementation of ChatGPT RLHF (Reinforcement Learning with Human Feedback) on any generation model in huggingface's transformer (blommz-176B/bloom/gpt/bart/T5/MetaICL)
☆555Updated 10 months ago
Alternatives and similar repositories for TextRL:
Users that are interested in TextRL are comparing it to the libraries listed below
- A modular RL library to fine-tune language models to human preferences☆2,292Updated last year
- Expanding natural instructions☆983Updated last year
- Reproduce results and replicate training fo T0 (Multitask Prompted Training Enables Zero-Shot Task Generalization)☆463Updated 2 years ago
- [NIPS2023] RRHF & Wombat☆804Updated last year
- A research project for natural language generation, containing the official implementations by MSRA NLC team.☆712Updated 7 months ago
- Implementation of Reinforcement Learning from Human Feedback (RLHF)☆172Updated last year
- Reading list of Instruction-tuning. A trend starts from Natrural-Instruction (ACL 2022), FLAN (ICLR 2022) and T0 (ICLR 2022).☆766Updated last year
- Simple next-token-prediction for RLHF☆222Updated last year
- A simulation framework for RLHF and alternatives. Develop your RLHF method without collecting human data.☆801Updated 8 months ago
- ☆96Updated last year
- ☆271Updated 2 months ago
- [NeurIPS'22 Spotlight] A Contrastive Framework for Neural Text Generation☆471Updated last year
- ☆235Updated 2 years ago
- All available datasets for Instruction Tuning of Large Language Models☆247Updated last year
- Code for the paper Fine-Tuning Language Models from Human Preferences☆1,300Updated last year
- Papers and Datasets on Instruction Tuning and Following. ✨✨✨☆486Updated 11 months ago
- Implementation of RETRO, Deepmind's Retrieval based Attention net, in Pytorch☆859Updated last year
- Human preference data for "Training a Helpful and Harmless Assistant with Reinforcement Learning from Human Feedback"☆1,707Updated last year
- OpenICL is an open-source framework to facilitate research, development, and prototyping of in-context learning.☆552Updated last year
- This repository contains a collection of papers and resources on Reasoning in Large Language Models.☆557Updated last year
- Accompanying repo for the RLPrompt paper