Text Generation
PyTorch
English
gpt2
MiniLLM-gpt2-340M / README.md
nielsr's picture
nielsr HF Staff
Add `library_name: transformers` to model card metadata
becc585 verified
|
raw
history blame
1.79 kB
metadata
base_model:
  - openai-community/gpt2-medium
datasets:
  - databricks/databricks-dolly-15k
language:
  - en
license: apache-2.0
metrics:
  - rouge
pipeline_tag: text-generation
library_name: transformers

MiniLLM-gpt2-340M

paper | code

MiniLLM-gpt2-340M is a gpt2-medium (340M) model distilled from gpt2-xlarge (1.5B) on databricks-dolly-15k

Note: MiniLLM requires a SFT model for initilization to perform the PPO optimization.

Evaluation

We ask GPT-4 to give scores for the generated responses of MiniLLM. The prompts are taken from databricks-dolly-15k (test set), self-instruct, and vicuna

Baseline Models

Citation

@inproceedings{minillm,
  title={MiniLLM: Knowledge Distillation of Large Language Models},
  author={Gu, Yuxian and Dong, Li and Wei, Furu and Huang, Minlie},
  booktitle={Proceedings of ICLR},
  year={2024}
}