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

init-gpt2-760M

paper | code

init-gpt2-760M is a gpt2 (760M) model supervised fine-tuned on databricks-dolly-15k.

It is used as the initialization for training MiniLLM.

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}
}