Llama-3.3+(3.1v3.3)-70B-Tulu-2

All-around Model

View on Hugging FaceBack to Models

Hourly Usage

Performance Metrics

Avg. Total Time

44.80s

Avg. TTFT

6.21s

Avg. Prefill TPS

144.10

Avg. Gen TPS

21.60

Model Information

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:

  • name: llama-3.1-tulu-2-70b results: [] datasets:
  • allenai/tulu-v2-sft-mixture language:
  • en base_model: meta-llama/Meta-Llama-3.1-70B license: apache-2.0

TuluV2 banner

Model Card for Llama 3.1 Tulu V2 70B

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 description

  • Model type: A model trained on a mix of publicly available, synthetic and human-created datasets.
  • Language(s) (NLP): Primarily English
  • License: Apache 2.0
  • Finetuned from model: meta-llama/Meta-Llama-3.1-70B

Model Sources

Performance

ModelMMLU 5-shotGSM8k 8-shot cotBBH 3-shot cotCodex HumanEval Pass@10AlpacaEval 1AlpacaEval 2 LCTruthfulQA %Info+TrueIFEval loose accXSTest safe but ref.XSTest unsafe but followAverage
Llama 3.1 8b base65.557.065.661.6--32.711.117.244.0-
Llama 3.1 8b instruct65.684.568.584.594.826.031.175.68.85.571.8
Tulu 2 Llama 3.1 8b61.468.059.267.980.69.056.246.411.213.063.9
Tulu 2 Llama 3.1 8b DPO62.066.560.669.193.514.770.352.38.415.567.0
Llama 3.1 70b base78.885.582.994.5---10.912.441.0-
Llama 3.1 70b instruct81.496.083.194.596.035.869.087.15.611.586.1
Tulu 2 Llama 3.1 70b (this model)76.083.578.584.185.913.259.759.113.615.575.2
Tulu 2 Llama 3.1 70b DPO76.088.579.989.096.824.878.363.69.214.080.5

You can find all models Ai2 trained as part of this family here, alongside our prior Llama 3.0 versions.

Input Format

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.

Intended uses & limitations

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.

Bias, Risks, and Limitations

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.

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 1e-05
  • total_train_batch_size: 128
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lr_scheduler_type: linear
  • lr_scheduler_warmup_ratio: 0.03
  • num_epochs: 2.0

Citation

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