Transformers
English
trl
rlhf
Edit model card

pull_figure

Llama-se-rm-peft

Adapter weights of a reward model based on LLaMa (see Meta's LLaMA release for the original LLaMA model). For more info check out the blog post and github example.

Model Description

Llama-se-rm is a Llama-based model that has been first fine-tuned on the Stack Exchange dataset and used for reward modeling using a Stack Exchange Data. This dataset consists of questions and answers from various domains in Stack Exchange, such as programming, mathematics, physics, and more. The model is designed to generate human-like responses to questions in these domains. The model has been training to respond to prompts with the following template:

Question: <Query> 

Answer: <Response>

Intended Uses & Limitations

The Llama-se-rm model was trained for long form QA using Stack Exchange data wich is released under a CC-BY-SA 4.0, and covers topics such as programming, mathematics, and physics. It is intended to demonstrate a Large Language Model's ability to follow a target behavior (in this case, generating answers to a question that would have been rated more highly on SE). It is not intended to replace human expertise, and answers should be validated through the use of external sources. Further research is also needed to attribute model generations to sources in the training data, especially in cases where the model may copy answers from the training data verbatim.

Limitations and Bias

The Llama-se-rm model inherits limitations and biases from the Llama model and also those contained in the Stack Exchange dataset. In particular, per the latest developer survey for Stack Overflow, which constitutes a significant part of the StackExchange data, most users who answered the survey identified themselves as White or European, men, between 25 and 34 years old, and based in the US (with a significant part of responders from India). While this demographic information likely varies by topic, disparities between the data contributors and the direct and indirect users of the technology should inform developers in assessing what constitutes an appropriate use case.

Additionally, the model may generate answers that are incorrect or misleading due to the inherent limitations of the Llama architecture.

BibTeX entry and citation info

@misc {beeching2023stackllama,
    author       = { Edward Beeching and
                     Younes Belkada and
                     Kashif Rasul and
                     Lewis Tunstall and
                     Leandro von Werra and
                     Nazneen Rajani and
                     Nathan Lambert
                   },
    title        = { StackLLaMa: An RL Fine-tuned LLaMa Model for Stack Exchange Question and Answering },
    year         = 2023,
    url          = { https://huggingface.co/trl-lib/llama-7b-se-rm-peft },
    publisher    = { Hugging Face Blog }
}
Downloads last month
0
Inference API (serverless) has been turned off for this model.

Dataset used to train trl-lib/llama-7b-se-rm-peft