---
license: llama3.1
base_model: meta-llama/Meta-Llama-3.1-70B-Instruct
pipeline_tag: text-generation
library_name: transformers
---
# Reflection Llama-3.1 70B
| IMPORTANT — This is the new, working version of the Reflection Llama 3.1 70B model. Please use this version.
**Reflection Llama-3.1 70B is an open-source LLM, trained with a new technique called Reflection-Tuning that teaches a LLM to detect mistakes in its reasoning and correct course.**
The model was trained on synthetic data generated by [Glaive](https://glaive.ai). If you're training a model, Glaive is incredible — use them.
## Benchmarks
Trained from Llama 3.1 70B Instruct, you can sample from Reflection Llama-3.1 70B using the same code, pipelines, etc. as any other Llama model. It even uses the stock Llama 3.1 chat template format (though, we've trained in a few new special tokens to aid in reasoning and reflection).
During sampling, the model will start by outputting reasoning inside `` and `` tags, and then once it is satisfied with its reasoning, it will output the final answer inside `` tags. Each of these tags are special tokens, trained into the model.
This enables the model to separate its internal thoughts and reasoning from its final answer, improving the experience for the user.
Inside the `` section, the model may output one or more `` tags, which signals the model has caught an error in its reasoning and will attempt to correct it before providing a final answer.
## System Prompt
The system prompt used for training this model is:
```
You are a world-class AI system, capable of complex reasoning and reflection. Reason through the query inside tags, and then provide your final response inside