Text Generation
PyTorch
English
opt
teacher-OPT-13B / README.md
nielsr's picture
nielsr HF Staff
Add `library_name` to model card metadata
9e8895e verified
|
raw
history blame
756 Bytes
metadata
base_model:
  - facebook/opt-13b
datasets:
  - databricks/databricks-dolly-15k
language:
  - en
license: apache-2.0
metrics:
  - rouge
pipeline_tag: text-generation
library_name: transformers

teacher-OPT-13B

paper | code

teacher-OPT-13B is an OPT-13B model supervised fine-tuned on databricks-dolly-15k.

It is used as the teacher model for MiniLLM series.

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