CoolFace
Modelpublic

hamishivi/tulu-2-multitask-rrmax-326k-sft

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes25downloads
Model Card

RDS+ Multitask Tulu 2 326k

This is a model trained on 326k samples selected by RDS+ for multiple tasks at once from the Tulu 2 unfiltered dataset. For more details, please see the paper Practical Large-Scale Data Selection for Instruction Tuning and associated codebase.

This model outperforms the original Tulu 2 SFT model by selecting more targeted data from the same original pool of data.

<center> <img src="https://huggingface.co/hamishivi/tulu-2-multitask-rrmax-326k-sft/resolve/main/image.png" alt="Practical Large-Scale Data Selection for Instruction Tuning logo" width="200px"/> </center>

.Model description

  • —Model type: A model instruction-tuned on data selected from Tulu 2 unfiltered.
  • —Language(s) (NLP): English
  • —License: Llama 2 models are licensed under the Llama 2 license. A copy of this and a notice file can be found in this repository.
  • —Finetuned from model: meta-llama/Llama-2-7b-hf

Model Sources

  • —Repository: https://github.com/hamishivi/automated-instruction-selection
  • —Dataset: Data used to train this model can be found here.
  • —Model Family: The collection of related models can be found here.

Results

For more results and analysis, please see our paper.

MethodMMLUGSM8kBBHTydiQACodexSquadAlpacaEvalAverage
Rand. (unbal)52.218.044.555.325.781.533.944.5
Rand. (bal)51.521.845.150.732.287.943.247.5
Top-PPL49.110.539.449.421.680.35.636.6
Mid-PPL53.113.342.852.420.386.220.741.3
Embed (GTR)49.932.844.654.430.488.435.748.0
Embed (NV)50.628.744.456.030.489.117.945.3
IFD45.721.841.239.527.717.057.435.7
Tulu 250.022.745.154.033.186.954.449.5
RDS+ (this model)50.235.244.756.335.189.045.650.9
RDS+ - Wildchat50.924.843.657.331.187.339.347.8
RDS+ - Arena Hard48.136.243.951.831.881.359.450.4

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. We have included a chat template in the tokenizer implementing this template.

Bias, Risks, and Limitations

These models have not been aligned to generate safe completions, so the model can produce problematic outputs (especially when prompted to do so).

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 2e-05
  • —totaltrainbatch_size: 128
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_ratio: 0.03
  • —num_epochs: 2.0

Citation

If you find this model or data is useful in your work, please cite it with:

@misc{ivison2025data,
      title={{Practical Large-Scale Data Selection for Instruction Tuning}}, 
      author={{Hamish Ivison and Muru Zhang and Faeze Brahman and Pang Wei Koh and Pradeep Dasigi}}
      year={2025},
      eprint={2503.01807},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2503.01807}
}