Text Generation
PyTorch
English
opt
init-OPT-2.7B / README.md
t1101675's picture
Update README.md
7bfe876 verified
---
license: apache-2.0
datasets:
- databricks/databricks-dolly-15k
language:
- en
metrics:
- rouge
base_model:
- facebook/opt-2.7B
pipeline_tag: text-generation
---
# init-OPT-2.7B
[paper](https://arxiv.org/abs/2306.08543) | [code](https://github.com/microsoft/LMOps/tree/main/minillm)
**init-OPT-2.7B** is an OPT-2.7B model supervised fine-tuned on [databricks-dolly-15k](https://huggingface.co/datasets/aisquared/databricks-dolly-15k).
It is used as the initialization for training [MiniLLM](https://huggingface.co/MiniLLM/MiniLLM-OPT-2.7B).
## 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}
}
```