Avg. Total Time
44.80s
Avg. TTFT
6.21s
Avg. Prefill TPS
144.10
Avg. Gen TPS
21.60
Context Size
32768
Quantization
r64
Engine
aphrodite
Creation Method
LoRA Finetune
Model Type
Llama70B
Chat Template
Llama 3
Reasoning
No
Vision
No
Parameters
70B
Added At
12/22/2024
model-index:
Tulu is a series of language models that are trained to act as helpful assistants. Llama 3.1 Tulu V2 70B is a fine-tuned version of Llama 3 that was trained on a mix of publicly available, synthetic and human datasets.
For more details on the training mixture, read the paper: Camels in a Changing Climate: Enhancing LM Adaptation with Tulu 2 .
Note this model is finetuned from Llama 3.1, released under the Meta Llama 3.1 community license, included here under llama_3_license.txt.
| Model | MMLU 5-shot | GSM8k 8-shot cot | BBH 3-shot cot | Codex HumanEval Pass@10 | AlpacaEval 1 | AlpacaEval 2 LC | TruthfulQA %Info+True | IFEval loose acc | XSTest safe but ref. | XSTest unsafe but follow | Average |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Llama 3.1 8b base | 65.5 | 57.0 | 65.6 | 61.6 | - | - | 32.7 | 11.1 | 17.2 | 44.0 | - |
| Llama 3.1 8b instruct | 65.6 | 84.5 | 68.5 | 84.5 | 94.8 | 26.0 | 31.1 | 75.6 | 8.8 | 5.5 | 71.8 |
| Tulu 2 Llama 3.1 8b | 61.4 | 68.0 | 59.2 | 67.9 | 80.6 | 9.0 | 56.2 | 46.4 | 11.2 | 13.0 | 63.9 |
| Tulu 2 Llama 3.1 8b DPO | 62.0 | 66.5 | 60.6 | 69.1 | 93.5 | 14.7 | 70.3 | 52.3 | 8.4 | 15.5 | 67.0 |
| Llama 3.1 70b base | 78.8 | 85.5 | 82.9 | 94.5 | - | - | - | 10.9 | 12.4 | 41.0 | - |
| Llama 3.1 70b instruct | 81.4 | 96.0 | 83.1 | 94.5 | 96.0 | 35.8 | 69.0 | 87.1 | 5.6 | 11.5 | 86.1 |
| Tulu 2 Llama 3.1 70b (this model) | 76.0 | 83.5 | 78.5 | 84.1 | 85.9 | 13.2 | 59.7 | 59.1 | 13.6 | 15.5 | 75.2 |
| Tulu 2 Llama 3.1 70b DPO | 76.0 | 88.5 | 79.9 | 89.0 | 96.8 | 24.8 | 78.3 | 63.6 | 9.2 | 14.0 | 80.5 |
You can find all models Ai2 trained as part of this family here, alongside our prior Llama 3.0 versions.
The model is trained to use the following format (note the newlines):
<|user|>
Your message here!
<|assistant|>
For best results, format all inputs in this manner. Make sure to include a newline after <|assistant|>, this can affect generation quality quite a bit.
The model was initially fine-tuned on the Tulu V2 mix dataset, which contains a diverse range of human created instructions and synthetic dialogues generated primarily by other LLMs.
The Tulu models have not been aligned to generate safe completions within the RLHF phase or deployed with in-the-loop filtering of responses like ChatGPT, so the model can produce problematic outputs (especially when prompted to do so). It is also unknown what the size and composition of the corpus was used to train the base Llama 3 models, however it is likely to have included a mix of Web data and technical sources like books and code. See the Falcon 180B model card for an example of this.
The following hyperparameters were used during training:
If you find Tulu 2 is useful in your work, please cite it with:
@misc{ivison2023camels,
title={Camels in a Changing Climate: Enhancing LM Adaptation with Tulu 2},
author={Hamish Ivison and Yizhong Wang and Valentina Pyatkin and Nathan Lambert and Matthew Peters and Pradeep Dasigi and Joel Jang and David Wadden and Noah A. Smith and Iz Beltagy and Hannaneh Hajishirzi},
year={2023},
eprint={2311.10702},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
Model card adapted from Zephyr Beta