Robin Model Card

Model Details

Robin is a series of models finetuned from LLaMA on several high-quality data.

Model Sources

Uses

Robin is primarily utilized for conducting research on extensive language models and chatbots, catering to users specializing in natural language processing, machine learning, and artificial intelligence research.

How to Get Started with the Model

We provide four kinds of demos including:

Please refer to https://github.com/OptimalScale/LMFlow#demos

Training Details

Expanding upon the initial idea of self-instruct techniques, we incorporated several different data sources and build a new dataset called LMFlow Dataset. The new training split is created by merging the following datasets:

See more details in the "Instruction Tuning" section in our paper.

Evaluation

Robin is evaluated with LMFlow Benchmark. See more details in this paper.

Citation

If you find this repository useful, please consider giving ⭐ and citing our paper:

@misc{lmflow,
  author = {Shizhe Diao and Rui Pan and Hanze Dong and KaShun Shum and Jipeng Zhang and Wei Xiong and Tong Zhang},
  title = {LMFlow: An Extensible Toolkit for Finetuning and Inference of Large Foundation Models},
  year = {2023},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://optimalscale.github.io/LMFlow/}},
}