awesome-RLHF VS LaMDA-rlhf-pytorch

Compare awesome-RLHF vs LaMDA-rlhf-pytorch and see what are their differences.

awesome-RLHF

A curated list of reinforcement learning with human feedback resources (continually updated) (by opendilab)

LaMDA-rlhf-pytorch

Open-source pre-training implementation of Google's LaMDA in PyTorch. Adding RLHF similar to ChatGPT. (by conceptofmind)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
awesome-RLHF LaMDA-rlhf-pytorch
6 7
2,775 454
5.5% -
7.0 3.0
9 days ago 3 months ago
Python
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

awesome-RLHF

Posts with mentions or reviews of awesome-RLHF. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-14.

LaMDA-rlhf-pytorch

Posts with mentions or reviews of LaMDA-rlhf-pytorch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-01.
  • All subscribers should have the same level of access
    1 project | /r/ChatGPT | 28 Apr 2023
    I made a mistake about the LaMDa, what I mean is the machine learning model that Lamda based on: Transformer. Though you can still access to the paper: [2201.08239] LaMDA: Language Models for Dialog Applications (arxiv.org) and a pyTorch implementation here: conceptofmind/LaMDA-rlhf-pytorch: Open-source pre-training implementation of Google's LaMDA in PyTorch. Adding RLHF similar to ChatGPT. (github.com)
  • Closest Open Source alternative to CharacterAI?
    1 project | /r/CharacterAI | 16 Oct 2022
    I know it'll be 10 times worse for now at best since this is refined proprietary tech where a lot of resources went into but I'm still looking forward to something aiming to achieve this level of fluency and context understanding that can be used open and freely. Closest thing I could find so far might be GPT2 or laMDA?
  • LaMDA PyTorch
    1 project | news.ycombinator.com | 13 Jul 2022
  • Open-Source LaMDA Model
    1 project | news.ycombinator.com | 5 Jul 2022
    An open-source implementation for the pre-training architecture of Google's LaMDA in PyTorch. The research paper outlines an autoregressive, decoder-only, GPT-like transformer language model. The transformer uses T5 relative positional bias in the attention layers and gated-GELU activation function in the feed-forward layers.

    The repository currently contains a script for basic training as well as Huggingface datasets and Weights & Biases integration.

    LaMDA research paper: https://arxiv.org/abs/2201.08239

    Github repository for the model: https://github.com/conceptofmind/LaMDA-pytorch

    The pre-training architecture was peer-reviewed by Dr. Phil Wang. Please check out and support his work: https://github.com/lucidrains.

    Updates: https://twitter.com/EnricoShippole

  • [D] What if sentient AI has already taken over without us knowing?
    1 project | /r/MachineLearning | 2 Jul 2022
    If you want to view the pre-training architecture of a transformer model such as LaMDA, the one you are referencing in this post, you can view that here: https://github.com/conceptofmind/LaMDA-pytorch/blob/main/lamda_pytorch/lamda_pytorch.py
  • [D] length of input sequence for transformers?
    2 projects | /r/MachineLearning | 1 Jul 2022
    An example for an iterable data loader like this would be: https://github.com/conceptofmind/LaMDA-pytorch/blob/main/dataloader/stream_dataloader.py
  • [P] Open-source LaMDA Model
    1 project | /r/MachineLearning | 1 Jul 2022
    Github repository for the model: https://github.com/conceptofmind/LaMDA-pytorch

What are some alternatives?

When comparing awesome-RLHF and LaMDA-rlhf-pytorch you can also consider the following projects:

Practical_RL - A course in reinforcement learning in the wild

lamda-pytorch - Open-source pre-training implementation of Google's LaMDA in PyTorch. Adding RLHF similar to ChatGPT. [Moved to: https://github.com/conceptofmind/LaMDA-rlhf-pytorch]

hh-rlhf - Human preference data for "Training a Helpful and Harmless Assistant with Reinforcement Learning from Human Feedback"

Conformer - An implementation of Conformer: Convolution-augmented Transformer for Speech Recognition, a Transformer Variant in TensorFlow/Keras

deep-learning-drizzle - Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!

Perceiver - Implementation of Perceiver, General Perception with Iterative Attention in TensorFlow

visual-chatgpt - Official repo for the paper: Visual ChatGPT: Talking, Drawing and Editing with Visual Foundation Models [Moved to: https://github.com/microsoft/TaskMatrix]

iris - Transformers are Sample-Efficient World Models. ICLR 2023, notable top 5%.

PaLM-rlhf-pytorch - Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the PaLM architecture. Basically ChatGPT but with PaLM